{
  "type": "File",
  "start": 0,
  "end": 16907,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 393,
      "column": 0
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 16907,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 393,
        "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"
        },
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "\n * The following restrictions apply to points: xoffset yoffset.\n * Restrictions apply to lines in the following order: length angle xoffset yoffset.\n * Restrictions apply to arcs in the following order: angle radius clockwise.\n ",
            "start": 33,
            "end": 266,
            "loc": {
              "start": {
                "line": 3,
                "column": 0
              },
              "end": {
                "line": 7,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 268,
        "end": 545,
        "loc": {
          "start": {
            "line": 9,
            "column": 0
          },
          "end": {
            "line": 14,
            "column": 1
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "FunctionDeclaration",
          "start": 275,
          "end": 545,
          "loc": {
            "start": {
              "line": 9,
              "column": 7
            },
            "end": {
              "line": 14,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 284,
            "end": 297,
            "loc": {
              "start": {
                "line": 9,
                "column": 16
              },
              "end": {
                "line": 9,
                "column": 29
              },
              "identifierName": "drawPointBy_S"
            },
            "name": "drawPointBy_S",
            "leadingComments": null
          },
          "generator": false,
          "expression": false,
          "async": false,
          "params": [
            {
              "type": "ArrayPattern",
              "start": 298,
              "end": 309,
              "loc": {
                "start": {
                  "line": 9,
                  "column": 30
                },
                "end": {
                  "line": 9,
                  "column": 41
                }
              },
              "elements": [
                {
                  "type": "Identifier",
                  "start": 299,
                  "end": 308,
                  "loc": {
                    "start": {
                      "line": 9,
                      "column": 31
                    },
                    "end": {
                      "line": 9,
                      "column": 40
                    },
                    "identifierName": "startHint"
                  },
                  "name": "startHint"
                }
              ]
            },
            {
              "type": "Identifier",
              "start": 311,
              "end": 323,
              "loc": {
                "start": {
                  "line": 9,
                  "column": 43
                },
                "end": {
                  "line": 9,
                  "column": 55
                },
                "identifierName": "restrictions"
              },
              "name": "restrictions"
            }
          ],
          "body": {
            "type": "BlockStatement",
            "start": 325,
            "end": 545,
            "loc": {
              "start": {
                "line": 9,
                "column": 57
              },
              "end": {
                "line": 14,
                "column": 1
              }
            },
            "body": [
              {
                "type": "VariableDeclaration",
                "start": 331,
                "end": 361,
                "loc": {
                  "start": {
                    "line": 10,
                    "column": 4
                  },
                  "end": {
                    "line": 10,
                    "column": 34
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 335,
                    "end": 360,
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 8
                      },
                      "end": {
                        "line": 10,
                        "column": 33
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 335,
                      "end": 340,
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 8
                        },
                        "end": {
                          "line": 10,
                          "column": 13
                        },
                        "identifierName": "start"
                      },
                      "name": "start"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 343,
                      "end": 360,
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 16
                        },
                        "end": {
                          "line": 10,
                          "column": 33
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 343,
                        "end": 358,
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 16
                          },
                          "end": {
                            "line": 10,
                            "column": 31
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 343,
                          "end": 352,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 16
                            },
                            "end": {
                              "line": 10,
                              "column": 25
                            },
                            "identifierName": "startHint"
                          },
                          "name": "startHint"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 353,
                          "end": 358,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 26
                            },
                            "end": {
                              "line": 10,
                              "column": 31
                            },
                            "identifierName": "clone"
                          },
                          "name": "clone"
                        },
                        "computed": false
                      },
                      "arguments": []
                    }
                  }
                ],
                "kind": "let"
              },
              {
                "type": "IfStatement",
                "start": 366,
                "end": 441,
                "loc": {
                  "start": {
                    "line": 11,
                    "column": 4
                  },
                  "end": {
                    "line": 11,
                    "column": 79
                  }
                },
                "test": {
                  "type": "BinaryExpression",
                  "start": 370,
                  "end": 406,
                  "loc": {
                    "start": {
                      "line": 11,
                      "column": 8
                    },
                    "end": {
                      "line": 11,
                      "column": 44
                    }
                  },
                  "left": {
                    "type": "MemberExpression",
                    "start": 370,
                    "end": 392,
                    "loc": {
                      "start": {
                        "line": 11,
                        "column": 8
                      },
                      "end": {
                        "line": 11,
                        "column": 30
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 370,
                      "end": 382,
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 8
                        },
                        "end": {
                          "line": 11,
                          "column": 20
                        },
                        "identifierName": "restrictions"
                      },
                      "name": "restrictions"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 383,
                      "end": 392,
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 21
                        },
                        "end": {
                          "line": 11,
                          "column": 30
                        },
                        "identifierName": "xabsolute"
                      },
                      "name": "xabsolute"
                    },
                    "computed": false
                  },
                  "operator": "!==",
                  "right": {
                    "type": "Identifier",
                    "start": 397,
                    "end": 406,
                    "loc": {
                      "start": {
                        "line": 11,
                        "column": 35
                      },
                      "end": {
                        "line": 11,
                        "column": 44
                      },
                      "identifierName": "undefined"
                    },
                    "name": "undefined"
                  }
                },
                "consequent": {
                  "type": "ExpressionStatement",
                  "start": 408,
                  "end": 441,
                  "loc": {
                    "start": {
                      "line": 11,
                      "column": 46
                    },
                    "end": {
                      "line": 11,
                      "column": 79
                    }
                  },
                  "expression": {
                    "type": "AssignmentExpression",
                    "start": 408,
                    "end": 440,
                    "loc": {
                      "start": {
                        "line": 11,
                        "column": 46
                      },
                      "end": {
                        "line": 11,
                        "column": 78
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "MemberExpression",
                      "start": 408,
                      "end": 415,
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 46
                        },
                        "end": {
                          "line": 11,
                          "column": 53
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 408,
                        "end": 413,
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 46
                          },
                          "end": {
                            "line": 11,
                            "column": 51
                          },
                          "identifierName": "start"
                        },
                        "name": "start"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 414,
                        "end": 415,
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 52
                          },
                          "end": {
                            "line": 11,
                            "column": 53
                          },
                          "identifierName": "x"
                        },
                        "name": "x"
                      },
                      "computed": false
                    },
                    "right": {
                      "type": "MemberExpression",
                      "start": 418,
                      "end": 440,
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 56
                        },
                        "end": {
                          "line": 11,
                          "column": 78
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 418,
                        "end": 430,
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 56
                          },
                          "end": {
                            "line": 11,
                            "column": 68
                          },
                          "identifierName": "restrictions"
                        },
                        "name": "restrictions"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 431,
                        "end": 440,
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 69
                          },
                          "end": {
                            "line": 11,
                            "column": 78
                          },
                          "identifierName": "xabsolute"
                        },
                        "name": "xabsolute"
                      },
                      "computed": false
                    }
                  }
                },
                "alternate": null
              },
              {
                "type": "IfStatement",
                "start": 446,
                "end": 521,
                "loc": {
                  "start": {
                    "line": 12,
                    "column": 4
                  },
                  "end": {
                    "line": 12,
                    "column": 79
                  }
                },
                "test": {
                  "type": "BinaryExpression",
                  "start": 450,
                  "end": 486,
                  "loc": {
                    "start": {
                      "line": 12,
                      "column": 8
                    },
                    "end": {
                      "line": 12,
                      "column": 44
                    }
                  },
                  "left": {
                    "type": "MemberExpression",
                    "start": 450,
                    "end": 472,
                    "loc": {
                      "start": {
                        "line": 12,
                        "column": 8
                      },
                      "end": {
                        "line": 12,
                        "column": 30
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 450,
                      "end": 462,
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 8
                        },
                        "end": {
                          "line": 12,
                          "column": 20
                        },
                        "identifierName": "restrictions"
                      },
                      "name": "restrictions"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 463,
                      "end": 472,
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 21
                        },
                        "end": {
                          "line": 12,
                          "column": 30
                        },
                        "identifierName": "yabsolute"
                      },
                      "name": "yabsolute"
                    },
                    "computed": false
                  },
                  "operator": "!==",
                  "right": {
                    "type": "Identifier",
                    "start": 477,
                    "end": 486,
                    "loc": {
                      "start": {
                        "line": 12,
                        "column": 35
                      },
                      "end": {
                        "line": 12,
                        "column": 44
                      },
                      "identifierName": "undefined"
                    },
                    "name": "undefined"
                  }
                },
                "consequent": {
                  "type": "ExpressionStatement",
                  "start": 488,
                  "end": 521,
                  "loc": {
                    "start": {
                      "line": 12,
                      "column": 46
                    },
                    "end": {
                      "line": 12,
                      "column": 79
                    }
                  },
                  "expression": {
                    "type": "AssignmentExpression",
                    "start": 488,
                    "end": 520,
                    "loc": {
                      "start": {
                        "line": 12,
                        "column": 46
                      },
                      "end": {
                        "line": 12,
                        "column": 78
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "MemberExpression",
                      "start": 488,
                      "end": 495,
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 46
                        },
                        "end": {
                          "line": 12,
                          "column": 53
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 488,
                        "end": 493,
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 46
                          },
                          "end": {
                            "line": 12,
                            "column": 51
                          },
                          "identifierName": "start"
                        },
                        "name": "start"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 494,
                        "end": 495,
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 52
                          },
                          "end": {
                            "line": 12,
                            "column": 53
                          },
                          "identifierName": "y"
                        },
                        "name": "y"
                      },
                      "computed": false
                    },
                    "right": {
                      "type": "MemberExpression",
                      "start": 498,
                      "end": 520,
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 56
                        },
                        "end": {
                          "line": 12,
                          "column": 78
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 498,
                        "end": 510,
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 56
                          },
                          "end": {
                            "line": 12,
                            "column": 68
                          },
                          "identifierName": "restrictions"
                        },
                        "name": "restrictions"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 511,
                        "end": 520,
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 69
                          },
                          "end": {
                            "line": 12,
                            "column": 78
                          },
                          "identifierName": "yabsolute"
                        },
                        "name": "yabsolute"
                      },
                      "computed": false
                    }
                  }
                },
                "alternate": null
              },
              {
                "type": "ReturnStatement",
                "start": 526,
                "end": 543,
                "loc": {
                  "start": {
                    "line": 13,
                    "column": 4
                  },
                  "end": {
                    "line": 13,
                    "column": 21
                  }
                },
                "argument": {
                  "type": "ObjectExpression",
                  "start": 533,
                  "end": 542,
                  "loc": {
                    "start": {
                      "line": 13,
                      "column": 11
                    },
                    "end": {
                      "line": 13,
                      "column": 20
                    }
                  },
                  "properties": [
                    {
                      "type": "ObjectProperty",
                      "start": 535,
                      "end": 540,
                      "loc": {
                        "start": {
                          "line": 13,
                          "column": 13
                        },
                        "end": {
                          "line": 13,
                          "column": 18
                        }
                      },
                      "method": false,
                      "shorthand": true,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 535,
                        "end": 540,
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 13
                          },
                          "end": {
                            "line": 13,
                            "column": 18
                          },
                          "identifierName": "start"
                        },
                        "name": "start"
                      },
                      "value": {
                        "type": "Identifier",
                        "start": 535,
                        "end": 540,
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 13
                          },
                          "end": {
                            "line": 13,
                            "column": 18
                          },
                          "identifierName": "start"
                        },
                        "name": "start"
                      },
                      "extra": {
                        "shorthand": true
                      }
                    }
                  ]
                }
              }
            ],
            "directives": []
          },
          "leadingComments": [
            {
              "type": "CommentBlock",
              "value": "\n * The following restrictions apply to points: xoffset yoffset.\n * Restrictions apply to lines in the following order: length angle xoffset yoffset.\n * Restrictions apply to arcs in the following order: angle radius clockwise.\n ",
              "start": 33,
              "end": 266,
              "loc": {
                "start": {
                  "line": 3,
                  "column": 0
                },
                "end": {
                  "line": 7,
                  "column": 3
                }
              }
            }
          ],
          "trailingComments": []
        },
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "\n * The following restrictions apply to points: xoffset yoffset.\n * Restrictions apply to lines in the following order: length angle xoffset yoffset.\n * Restrictions apply to arcs in the following order: angle radius clockwise.\n ",
            "start": 33,
            "end": 266,
            "loc": {
              "start": {
                "line": 3,
                "column": 0
              },
              "end": {
                "line": 7,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 547,
        "end": 1701,
        "loc": {
          "start": {
            "line": 16,
            "column": 0
          },
          "end": {
            "line": 37,
            "column": 1
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "FunctionDeclaration",
          "start": 554,
          "end": 1701,
          "loc": {
            "start": {
              "line": 16,
              "column": 7
            },
            "end": {
              "line": 37,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 563,
            "end": 577,
            "loc": {
              "start": {
                "line": 16,
                "column": 16
              },
              "end": {
                "line": 16,
                "column": 30
              },
              "identifierName": "drawLineBy_S_E"
            },
            "name": "drawLineBy_S_E"
          },
          "generator": false,
          "expression": false,
          "async": false,
          "params": [
            {
              "type": "ArrayPattern",
              "start": 578,
              "end": 594,
              "loc": {
                "start": {
                  "line": 16,
                  "column": 31
                },
                "end": {
                  "line": 16,
                  "column": 47
                }
              },
              "elements": [
                {
                  "type": "Identifier",
                  "start": 579,
                  "end": 584,
                  "loc": {
                    "start": {
                      "line": 16,
                      "column": 32
                    },
                    "end": {
                      "line": 16,
                      "column": 37
                    },
                    "identifierName": "start"
                  },
                  "name": "start"
                },
                {
                  "type": "Identifier",
                  "start": 586,
                  "end": 593,
                  "loc": {
                    "start": {
                      "line": 16,
                      "column": 39
                    },
                    "end": {
                      "line": 16,
                      "column": 46
                    },
                    "identifierName": "endHint"
                  },
                  "name": "endHint"
                }
              ]
            },
            {
              "type": "Identifier",
              "start": 596,
              "end": 608,
              "loc": {
                "start": {
                  "line": 16,
                  "column": 49
                },
                "end": {
                  "line": 16,
                  "column": 61
                },
                "identifierName": "restrictions"
              },
              "name": "restrictions"
            }
          ],
          "body": {
            "type": "BlockStatement",
            "start": 610,
            "end": 1701,
            "loc": {
              "start": {
                "line": 16,
                "column": 63
              },
              "end": {
                "line": 37,
                "column": 1
              }
            },
            "body": [
              {
                "type": "VariableDeclaration",
                "start": 616,
                "end": 693,
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 4
                  },
                  "end": {
                    "line": 17,
                    "column": 81
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 620,
                    "end": 692,
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 8
                      },
                      "end": {
                        "line": 17,
                        "column": 80
                      }
                    },
                    "id": {
                      "type": "ObjectPattern",
                      "start": 620,
                      "end": 677,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 8
                        },
                        "end": {
                          "line": 17,
                          "column": 65
                        }
                      },
                      "properties": [
                        {
                          "type": "ObjectProperty",
                          "start": 622,
                          "end": 629,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 10
                            },
                            "end": {
                              "line": 17,
                              "column": 17
                            }
                          },
                          "method": false,
                          "shorthand": true,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 622,
                            "end": 629,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 10
                              },
                              "end": {
                                "line": 17,
                                "column": 17
                              },
                              "identifierName": "xoffset"
                            },
                            "name": "xoffset"
                          },
                          "value": {
                            "type": "Identifier",
                            "start": 622,
                            "end": 629,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 10
                              },
                              "end": {
                                "line": 17,
                                "column": 17
                              },
                              "identifierName": "xoffset"
                            },
                            "name": "xoffset"
                          },
                          "extra": {
                            "shorthand": true
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 631,
                          "end": 638,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 19
                            },
                            "end": {
                              "line": 17,
                              "column": 26
                            }
                          },
                          "method": false,
                          "shorthand": true,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 631,
                            "end": 638,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 19
                              },
                              "end": {
                                "line": 17,
                                "column": 26
                              },
                              "identifierName": "yoffset"
                            },
                            "name": "yoffset"
                          },
                          "value": {
                            "type": "Identifier",
                            "start": 631,
                            "end": 638,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 19
                              },
                              "end": {
                                "line": 17,
                                "column": 26
                              },
                              "identifierName": "yoffset"
                            },
                            "name": "yoffset"
                          },
                          "extra": {
                            "shorthand": true
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 640,
                          "end": 649,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 28
                            },
                            "end": {
                              "line": 17,
                              "column": 37
                            }
                          },
                          "method": false,
                          "shorthand": true,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 640,
                            "end": 649,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 28
                              },
                              "end": {
                                "line": 17,
                                "column": 37
                              },
                              "identifierName": "xabsolute"
                            },
                            "name": "xabsolute"
                          },
                          "value": {
                            "type": "Identifier",
                            "start": 640,
                            "end": 649,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 28
                              },
                              "end": {
                                "line": 17,
                                "column": 37
                              },
                              "identifierName": "xabsolute"
                            },
                            "name": "xabsolute"
                          },
                          "extra": {
                            "shorthand": true
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 651,
                          "end": 660,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 39
                            },
                            "end": {
                              "line": 17,
                              "column": 48
                            }
                          },
                          "method": false,
                          "shorthand": true,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 651,
                            "end": 660,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 39
                              },
                              "end": {
                                "line": 17,
                                "column": 48
                              },
                              "identifierName": "yabsolute"
                            },
                            "name": "yabsolute"
                          },
                          "value": {
                            "type": "Identifier",
                            "start": 651,
                            "end": 660,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 39
                              },
                              "end": {
                                "line": 17,
                                "column": 48
                              },
                              "identifierName": "yabsolute"
                            },
                            "name": "yabsolute"
                          },
                          "extra": {
                            "shorthand": true
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 662,
                          "end": 667,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 50
                            },
                            "end": {
                              "line": 17,
                              "column": 55
                            }
                          },
                          "method": false,
                          "shorthand": true,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 662,
                            "end": 667,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 50
                              },
                              "end": {
                                "line": 17,
                                "column": 55
                              },
                              "identifierName": "angle"
                            },
                            "name": "angle"
                          },
                          "value": {
                            "type": "Identifier",
                            "start": 662,
                            "end": 667,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 50
                              },
                              "end": {
                                "line": 17,
                                "column": 55
                              },
                              "identifierName": "angle"
                            },
                            "name": "angle"
                          },
                          "extra": {
                            "shorthand": true
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 669,
                          "end": 675,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 57
                            },
                            "end": {
                              "line": 17,
                              "column": 63
                            }
                          },
                          "method": false,
                          "shorthand": true,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 669,
                            "end": 675,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 57
                              },
                              "end": {
                                "line": 17,
                                "column": 63
                              },
                              "identifierName": "length"
                            },
                            "name": "length"
                          },
                          "value": {
                            "type": "Identifier",
                            "start": 669,
                            "end": 675,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 57
                              },
                              "end": {
                                "line": 17,
                                "column": 63
                              },
                              "identifierName": "length"
                            },
                            "name": "length"
                          },
                          "extra": {
                            "shorthand": true
                          }
                        }
                      ]
                    },
                    "init": {
                      "type": "Identifier",
                      "start": 680,
                      "end": 692,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 68
                        },
                        "end": {
                          "line": 17,
                          "column": 80
                        },
                        "identifierName": "restrictions"
                      },
                      "name": "restrictions"
                    }
                  }
                ],
                "kind": "let"
              },
              {
                "type": "IfStatement",
                "start": 698,
                "end": 757,
                "loc": {
                  "start": {
                    "line": 18,
                    "column": 4
                  },
                  "end": {
                    "line": 18,
                    "column": 63
                  }
                },
                "test": {
                  "type": "BinaryExpression",
                  "start": 702,
                  "end": 725,
                  "loc": {
                    "start": {
                      "line": 18,
                      "column": 8
                    },
                    "end": {
                      "line": 18,
                      "column": 31
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 702,
                    "end": 711,
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 8
                      },
                      "end": {
                        "line": 18,
                        "column": 17
                      },
                      "identifierName": "xabsolute"
                    },
                    "name": "xabsolute"
                  },
                  "operator": "!==",
                  "right": {
                    "type": "Identifier",
                    "start": 716,
                    "end": 725,
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 22
                      },
                      "end": {
                        "line": 18,
                        "column": 31
                      },
                      "identifierName": "undefined"
                    },
                    "name": "undefined"
                  }
                },
                "consequent": {
                  "type": "ExpressionStatement",
                  "start": 727,
                  "end": 757,
                  "loc": {
                    "start": {
                      "line": 18,
                      "column": 33
                    },
                    "end": {
                      "line": 18,
                      "column": 63
                    }
                  },
                  "expression": {
                    "type": "AssignmentExpression",
                    "start": 727,
                    "end": 756,
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 33
                      },
                      "end": {
                        "line": 18,
                        "column": 62
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "Identifier",
                      "start": 727,
                      "end": 734,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 33
                        },
                        "end": {
                          "line": 18,
                          "column": 40
                        },
                        "identifierName": "xoffset"
                      },
                      "name": "xoffset"
                    },
                    "right": {
                      "type": "BinaryExpression",
                      "start": 737,
                      "end": 756,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 43
                        },
                        "end": {
                          "line": 18,
                          "column": 62
                        }
                      },
                      "left": {
                        "type": "Identifier",
                        "start": 737,
                        "end": 746,
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 43
                          },
                          "end": {
                            "line": 18,
                            "column": 52
                          },
                          "identifierName": "xabsolute"
                        },
                        "name": "xabsolute"
                      },
                      "operator": "-",
                      "right": {
                        "type": "MemberExpression",
                        "start": 749,
                        "end": 756,
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 55
                          },
                          "end": {
                            "line": 18,
                            "column": 62
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 749,
                          "end": 754,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 55
                            },
                            "end": {
                              "line": 18,
                              "column": 60
                            },
                            "identifierName": "start"
                          },
                          "name": "start"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 755,
                          "end": 756,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 61
                            },
                            "end": {
                              "line": 18,
                              "column": 62
                            },
                            "identifierName": "x"
                          },
                          "name": "x"
                        },
                        "computed": false
                      }
                    }
                  }
                },
                "alternate": null
              },
              {
                "type": "IfStatement",
                "start": 762,
                "end": 821,
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 4
                  },
                  "end": {
                    "line": 19,
                    "column": 63
                  }
                },
                "test": {
                  "type": "BinaryExpression",
                  "start": 766,
                  "end": 789,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 8
                    },
                    "end": {
                      "line": 19,
                      "column": 31
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 766,
                    "end": 775,
                    "loc": {
                      "start": {
                        "line": 19,
                        "column": 8
                      },
                      "end": {
                        "line": 19,
                        "column": 17
                      },
                      "identifierName": "yabsolute"
                    },
                    "name": "yabsolute"
                  },
                  "operator": "!==",
                  "right": {
                    "type": "Identifier",
                    "start": 780,
                    "end": 789,
                    "loc": {
                      "start": {
                        "line": 19,
                        "column": 22
                      },
                      "end": {
                        "line": 19,
                        "column": 31
                      },
                      "identifierName": "undefined"
                    },
                    "name": "undefined"
                  }
                },
                "consequent": {
                  "type": "ExpressionStatement",
                  "start": 791,
                  "end": 821,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 33
                    },
                    "end": {
                      "line": 19,
                      "column": 63
                    }
                  },
                  "expression": {
                    "type": "AssignmentExpression",
                    "start": 791,
                    "end": 820,
                    "loc": {
                      "start": {
                        "line": 19,
                        "column": 33
                      },
                      "end": {
                        "line": 19,
                        "column": 62
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "Identifier",
                      "start": 791,
                      "end": 798,
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 33
                        },
                        "end": {
                          "line": 19,
                          "column": 40
                        },
                        "identifierName": "yoffset"
                      },
                      "name": "yoffset"
                    },
                    "right": {
                      "type": "BinaryExpression",
                      "start": 801,
                      "end": 820,
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 43
                        },
                        "end": {
                          "line": 19,
                          "column": 62
                        }
                      },
                      "left": {
                        "type": "Identifier",
                        "start": 801,
                        "end": 810,
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 43
                          },
                          "end": {
                            "line": 19,
                            "column": 52
                          },
                          "identifierName": "yabsolute"
                        },
                        "name": "yabsolute"
                      },
                      "operator": "-",
                      "right": {
                        "type": "MemberExpression",
                        "start": 813,
                        "end": 820,
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 55
                          },
                          "end": {
                            "line": 19,
                            "column": 62
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 813,
                          "end": 818,
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 55
                            },
                            "end": {
                              "line": 19,
                              "column": 60
                            },
                            "identifierName": "start"
                          },
                          "name": "start"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 819,
                          "end": 820,
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 61
                            },
                            "end": {
                              "line": 19,
                              "column": 62
                            },
                            "identifierName": "y"
                          },
                          "name": "y"
                        },
                        "computed": false
                      }
                    }
                  }
                },
                "alternate": null
              },
              {
                "type": "VariableDeclaration",
                "start": 826,
                "end": 863,
                "loc": {
                  "start": {
                    "line": 20,
                    "column": 4
                  },
                  "end": {
                    "line": 20,
                    "column": 41
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 830,
                    "end": 862,
                    "loc": {
                      "start": {
                        "line": 20,
                        "column": 8
                      },
                      "end": {
                        "line": 20,
                        "column": 40
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 830,
                      "end": 833,
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 8
                        },
                        "end": {
                          "line": 20,
                          "column": 11
                        },
                        "identifierName": "end"
                      },
                      "name": "end"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 836,
                      "end": 862,
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 14
                        },
                        "end": {
                          "line": 20,
                          "column": 40
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 836,
                        "end": 855,
                        "loc": {
                          "start": {
                            "line": 20,
                            "column": 14
                          },
                          "end": {
                            "line": 20,
                            "column": 33
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 836,
                          "end": 851,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 14
                            },
                            "end": {
                              "line": 20,
                              "column": 29
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 836,
                            "end": 849,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 14
                              },
                              "end": {
                                "line": 20,
                                "column": 27
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 836,
                              "end": 843,
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 14
                                },
                                "end": {
                                  "line": 20,
                                  "column": 21
                                },
                                "identifierName": "endHint"
                              },
                              "name": "endHint"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 844,
                              "end": 849,
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 22
                                },
                                "end": {
                                  "line": 20,
                                  "column": 27
                                },
                                "identifierName": "clone"
                              },
                              "name": "clone"
                            },
                            "computed": false
                          },
                          "arguments": []
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 852,
                          "end": 855,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 30
                            },
                            "end": {
                              "line": 20,
                              "column": 33
                            },
                            "identifierName": "sub"
                          },
                          "name": "sub"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 856,
                          "end": 861,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 34
                            },
                            "end": {
                              "line": 20,
                              "column": 39
                            },
                            "identifierName": "start"
                          },
                          "name": "start"
                        }
                      ]
                    }
                  }
                ],
                "kind": "let"
              },
              {
                "type": "IfStatement",
                "start": 868,
                "end": 1652,
                "loc": {
                  "start": {
                    "line": 21,
                    "column": 4
                  },
                  "end": {
                    "line": 34,
                    "column": 5
                  }
                },
                "test": {
                  "type": "BinaryExpression",
                  "start": 872,
                  "end": 893,
                  "loc": {
                    "start": {
                      "line": 21,
                      "column": 8
                    },
                    "end": {
                      "line": 21,
                      "column": 29
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 872,
                    "end": 879,
                    "loc": {
                      "start": {
                        "line": 21,
                        "column": 8
                      },
                      "end": {
                        "line": 21,
                        "column": 15
                      },
                      "identifierName": "xoffset"
                    },
                    "name": "xoffset"
                  },
                  "operator": "!==",
                  "right": {
                    "type": "Identifier",
                    "start": 884,
                    "end": 893,
                    "loc": {
                      "start": {
                        "line": 21,
                        "column": 20
                      },
                      "end": {
                        "line": 21,
                        "column": 29
                      },
                      "identifierName": "undefined"
                    },
                    "name": "undefined"
                  }
                },
                "consequent": {
                  "type": "BlockStatement",
                  "start": 895,
                  "end": 1192,
                  "loc": {
                    "start": {
                      "line": 21,
                      "column": 31
                    },
                    "end": {
                      "line": 26,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 905,
                      "end": 1186,
                      "loc": {
                        "start": {
                          "line": 22,
                          "column": 8
                        },
                        "end": {
                          "line": 25,
                          "column": 36
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 909,
                        "end": 930,
                        "loc": {
                          "start": {
                            "line": 22,
                            "column": 12
                          },
                          "end": {
                            "line": 22,
                            "column": 33
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 909,
                          "end": 916,
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 12
                            },
                            "end": {
                              "line": 22,
                              "column": 19
                            },
                            "identifierName": "yoffset"
                          },
                          "name": "yoffset"
                        },
                        "operator": "!==",
                        "right": {
                          "type": "Identifier",
                          "start": 921,
                          "end": 930,
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 24
                            },
                            "end": {
                              "line": 22,
                              "column": 33
                            },
                            "identifierName": "undefined"
                          },
                          "name": "undefined"
                        }
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 932,
                        "end": 961,
                        "loc": {
                          "start": {
                            "line": 22,
                            "column": 35
                          },
                          "end": {
                            "line": 22,
                            "column": 64
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 932,
                          "end": 960,
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 35
                            },
                            "end": {
                              "line": 22,
                              "column": 63
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 932,
                            "end": 939,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 35
                              },
                              "end": {
                                "line": 22,
                                "column": 42
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 932,
                              "end": 935,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 35
                                },
                                "end": {
                                  "line": 22,
                                  "column": 38
                                },
                                "identifierName": "end"
                              },
                              "name": "end"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 936,
                              "end": 939,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 39
                                },
                                "end": {
                                  "line": 22,
                                  "column": 42
                                },
                                "identifierName": "set"
                              },
                              "name": "set"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 940,
                              "end": 947,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 43
                                },
                                "end": {
                                  "line": 22,
                                  "column": 50
                                },
                                "identifierName": "xoffset"
                              },
                              "name": "xoffset"
                            },
                            {
                              "type": "Identifier",
                              "start": 949,
                              "end": 956,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 52
                                },
                                "end": {
                                  "line": 22,
                                  "column": 59
                                },
                                "identifierName": "yoffset"
                              },
                              "name": "yoffset"
                            },
                            {
                              "type": "NumericLiteral",
                              "start": 958,
                              "end": 959,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 61
                                },
                                "end": {
                                  "line": 22,
                                  "column": 62
                                }
                              },
                              "extra": {
                                "rawValue": 0,
                                "raw": "0"
                              },
                              "value": 0
                            }
                          ]
                        }
                      },
                      "alternate": {
                        "type": "IfStatement",
                        "start": 975,
                        "end": 1186,
                        "loc": {
                          "start": {
                            "line": 23,
                            "column": 13
                          },
                          "end": {
                            "line": 25,
                            "column": 36
                          }
                        },
                        "test": {
                          "type": "BinaryExpression",
                          "start": 979,
                          "end": 998,
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 17
                            },
                            "end": {
                              "line": 23,
                              "column": 36
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 979,
                            "end": 984,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 17
                              },
                              "end": {
                                "line": 23,
                                "column": 22
                              },
                              "identifierName": "angle"
                            },
                            "name": "angle"
                          },
                          "operator": "!==",
                          "right": {
                            "type": "Identifier",
                            "start": 989,
                            "end": 998,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 27
                              },
                              "end": {
                                "line": 23,
                                "column": 36
                              },
                              "identifierName": "undefined"
                            },
                            "name": "undefined"
                          }
                        },
                        "consequent": {
                          "type": "ExpressionStatement",
                          "start": 1000,
                          "end": 1047,
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 38
                            },
                            "end": {
                              "line": 23,
                              "column": 85
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 1000,
                            "end": 1046,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 38
                              },
                              "end": {
                                "line": 23,
                                "column": 84
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1000,
                              "end": 1007,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 38
                                },
                                "end": {
                                  "line": 23,
                                  "column": 45
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 1000,
                                "end": 1003,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 41
                                  },
                                  "identifierName": "end"
                                },
                                "name": "end"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1004,
                                "end": 1007,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 45
                                  },
                                  "identifierName": "set"
                                },
                                "name": "set"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 1008,
                                "end": 1015,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 46
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 53
                                  },
                                  "identifierName": "xoffset"
                                },
                                "name": "xoffset"
                              },
                              {
                                "type": "BinaryExpression",
                                "start": 1017,
                                "end": 1042,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 55
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 80
                                  }
                                },
                                "left": {
                                  "type": "Identifier",
                                  "start": 1017,
                                  "end": 1024,
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 55
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 62
                                    },
                                    "identifierName": "xoffset"
                                  },
                                  "name": "xoffset"
                                },
                                "operator": "*",
                                "right": {
                                  "type": "CallExpression",
                                  "start": 1027,
                                  "end": 1042,
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 65
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 80
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 1027,
                                    "end": 1035,
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 65
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 73
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 1027,
                                      "end": 1031,
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 65
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 69
                                        },
                                        "identifierName": "Math"
                                      },
                                      "name": "Math"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1032,
                                      "end": 1035,
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 70
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 73
                                        },
                                        "identifierName": "tan"
                                      },
                                      "name": "tan"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 1036,
                                      "end": 1041,
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 74
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 79
                                        },
                                        "identifierName": "angle"
                                      },
                                      "name": "angle"
                                    }
                                  ]
                                }
                              },
                              {
                                "type": "NumericLiteral",
                                "start": 1044,
                                "end": 1045,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 82
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 83
                                  }
                                },
                                "extra": {
                                  "rawValue": 0,
                                  "raw": "0"
                                },
                                "value": 0
                              }
                            ]
                          }
                        },
                        "alternate": {
                          "type": "IfStatement",
                          "start": 1061,
                          "end": 1186,
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 13
                            },
                            "end": {
                              "line": 25,
                              "column": 36
                            }
                          },
                          "test": {
                            "type": "BinaryExpression",
                            "start": 1065,
                            "end": 1085,
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 17
                              },
                              "end": {
                                "line": 24,
                                "column": 37
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 1065,
                              "end": 1071,
                              "loc": {
                                "start": {
                                  "line": 24,
                                  "column": 17
                                },
                                "end": {
                                  "line": 24,
                                  "column": 23
                                },
                                "identifierName": "length"
                              },
                              "name": "length"
                            },
                            "operator": "!==",
                            "right": {
                              "type": "Identifier",
                              "start": 1076,
                              "end": 1085,
                              "loc": {
                                "start": {
                                  "line": 24,
                                  "column": 28
                                },
                                "end": {
                                  "line": 24,
                                  "column": 37
                                },
                                "identifierName": "undefined"
                              },
                              "name": "undefined"
                            }
                          },
                          "consequent": {
                            "type": "ExpressionStatement",
                            "start": 1087,
                            "end": 1149,
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 39
                              },
                              "end": {
                                "line": 24,
                                "column": 101
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 1087,
                              "end": 1148,
                              "loc": {
                                "start": {
                                  "line": 24,
                                  "column": 39
                                },
                                "end": {
                                  "line": 24,
                                  "column": 100
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1087,
                                "end": 1094,
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 24,
                                    "column": 46
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1087,
                                  "end": 1090,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 42
                                    },
                                    "identifierName": "end"
                                  },
                                  "name": "end"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1091,
                                  "end": 1094,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 46
                                    },
                                    "identifierName": "set"
                                  },
                                  "name": "set"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 1095,
                                  "end": 1102,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 47
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 54
                                    },
                                    "identifierName": "xoffset"
                                  },
                                  "name": "xoffset"
                                },
                                {
                                  "type": "BinaryExpression",
                                  "start": 1104,
                                  "end": 1144,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 56
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 96
                                    }
                                  },
                                  "left": {
                                    "type": "CallExpression",
                                    "start": 1104,
                                    "end": 1120,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 56
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 72
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 1104,
                                      "end": 1113,
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 56
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 65
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 1104,
                                        "end": 1108,
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 56
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 60
                                          },
                                          "identifierName": "Math"
                                        },
                                        "name": "Math"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1109,
                                        "end": 1113,
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 61
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 65
                                          },
                                          "identifierName": "sign"
                                        },
                                        "name": "sign"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 1114,
                                        "end": 1119,
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 66
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 71
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 1114,
                                          "end": 1117,
                                          "loc": {
                                            "start": {
                                              "line": 24,
                                              "column": 66
                                            },
                                            "end": {
                                              "line": 24,
                                              "column": 69
                                            },
                                            "identifierName": "end"
                                          },
                                          "name": "end"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1118,
                                          "end": 1119,
                                          "loc": {
                                            "start": {
                                              "line": 24,
                                              "column": 70
                                            },
                                            "end": {
                                              "line": 24,
                                              "column": 71
                                            },
                                            "identifierName": "y"
                                          },
                                          "name": "y"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  },
                                  "operator": "*",
                                  "right": {
                                    "type": "CallExpression",
                                    "start": 1123,
                                    "end": 1144,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 75
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 96
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 1123,
                                      "end": 1127,
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 75
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 79
                                        },
                                        "identifierName": "cath"
                                      },
                                      "name": "cath"
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 1128,
                                        "end": 1134,
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 80
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 86
                                          },
                                          "identifierName": "length"
                                        },
                                        "name": "length"
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 1136,
                                        "end": 1143,
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 88
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 95
                                          },
                                          "identifierName": "xoffset"
                                        },
                                        "name": "xoffset"
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "NumericLiteral",
                                  "start": 1146,
                                  "end": 1147,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 98
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 99
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 0,
                                    "raw": "0"
                                  },
                                  "value": 0
                                }
                              ]
                            }
                          },
                          "alternate": {
                            "type": "ExpressionStatement",
                            "start": 1163,
                            "end": 1186,
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 13
                              },
                              "end": {
                                "line": 25,
                                "column": 36
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 1163,
                              "end": 1185,
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 13
                                },
                                "end": {
                                  "line": 25,
                                  "column": 35
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1163,
                                "end": 1170,
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 20
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1163,
                                  "end": 1166,
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 16
                                    },
                                    "identifierName": "end"
                                  },
                                  "name": "end"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1167,
                                  "end": 1170,
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 20
                                    },
                                    "identifierName": "set"
                                  },
                                  "name": "set"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 1171,
                                  "end": 1178,
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 28
                                    },
                                    "identifierName": "xoffset"
                                  },
                                  "name": "xoffset"
                                },
                                {
                                  "type": "NumericLiteral",
                                  "start": 1180,
                                  "end": 1181,
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 31
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 0,
                                    "raw": "0"
                                  },
                                  "value": 0
                                },
                                {
                                  "type": "NumericLiteral",
                                  "start": 1183,
                                  "end": 1184,
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 34
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 0,
                                    "raw": "0"
                                  },
                                  "value": 0
                                }
                              ]
                            }
                          }
                        }
                      }
                    }
                  ],
                  "directives": []
                },
                "alternate": {
                  "type": "IfStatement",
                  "start": 1198,
                  "end": 1652,
                  "loc": {
                    "start": {
                      "line": 26,
                      "column": 11
                    },
                    "end": {
                      "line": 34,
                      "column": 5
                    }
                  },
                  "test": {
                    "type": "BinaryExpression",
                    "start": 1202,
                    "end": 1223,
                    "loc": {
                      "start": {
                        "line": 26,
                        "column": 15
                      },
                      "end": {
                        "line": 26,
                        "column": 36
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 1202,
                      "end": 1209,
                      "loc": {
                        "start": {
                          "line": 26,
                          "column": 15
                        },
                        "end": {
                          "line": 26,
                          "column": 22
                        },
                        "identifierName": "yoffset"
                      },
                      "name": "yoffset"
                    },
                    "operator": "!==",
                    "right": {
                      "type": "Identifier",
                      "start": 1214,
                      "end": 1223,
                      "loc": {
                        "start": {
                          "line": 26,
                          "column": 27
                        },
                        "end": {
                          "line": 26,
                          "column": 36
                        },
                        "identifierName": "undefined"
                      },
                      "name": "undefined"
                    }
                  },
                  "consequent": {
                    "type": "BlockStatement",
                    "start": 1225,
                    "end": 1452,
                    "loc": {
                      "start": {
                        "line": 26,
                        "column": 38
                      },
                      "end": {
                        "line": 30,
                        "column": 5
                      }
                    },
                    "body": [
                      {
                        "type": "IfStatement",
                        "start": 1235,
                        "end": 1446,
                        "loc": {
                          "start": {
                            "line": 27,
                            "column": 8
                          },
                          "end": {
                            "line": 29,
                            "column": 36
                          }
                        },
                        "test": {
                          "type": "BinaryExpression",
                          "start": 1239,
                          "end": 1258,
                          "loc": {
                            "start": {
                              "line": 27,
                              "column": 12
                            },
                            "end": {
                              "line": 27,
                              "column": 31
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 1239,
                            "end": 1244,
                            "loc": {
                              "start": {
                                "line": 27,
                                "column": 12
                              },
                              "end": {
                                "line": 27,
                                "column": 17
                              },
                              "identifierName": "angle"
                            },
                            "name": "angle"
                          },
                          "operator": "!==",
                          "right": {
                            "type": "Identifier",
                            "start": 1249,
                            "end": 1258,
                            "loc": {
                              "start": {
                                "line": 27,
                                "column": 22
                              },
                              "end": {
                                "line": 27,
                                "column": 31
                              },
                              "identifierName": "undefined"
                            },
                            "name": "undefined"
                          }
                        },
                        "consequent": {
                          "type": "ExpressionStatement",
                          "start": 1260,
                          "end": 1307,
                          "loc": {
                            "start": {
                              "line": 27,
                              "column": 33
                            },
                            "end": {
                              "line": 27,
                              "column": 80
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 1260,
                            "end": 1306,
                            "loc": {
                              "start": {
                                "line": 27,
                                "column": 33
                              },
                              "end": {
                                "line": 27,
                                "column": 79
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1260,
                              "end": 1267,
                              "loc": {
                                "start": {
                                  "line": 27,
                                  "column": 33
                                },
                                "end": {
                                  "line": 27,
                                  "column": 40
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 1260,
                                "end": 1263,
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 36
                                  },
                                  "identifierName": "end"
                                },
                                "name": "end"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1264,
                                "end": 1267,
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 40
                                  },
                                  "identifierName": "set"
                                },
                                "name": "set"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "BinaryExpression",
                                "start": 1268,
                                "end": 1293,
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 66
                                  }
                                },
                                "left": {
                                  "type": "Identifier",
                                  "start": 1268,
                                  "end": 1275,
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 27,
                                      "column": 48
                                    },
                                    "identifierName": "yoffset"
                                  },
                                  "name": "yoffset"
                                },
                                "operator": "/",
                                "right": {
                                  "type": "CallExpression",
                                  "start": 1278,
                                  "end": 1293,
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 51
                                    },
                                    "end": {
                                      "line": 27,
                                      "column": 66
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 1278,
                                    "end": 1286,
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 59
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 1278,
                                      "end": 1282,
                                      "loc": {
                                        "start": {
                                          "line": 27,
                                          "column": 51
                                        },
                                        "end": {
                                          "line": 27,
                                          "column": 55
                                        },
                                        "identifierName": "Math"
                                      },
                                      "name": "Math"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1283,
                                      "end": 1286,
                                      "loc": {
                                        "start": {
                                          "line": 27,
                                          "column": 56
                                        },
                                        "end": {
                                          "line": 27,
                                          "column": 59
                                        },
                                        "identifierName": "tan"
                                      },
                                      "name": "tan"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 1287,
                                      "end": 1292,
                                      "loc": {
                                        "start": {
                                          "line": 27,
                                          "column": 60
                                        },
                                        "end": {
                                          "line": 27,
                                          "column": 65
                                        },
                                        "identifierName": "angle"
                                      },
                                      "name": "angle"
                                    }
                                  ]
                                }
                              },
                              {
                                "type": "Identifier",
                                "start": 1295,
                                "end": 1302,
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 68
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 75
                                  },
                                  "identifierName": "yoffset"
                                },
                                "name": "yoffset"
                              },
                              {
                                "type": "NumericLiteral",
                                "start": 1304,
                                "end": 1305,
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 77
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 78
                                  }
                                },
                                "extra": {
                                  "rawValue": 0,
                                  "raw": "0"
                                },
                                "value": 0
                              }
                            ]
                          }
                        },
                        "alternate": {
                          "type": "IfStatement",
                          "start": 1321,
                          "end": 1446,
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 13
                            },
                            "end": {
                              "line": 29,
                              "column": 36
                            }
                          },
                          "test": {
                            "type": "BinaryExpression",
                            "start": 1325,
                            "end": 1345,
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 17
                              },
                              "end": {
                                "line": 28,
                                "column": 37
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 1325,
                              "end": 1331,
                              "loc": {
                                "start": {
                                  "line": 28,
                                  "column": 17
                                },
                                "end": {
                                  "line": 28,
                                  "column": 23
                                },
                                "identifierName": "length"
                              },
                              "name": "length"
                            },
                            "operator": "!==",
                            "right": {
                              "type": "Identifier",
                              "start": 1336,
                              "end": 1345,
                              "loc": {
                                "start": {
                                  "line": 28,
                                  "column": 28
                                },
                                "end": {
                                  "line": 28,
                                  "column": 37
                                },
                                "identifierName": "undefined"
                              },
                              "name": "undefined"
                            }
                          },
                          "consequent": {
                            "type": "ExpressionStatement",
                            "start": 1347,
                            "end": 1409,
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 39
                              },
                              "end": {
                                "line": 28,
                                "column": 101
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 1347,
                              "end": 1408,
                              "loc": {
                                "start": {
                                  "line": 28,
                                  "column": 39
                                },
                                "end": {
                                  "line": 28,
                                  "column": 100
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1347,
                                "end": 1354,
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 46
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1347,
                                  "end": 1350,
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 42
                                    },
                                    "identifierName": "end"
                                  },
                                  "name": "end"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1351,
                                  "end": 1354,
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 46
                                    },
                                    "identifierName": "set"
                                  },
                                  "name": "set"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "BinaryExpression",
                                  "start": 1355,
                                  "end": 1395,
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 47
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 87
                                    }
                                  },
                                  "left": {
                                    "type": "CallExpression",
                                    "start": 1355,
                                    "end": 1371,
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 47
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 63
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 1355,
                                      "end": 1364,
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 47
                                        },
                                        "end": {
                                          "line": 28,
                                          "column": 56
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 1355,
                                        "end": 1359,
                                        "loc": {
                                          "start": {
                                            "line": 28,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 28,
                                            "column": 51
                                          },
                                          "identifierName": "Math"
                                        },
                                        "name": "Math"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1360,
                                        "end": 1364,
                                        "loc": {
                                          "start": {
                                            "line": 28,
                                            "column": 52
                                          },
                                          "end": {
                                            "line": 28,
                                            "column": 56
                                          },
                                          "identifierName": "sign"
                                        },
                                        "name": "sign"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 1365,
                                        "end": 1370,
                                        "loc": {
                                          "start": {
                                            "line": 28,
                                            "column": 57
                                          },
                                          "end": {
                                            "line": 28,
                                            "column": 62
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 1365,
                                          "end": 1368,
                                          "loc": {
                                            "start": {
                                              "line": 28,
                                              "column": 57
                                            },
                                            "end": {
                                              "line": 28,
                                              "column": 60
                                            },
                                            "identifierName": "end"
                                          },
                                          "name": "end"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1369,
                                          "end": 1370,
                                          "loc": {
                                            "start": {
                                              "line": 28,
                                              "column": 61
                                            },
                                            "end": {
                                              "line": 28,
                                              "column": 62
                                            },
                                            "identifierName": "x"
                                          },
                                          "name": "x"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  },
                                  "operator": "*",
                                  "right": {
                                    "type": "CallExpression",
                                    "start": 1374,
                                    "end": 1395,
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 66
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 87
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 1374,
                                      "end": 1378,
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 66
                                        },
                                        "end": {
                                          "line": 28,
                                          "column": 70
                                        },
                                        "identifierName": "cath"
                                      },
                                      "name": "cath"
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 1379,
                                        "end": 1385,
                                        "loc": {
                                          "start": {
                                            "line": 28,
                                            "column": 71
                                          },
                                          "end": {
                                            "line": 28,
                                            "column": 77
                                          },
                                          "identifierName": "length"
                                        },
                                        "name": "length"
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 1387,
                                        "end": 1394,
                                        "loc": {
                                          "start": {
                                            "line": 28,
                                            "column": 79
                                          },
                                          "end": {
                                            "line": 28,
                                            "column": 86
                                          },
                                          "identifierName": "yoffset"
                                        },
                                        "name": "yoffset"
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "Identifier",
                                  "start": 1397,
                                  "end": 1404,
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 89
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 96
                                    },
                                    "identifierName": "yoffset"
                                  },
                                  "name": "yoffset"
                                },
                                {
                                  "type": "NumericLiteral",
                                  "start": 1406,
                                  "end": 1407,
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 98
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 99
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 0,
                                    "raw": "0"
                                  },
                                  "value": 0
                                }
                              ]
                            }
                          },
                          "alternate": {
                            "type": "ExpressionStatement",
                            "start": 1423,
                            "end": 1446,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 13
                              },
                              "end": {
                                "line": 29,
                                "column": 36
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 1423,
                              "end": 1445,
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 13
                                },
                                "end": {
                                  "line": 29,
                                  "column": 35
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1423,
                                "end": 1430,
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 20
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1423,
                                  "end": 1426,
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 16
                                    },
                                    "identifierName": "end"
                                  },
                                  "name": "end"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1427,
                                  "end": 1430,
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 20
                                    },
                                    "identifierName": "set"
                                  },
                                  "name": "set"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "NumericLiteral",
                                  "start": 1431,
                                  "end": 1432,
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 22
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 0,
                                    "raw": "0"
                                  },
                                  "value": 0
                                },
                                {
                                  "type": "Identifier",
                                  "start": 1434,
                                  "end": 1441,
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 31
                                    },
                                    "identifierName": "yoffset"
                                  },
                                  "name": "yoffset"
                                },
                                {
                                  "type": "NumericLiteral",
                                  "start": 1443,
                                  "end": 1444,
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 34
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 0,
                                    "raw": "0"
                                  },
                                  "value": 0
                                }
                              ]
                            }
                          }
                        }
                      }
                    ],
                    "directives": []
                  },
                  "alternate": {
                    "type": "IfStatement",
                    "start": 1458,
                    "end": 1652,
                    "loc": {
                      "start": {
                        "line": 30,
                        "column": 11
                      },
                      "end": {
                        "line": 34,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "BinaryExpression",
                      "start": 1462,
                      "end": 1481,
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 15
                        },
                        "end": {
                          "line": 30,
                          "column": 34
                        }
                      },
                      "left": {
                        "type": "Identifier",
                        "start": 1462,
                        "end": 1467,
                        "loc": {
                          "start": {
                            "line": 30,
                            "column": 15
                          },
                          "end": {
                            "line": 30,
                            "column": 20
                          },
                          "identifierName": "angle"
                        },
                        "name": "angle"
                      },
                      "operator": "!==",
                      "right": {
                        "type": "Identifier",
                        "start": 1472,
                        "end": 1481,
                        "loc": {
                          "start": {
                            "line": 30,
                            "column": 25
                          },
                          "end": {
                            "line": 30,
                            "column": 34
                          },
                          "identifierName": "undefined"
                        },
                        "name": "undefined"
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 1483,
                      "end": 1582,
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 36
                        },
                        "end": {
                          "line": 32,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 1493,
                          "end": 1576,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 8
                            },
                            "end": {
                              "line": 31,
                              "column": 91
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 1493,
                            "end": 1575,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 8
                              },
                              "end": {
                                "line": 31,
                                "column": 90
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 1493,
                              "end": 1517,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 8
                                },
                                "end": {
                                  "line": 31,
                                  "column": 32
                                },
                                "identifierName": "setVectorFromAngleLength"
                              },
                              "name": "setVectorFromAngleLength"
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 1518,
                                "end": 1521,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 36
                                  },
                                  "identifierName": "end"
                                },
                                "name": "end"
                              },
                              {
                                "type": "Identifier",
                                "start": 1523,
                                "end": 1528,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 43
                                  },
                                  "identifierName": "angle"
                                },
                                "name": "angle"
                              },
                              {
                                "type": "ConditionalExpression",
                                "start": 1530,
                                "end": 1574,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 45
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 89
                                  }
                                },
                                "test": {
                                  "type": "BinaryExpression",
                                  "start": 1530,
                                  "end": 1550,
                                  "loc": {
                                    "start": {
                                      "line": 31,
                                      "column": 45
                                    },
                                    "end": {
                                      "line": 31,
                                      "column": 65
                                    }
                                  },
                                  "left": {
                                    "type": "Identifier",
                                    "start": 1530,
                                    "end": 1536,
                                    "loc": {
                                      "start": {
                                        "line": 31,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 31,
                                        "column": 51
                                      },
                                      "identifierName": "length"
                                    },
                                    "name": "length"
                                  },
                                  "operator": "!==",
                                  "right": {
                                    "type": "Identifier",
                                    "start": 1541,
                                    "end": 1550,
                                    "loc": {
                                      "start": {
                                        "line": 31,
                                        "column": 56
                                      },
                                      "end": {
                                        "line": 31,
                                        "column": 65
                                      },
                                      "identifierName": "undefined"
                                    },
                                    "name": "undefined"
                                  }
                                },
                                "consequent": {
                                  "type": "Identifier",
                                  "start": 1553,
                                  "end": 1559,
                                  "loc": {
                                    "start": {
                                      "line": 31,
                                      "column": 68
                                    },
                                    "end": {
                                      "line": 31,
                                      "column": 74
                                    },
                                    "identifierName": "length"
                                  },
                                  "name": "length"
                                },
                                "alternate": {
                                  "type": "CallExpression",
                                  "start": 1562,
                                  "end": 1574,
                                  "loc": {
                                    "start": {
                                      "line": 31,
                                      "column": 77
                                    },
                                    "end": {
                                      "line": 31,
                                      "column": 89
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 1562,
                                    "end": 1572,
                                    "loc": {
                                      "start": {
                                        "line": 31,
                                        "column": 77
                                      },
                                      "end": {
                                        "line": 31,
                                        "column": 87
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 1562,
                                      "end": 1565,
                                      "loc": {
                                        "start": {
                                          "line": 31,
                                          "column": 77
                                        },
                                        "end": {
                                          "line": 31,
                                          "column": 80
                                        },
                                        "identifierName": "end"
                                      },
                                      "name": "end"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1566,
                                      "end": 1572,
                                      "loc": {
                                        "start": {
                                          "line": 31,
                                          "column": 81
                                        },
                                        "end": {
                                          "line": 31,
                                          "column": 87
                                        },
                                        "identifierName": "length"
                                      },
                                      "name": "length"
                                    },
                                    "computed": false
                                  },
                                  "arguments": []
                                }
                              }
                            ]
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": {
                      "type": "IfStatement",
                      "start": 1588,
                      "end": 1652,
                      "loc": {
                        "start": {
                          "line": 32,
                          "column": 11
                        },
                        "end": {
                          "line": 34,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 1592,
                        "end": 1612,
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 15
                          },
                          "end": {
                            "line": 32,
                            "column": 35
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 1592,
                          "end": 1598,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 15
                            },
                            "end": {
                              "line": 32,
                              "column": 21
                            },
                            "identifierName": "length"
                          },
                          "name": "length"
                        },
                        "operator": "!==",
                        "right": {
                          "type": "Identifier",
                          "start": 1603,
                          "end": 1612,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 26
                            },
                            "end": {
                              "line": 32,
                              "column": 35
                            },
                            "identifierName": "undefined"
                          },
                          "name": "undefined"
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 1614,
                        "end": 1652,
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 37
                          },
                          "end": {
                            "line": 34,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 1624,
                            "end": 1646,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 8
                              },
                              "end": {
                                "line": 33,
                                "column": 30
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 1624,
                              "end": 1645,
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 8
                                },
                                "end": {
                                  "line": 33,
                                  "column": 29
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1624,
                                "end": 1637,
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 21
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1624,
                                  "end": 1627,
                                  "loc": {
                                    "start": {
                                      "line": 33,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 33,
                                      "column": 11
                                    },
                                    "identifierName": "end"
                                  },
                                  "name": "end"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1628,
                                  "end": 1637,
                                  "loc": {
                                    "start": {
                                      "line": 33,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 33,
                                      "column": 21
                                    },
                                    "identifierName": "setLength"
                                  },
                                  "name": "setLength"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 1638,
                                  "end": 1644,
                                  "loc": {
                                    "start": {
                                      "line": 33,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 33,
                                      "column": 28
                                    },
                                    "identifierName": "length"
                                  },
                                  "name": "length"
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    }
                  }
                }
              },
              {
                "type": "ExpressionStatement",
                "start": 1657,
                "end": 1672,
                "loc": {
                  "start": {
                    "line": 35,
                    "column": 4
                  },
                  "end": {
                    "line": 35,
                    "column": 19
                  }
                },
                "expression": {
                  "type": "CallExpression",
                  "start": 1657,
                  "end": 1671,
                  "loc": {
                    "start": {
                      "line": 35,
                      "column": 4
                    },
                    "end": {
                      "line": 35,
                      "column": 18
                    }
                  },
                  "callee": {
                    "type": "MemberExpression",
                    "start": 1657,
                    "end": 1664,
                    "loc": {
                      "start": {
                        "line": 35,
                        "column": 4
                      },
                      "end": {
                        "line": 35,
                        "column": 11
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 1657,
                      "end": 1660,
                      "loc": {
                        "start": {
                          "line": 35,
                          "column": 4
                        },
                        "end": {
                          "line": 35,
                          "column": 7
                        },
                        "identifierName": "end"
                      },
                      "name": "end"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 1661,
                      "end": 1664,
                      "loc": {
                        "start": {
                          "line": 35,
                          "column": 8
                        },
                        "end": {
                          "line": 35,
                          "column": 11
                        },
                        "identifierName": "add"
                      },
                      "name": "add"
                    },
                    "computed": false
                  },
                  "arguments": [
                    {
                      "type": "Identifier",
                      "start": 1665,
                      "end": 1670,
                      "loc": {
                        "start": {
                          "line": 35,
                          "column": 12
                        },
                        "end": {
                          "line": 35,
                          "column": 17
                        },
                        "identifierName": "start"
                      },
                      "name": "start"
                    }
                  ]
                }
              },
              {
                "type": "ReturnStatement",
                "start": 1677,
                "end": 1699,
                "loc": {
                  "start": {
                    "line": 36,
                    "column": 4
                  },
                  "end": {
                    "line": 36,
                    "column": 26
                  }
                },
                "argument": {
                  "type": "ObjectExpression",
                  "start": 1684,
                  "end": 1698,
                  "loc": {
                    "start": {
                      "line": 36,
                      "column": 11
                    },
                    "end": {
                      "line": 36,
                      "column": 25
                    }
                  },
                  "properties": [
                    {
                      "type": "ObjectProperty",
                      "start": 1686,
                      "end": 1691,
                      "loc": {
                        "start": {
                          "line": 36,
                          "column": 13
                        },
                        "end": {
                          "line": 36,
                          "column": 18
                        }
                      },
                      "method": false,
                      "shorthand": true,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 1686,
                        "end": 1691,
                        "loc": {
                          "start": {
                            "line": 36,
                            "column": 13
                          },
                          "end": {
                            "line": 36,
                            "column": 18
                          },
                          "identifierName": "start"
                        },
                        "name": "start"
                      },
                      "value": {
                        "type": "Identifier",
                        "start": 1686,
                        "end": 1691,
                        "loc": {
                          "start": {
                            "line": 36,
                            "column": 13
                          },
                          "end": {
                            "line": 36,
                            "column": 18
                          },
                          "identifierName": "start"
                        },
                        "name": "start"
                      },
                      "extra": {
                        "shorthand": true
                      }
                    },
                    {
                      "type": "ObjectProperty",
                      "start": 1693,
                      "end": 1696,
                      "loc": {
                        "start": {
                          "line": 36,
                          "column": 20
                        },
                        "end": {
                          "line": 36,
                          "column": 23
                        }
                      },
                      "method": false,
                      "shorthand": true,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 1693,
                        "end": 1696,
                        "loc": {
                          "start": {
                            "line": 36,
                            "column": 20
                          },
                          "end": {
                            "line": 36,
                            "column": 23
                          },
                          "identifierName": "end"
                        },
                        "name": "end"
                      },
                      "value": {
                        "type": "Identifier",
                        "start": 1693,
                        "end": 1696,
                        "loc": {
                          "start": {
                            "line": 36,
                            "column": 20
                          },
                          "end": {
                            "line": 36,
                            "column": 23
                          },
                          "identifierName": "end"
                        },
                        "name": "end"
                      },
                      "extra": {
                        "shorthand": true
                      }
                    }
                  ]
                }
              }
            ],
            "directives": [],
            "trailingComments": null
          },
          "trailingComments": [
            {
              "type": "CommentLine",
              "value": " is unambigously defined if restrictions.angle and restrictions.clockwise are set",
              "start": 1703,
              "end": 1786,
              "loc": {
                "start": {
                  "line": 39,
                  "column": 0
                },
                "end": {
                  "line": 39,
                  "column": 83
                }
              }
            },
            {
              "type": "CommentLine",
              "value": " uses generalHint to disambiguate side if only restrictions.angle is set",
              "start": 1787,
              "end": 1861,
              "loc": {
                "start": {
                  "line": 40,
                  "column": 0
                },
                "end": {
                  "line": 40,
                  "column": 74
                }
              }
            },
            {
              "type": "CommentLine",
              "value": " uses generalHint to disambiguate side if restrictions.radius and restrictions.clockwise are set",
              "start": 1862,
              "end": 1960,
              "loc": {
                "start": {
                  "line": 41,
                  "column": 0
                },
                "end": {
                  "line": 41,
                  "column": 98
                }
              }
            },
            {
              "type": "CommentLine",
              "value": " uses generalHint and assumes smaller (<pi) angle if only restrictions.radius is set",
              "start": 1961,
              "end": 2047,
              "loc": {
                "start": {
                  "line": 42,
                  "column": 0
                },
                "end": {
                  "line": 42,
                  "column": 86
                }
              }
            },
            {
              "type": "CommentLine",
              "value": " throws an error otherwise",
              "start": 2048,
              "end": 2076,
              "loc": {
                "start": {
                  "line": 43,
                  "column": 0
                },
                "end": {
                  "line": 43,
                  "column": 28
                }
              }
            }
          ],
          "leadingComments": []
        },
        "trailingComments": [
          {
            "type": "CommentLine",
            "value": " is unambigously defined if restrictions.angle and restrictions.clockwise are set",
            "start": 1703,
            "end": 1786,
            "loc": {
              "start": {
                "line": 39,
                "column": 0
              },
              "end": {
                "line": 39,
                "column": 83
              }
            }
          },
          {
            "type": "CommentLine",
            "value": " uses generalHint to disambiguate side if only restrictions.angle is set",
            "start": 1787,
            "end": 1861,
            "loc": {
              "start": {
                "line": 40,
                "column": 0
              },
              "end": {
                "line": 40,
                "column": 74
              }
            }
          },
          {
            "type": "CommentLine",
            "value": " uses generalHint to disambiguate side if restrictions.radius and restrictions.clockwise are set",
            "start": 1862,
            "end": 1960,
            "loc": {
              "start": {
                "line": 41,
                "column": 0
              },
              "end": {
                "line": 41,
                "column": 98
              }
            }
          },
          {
            "type": "CommentLine",
            "value": " uses generalHint and assumes smaller (<pi) angle if only restrictions.radius is set",
            "start": 1961,
            "end": 2047,
            "loc": {
              "start": {
                "line": 42,
                "column": 0
              },
              "end": {
                "line": 42,
                "column": 86
              }
            }
          },
          {
            "type": "CommentLine",
            "value": " throws an error otherwise",
            "start": 2048,
            "end": 2076,
            "loc": {
              "start": {
                "line": 43,
                "column": 0
              },
              "end": {
                "line": 43,
                "column": 28
              }
            }
          }
        ]
      },
      {
        "type": "FunctionDeclaration",
        "start": 2077,
        "end": 3455,
        "loc": {
          "start": {
            "line": 44,
            "column": 0
          },
          "end": {
            "line": 65,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 2086,
          "end": 2099,
          "loc": {
            "start": {
              "line": 44,
              "column": 9
            },
            "end": {
              "line": 44,
              "column": 22
            },
            "identifierName": "drawArcBy_S_E"
          },
          "name": "drawArcBy_S_E",
          "leadingComments": null
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "ArrayPattern",
            "start": 2100,
            "end": 2125,
            "loc": {
              "start": {
                "line": 44,
                "column": 23
              },
              "end": {
                "line": 44,
                "column": 48
              }
            },
            "elements": [
              {
                "type": "Identifier",
                "start": 2101,
                "end": 2106,
                "loc": {
                  "start": {
                    "line": 44,
                    "column": 24
                  },
                  "end": {
                    "line": 44,
                    "column": 29
                  },
                  "identifierName": "start"
                },
                "name": "start"
              },
              {
                "type": "Identifier",
                "start": 2108,
                "end": 2111,
                "loc": {
                  "start": {
                    "line": 44,
                    "column": 31
                  },
                  "end": {
                    "line": 44,
                    "column": 34
                  },
                  "identifierName": "end"
                },
                "name": "end"
              },
              {
                "type": "Identifier",
                "start": 2113,
                "end": 2124,
                "loc": {
                  "start": {
                    "line": 44,
                    "column": 36
                  },
                  "end": {
                    "line": 44,
                    "column": 47
                  },
                  "identifierName": "generalHint"
                },
                "name": "generalHint"
              }
            ]
          },
          {
            "type": "Identifier",
            "start": 2127,
            "end": 2139,
            "loc": {
              "start": {
                "line": 44,
                "column": 50
              },
              "end": {
                "line": 44,
                "column": 62
              },
              "identifierName": "restrictions"
            },
            "name": "restrictions"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 2141,
          "end": 3455,
          "loc": {
            "start": {
              "line": 44,
              "column": 64
            },
            "end": {
              "line": 65,
              "column": 1
            }
          },
          "body": [
            {
              "type": "VariableDeclaration",
              "start": 2147,
              "end": 2191,
              "loc": {
                "start": {
                  "line": 45,
                  "column": 4
                },
                "end": {
                  "line": 45,
                  "column": 48
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 2153,
                  "end": 2190,
                  "loc": {
                    "start": {
                      "line": 45,
                      "column": 10
                    },
                    "end": {
                      "line": 45,
                      "column": 47
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 2153,
                    "end": 2162,
                    "loc": {
                      "start": {
                        "line": 45,
                        "column": 10
                      },
                      "end": {
                        "line": 45,
                        "column": 19
                      },
                      "identifierName": "halfChord"
                    },
                    "name": "halfChord"
                  },
                  "init": {
                    "type": "BinaryExpression",
                    "start": 2165,
                    "end": 2190,
                    "loc": {
                      "start": {
                        "line": 45,
                        "column": 22
                      },
                      "end": {
                        "line": 45,
                        "column": 47
                      }
                    },
                    "left": {
                      "type": "CallExpression",
                      "start": 2165,
                      "end": 2186,
                      "loc": {
                        "start": {
                          "line": 45,
                          "column": 22
                        },
                        "end": {
                          "line": 45,
                          "column": 43
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 2165,
                        "end": 2181,
                        "loc": {
                          "start": {
                            "line": 45,
                            "column": 22
                          },
                          "end": {
                            "line": 45,
                            "column": 38
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 2165,
                          "end": 2170,
                          "loc": {
                            "start": {
                              "line": 45,
                              "column": 22
                            },
                            "end": {
                              "line": 45,
                              "column": 27
                            },
                            "identifierName": "start"
                          },
                          "name": "start"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2171,
                          "end": 2181,
                          "loc": {
                            "start": {
                              "line": 45,
                              "column": 28
                            },
                            "end": {
                              "line": 45,
                              "column": 38
                            },
                            "identifierName": "distanceTo"
                          },
                          "name": "distanceTo"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 2182,
                          "end": 2185,
                          "loc": {
                            "start": {
                              "line": 45,
                              "column": 39
                            },
                            "end": {
                              "line": 45,
                              "column": 42
                            },
                            "identifierName": "end"
                          },
                          "name": "end"
                        }
                      ]
                    },
                    "operator": "/",
                    "right": {
                      "type": "NumericLiteral",
                      "start": 2189,
                      "end": 2190,
                      "loc": {
                        "start": {
                          "line": 45,
                          "column": 46
                        },
                        "end": {
                          "line": 45,
                          "column": 47
                        }
                      },
                      "extra": {
                        "rawValue": 2,
                        "raw": "2"
                      },
                      "value": 2
                    }
                  }
                }
              ],
              "kind": "const",
              "trailingComments": [
                {
                  "type": "CommentLine",
                  "value": " calculate radius from the angle",
                  "start": 2196,
                  "end": 2230,
                  "loc": {
                    "start": {
                      "line": 46,
                      "column": 4
                    },
                    "end": {
                      "line": 46,
                      "column": 38
                    }
                  }
                }
              ]
            },
            {
              "type": "VariableDeclaration",
              "start": 2235,
              "end": 2526,
              "loc": {
                "start": {
                  "line": 47,
                  "column": 4
                },
                "end": {
                  "line": 51,
                  "column": 108
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 2241,
                  "end": 2525,
                  "loc": {
                    "start": {
                      "line": 47,
                      "column": 10
                    },
                    "end": {
                      "line": 51,
                      "column": 107
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 2241,
                    "end": 2247,
                    "loc": {
                      "start": {
                        "line": 47,
                        "column": 10
                      },
                      "end": {
                        "line": 47,
                        "column": 16
                      },
                      "identifierName": "radius"
                    },
                    "name": "radius",
                    "leadingComments": null
                  },
                  "init": {
                    "type": "ConditionalExpression",
                    "start": 2250,
                    "end": 2525,
                    "loc": {
                      "start": {
                        "line": 47,
                        "column": 19
                      },
                      "end": {
                        "line": 51,
                        "column": 107
                      }
                    },
                    "test": {
                      "type": "BinaryExpression",
                      "start": 2250,
                      "end": 2282,
                      "loc": {
                        "start": {
                          "line": 47,
                          "column": 19
                        },
                        "end": {
                          "line": 47,
                          "column": 51
                        }
                      },
                      "left": {
                        "type": "MemberExpression",
                        "start": 2250,
                        "end": 2268,
                        "loc": {
                          "start": {
                            "line": 47,
                            "column": 19
                          },
                          "end": {
                            "line": 47,
                            "column": 37
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 2250,
                          "end": 2262,
                          "loc": {
                            "start": {
                              "line": 47,
                              "column": 19
                            },
                            "end": {
                              "line": 47,
                              "column": 31
                            },
                            "identifierName": "restrictions"
                          },
                          "name": "restrictions"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2263,
                          "end": 2268,
                          "loc": {
                            "start": {
                              "line": 47,
                              "column": 32
                            },
                            "end": {
                              "line": 47,
                              "column": 37
                            },
                            "identifierName": "angle"
                          },
                          "name": "angle"
                        },
                        "computed": false
                      },
                      "operator": "!==",
                      "right": {
                        "type": "Identifier",
                        "start": 2273,
                        "end": 2282,
                        "loc": {
                          "start": {
                            "line": 47,
                            "column": 42
                          },
                          "end": {
                            "line": 47,
                            "column": 51
                          },
                          "identifierName": "undefined"
                        },
                        "name": "undefined"
                      }
                    },
                    "consequent": {
                      "type": "BinaryExpression",
                      "start": 2293,
                      "end": 2337,
                      "loc": {
                        "start": {
                          "line": 48,
                          "column": 10
                        },
                        "end": {
                          "line": 48,
                          "column": 54
                        }
                      },
                      "left": {
                        "type": "Identifier",
                        "start": 2293,
                        "end": 2302,
                        "loc": {
                          "start": {
                            "line": 48,
                            "column": 10
                          },
                          "end": {
                            "line": 48,
                            "column": 19
                          },
                          "identifierName": "halfChord"
                        },
                        "name": "halfChord"
                      },
                      "operator": "/",
                      "right": {
                        "type": "CallExpression",
                        "start": 2305,
                        "end": 2337,
                        "loc": {
                          "start": {
                            "line": 48,
                            "column": 22
                          },
                          "end": {
                            "line": 48,
                            "column": 54
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2305,
                          "end": 2313,
                          "loc": {
                            "start": {
                              "line": 48,
                              "column": 22
                            },
                            "end": {
                              "line": 48,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2305,
                            "end": 2309,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 22
                              },
                              "end": {
                                "line": 48,
                                "column": 26
                              },
                              "identifierName": "Math"
                            },
                            "name": "Math"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2310,
                            "end": 2313,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 27
                              },
                              "end": {
                                "line": 48,
                                "column": 30
                              },
                              "identifierName": "sin"
                            },
                            "name": "sin"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "BinaryExpression",
                            "start": 2314,
                            "end": 2336,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 31
                              },
                              "end": {
                                "line": 48,
                                "column": 53
                              }
                            },
                            "left": {
                              "type": "MemberExpression",
                              "start": 2314,
                              "end": 2332,
                              "loc": {
                                "start": {
                                  "line": 48,
                                  "column": 31
                                },
                                "end": {
                                  "line": 48,
                                  "column": 49
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 2314,
                                "end": 2326,
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 43
                                  },
                                  "identifierName": "restrictions"
                                },
                                "name": "restrictions"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2327,
                                "end": 2332,
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 49
                                  },
                                  "identifierName": "angle"
                                },
                                "name": "angle"
                              },
                              "computed": false
                            },
                            "operator": "/",
                            "right": {
                              "type": "NumericLiteral",
                              "start": 2335,
                              "end": 2336,
                              "loc": {
                                "start": {
                                  "line": 48,
                                  "column": 52
                                },
                                "end": {
                                  "line": 48,
                                  "column": 53
                                }
                              },
                              "extra": {
                                "rawValue": 2,
                                "raw": "2"
                              },
                              "value": 2
                            }
                          }
                        ]
                      }
                    },
                    "alternate": {
                      "type": "ConditionalExpression",
                      "start": 2348,
                      "end": 2525,
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 10
                        },
                        "end": {
                          "line": 51,
                          "column": 107
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 2348,
                        "end": 2381,
                        "loc": {
                          "start": {
                            "line": 49,
                            "column": 10
                          },
                          "end": {
                            "line": 49,
                            "column": 43
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 2348,
                          "end": 2367,
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 10
                            },
                            "end": {
                              "line": 49,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2348,
                            "end": 2360,
                            "loc": {
                              "start": {
                                "line": 49,
                                "column": 10
                              },
                              "end": {
                                "line": 49,
                                "column": 22
                              },
                              "identifierName": "restrictions"
                            },
                            "name": "restrictions"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2361,
                            "end": 2367,
                            "loc": {
                              "start": {
                                "line": 49,
                                "column": 23
                              },
                              "end": {
                                "line": 49,
                                "column": 29
                              },
                              "identifierName": "radius"
                            },
                            "name": "radius"
                          },
                          "computed": false
                        },
                        "operator": "!==",
                        "right": {
                          "type": "Identifier",
                          "start": 2372,
                          "end": 2381,
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 34
                            },
                            "end": {
                              "line": 49,
                              "column": 43
                            },
                            "identifierName": "undefined"
                          },
                          "name": "undefined"
                        }
                      },
                      "consequent": {
                        "type": "MemberExpression",
                        "start": 2398,
                        "end": 2417,
                        "loc": {
                          "start": {
                            "line": 50,
                            "column": 16
                          },
                          "end": {
                            "line": 50,
                            "column": 35
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 2398,
                          "end": 2410,
                          "loc": {
                            "start": {
                              "line": 50,
                              "column": 16
                            },
                            "end": {
                              "line": 50,
                              "column": 28
                            },
                            "identifierName": "restrictions"
                          },
                          "name": "restrictions"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2411,
                          "end": 2417,
                          "loc": {
                            "start": {
                              "line": 50,
                              "column": 29
                            },
                            "end": {
                              "line": 50,
                              "column": 35
                            },
                            "identifierName": "radius"
                          },
                          "name": "radius"
                        },
                        "computed": false
                      },
                      "alternate": {
                        "type": "NewExpression",
                        "start": 2444,
                        "end": 2525,
                        "loc": {
                          "start": {
                            "line": 51,
                            "column": 26
                          },
                          "end": {
                            "line": 51,
                            "column": 107
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 2448,
                          "end": 2453,
                          "loc": {
                            "start": {
                              "line": 51,
                              "column": 30
                            },
                            "end": {
                              "line": 51,
                              "column": 35
                            },
                            "identifierName": "Error"
                          },
                          "name": "Error"
                        },
                        "arguments": [
                          {
                            "type": "StringLiteral",
                            "start": 2454,
                            "end": 2524,
                            "loc": {
                              "start": {
                                "line": 51,
                                "column": 36
                              },
                              "end": {
                                "line": 51,
                                "column": 106
                              }
                            },
                            "extra": {
                              "rawValue": "drawArcBy_S_E mustn't be called without angle or radius restrictions",
                              "raw": "\"drawArcBy_S_E mustn't be called without angle or radius restrictions\""
                            },
                            "value": "drawArcBy_S_E mustn't be called without angle or radius restrictions"
                          }
                        ],
                        "leadingComments": [
                          {
                            "type": "CommentBlock",
                            "value": "throw",
                            "start": 2434,
                            "end": 2443,
                            "loc": {
                              "start": {
                                "line": 51,
                                "column": 16
                              },
                              "end": {
                                "line": 51,
                                "column": 25
                              }
                            }
                          }
                        ]
                      }
                    }
                  },
                  "leadingComments": null
                }
              ],
              "kind": "const",
              "leadingComments": [
                {
                  "type": "CommentLine",
                  "value": " calculate radius from the angle",
                  "start": 2196,
                  "end": 2230,
                  "loc": {
                    "start": {
                      "line": 46,
                      "column": 4
                    },
                    "end": {
                      "line": 46,
                      "column": 38
                    }
                  }
                }
              ]
            },
            {
              "type": "IfStatement",
              "start": 2531,
              "end": 2588,
              "loc": {
                "start": {
                  "line": 52,
                  "column": 4
                },
                "end": {
                  "line": 52,
                  "column": 61
                }
              },
              "test": {
                "type": "UnaryExpression",
                "start": 2535,
                "end": 2564,
                "loc": {
                  "start": {
                    "line": 52,
                    "column": 8
                  },
                  "end": {
                    "line": 52,
                    "column": 37
                  }
                },
                "operator": "!",
                "prefix": true,
                "argument": {
                  "type": "LogicalExpression",
                  "start": 2537,
                  "end": 2563,
                  "loc": {
                    "start": {
                      "line": 52,
                      "column": 10
                    },
                    "end": {
                      "line": 52,
                      "column": 36
                    }
                  },
                  "left": {
                    "type": "BinaryExpression",
                    "start": 2537,
                    "end": 2547,
                    "loc": {
                      "start": {
                        "line": 52,
                        "column": 10
                      },
                      "end": {
                        "line": 52,
                        "column": 20
                      }
                    },
                    "left": {
                      "type": "NumericLiteral",
                      "start": 2537,
                      "end": 2538,
                      "loc": {
                        "start": {
                          "line": 52,
                          "column": 10
                        },
                        "end": {
                          "line": 52,
                          "column": 11
                        }
                      },
                      "extra": {
                        "rawValue": 0,
                        "raw": "0"
                      },
                      "value": 0
                    },
                    "operator": "<",
                    "right": {
                      "type": "Identifier",
                      "start": 2541,
                      "end": 2547,
                      "loc": {
                        "start": {
                          "line": 52,
                          "column": 14
                        },
                        "end": {
                          "line": 52,
                          "column": 20
                        },
                        "identifierName": "radius"
                      },
                      "name": "radius"
                    }
                  },
                  "operator": "&&",
                  "right": {
                    "type": "BinaryExpression",
                    "start": 2551,
                    "end": 2563,
                    "loc": {
                      "start": {
                        "line": 52,
                        "column": 24
                      },
                      "end": {
                        "line": 52,
                        "column": 36
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 2551,
                      "end": 2557,
                      "loc": {
                        "start": {
                          "line": 52,
                          "column": 24
                        },
                        "end": {
                          "line": 52,
                          "column": 30
                        },
                        "identifierName": "radius"
                      },
                      "name": "radius"
                    },
                    "operator": "<",
                    "right": {
                      "type": "NumericLiteral",
                      "start": 2560,
                      "end": 2563,
                      "loc": {
                        "start": {
                          "line": 52,
                          "column": 33
                        },
                        "end": {
                          "line": 52,
                          "column": 36
                        }
                      },
                      "extra": {
                        "rawValue": 1000000,
                        "raw": "1e6"
                      },
                      "value": 1000000
                    }
                  },
                  "extra": {
                    "parenthesized": true,
                    "parenStart": 2536
                  }
                },
                "extra": {
                  "parenthesizedArgument": false
                }
              },
              "consequent": {
                "type": "ReturnStatement",
                "start": 2566,
                "end": 2588,
                "loc": {
                  "start": {
                    "line": 52,
                    "column": 39
                  },
                  "end": {
                    "line": 52,
                    "column": 61
                  }
                },
                "argument": {
                  "type": "ObjectExpression",
                  "start": 2573,
                  "end": 2587,
                  "loc": {
                    "start": {
                      "line": 52,
                      "column": 46
                    },
                    "end": {
                      "line": 52,
                      "column": 60
                    }
                  },
                  "properties": [
                    {
                      "type": "ObjectProperty",
                      "start": 2575,
                      "end": 2580,
                      "loc": {
                        "start": {
                          "line": 52,
                          "column": 48
                        },
                        "end": {
                          "line": 52,
                          "column": 53
                        }
                      },
                      "method": false,
                      "shorthand": true,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 2575,
                        "end": 2580,
                        "loc": {
                          "start": {
                            "line": 52,
                            "column": 48
                          },
                          "end": {
                            "line": 52,
                            "column": 53
                          },
                          "identifierName": "start"
                        },
                        "name": "start"
                      },
                      "value": {
                        "type": "Identifier",
                        "start": 2575,
                        "end": 2580,
                        "loc": {
                          "start": {
                            "line": 52,
                            "column": 48
                          },
                          "end": {
                            "line": 52,
                            "column": 53
                          },
                          "identifierName": "start"
                        },
                        "name": "start"
                      },
                      "extra": {
                        "shorthand": true
                      }
                    },
                    {
                      "type": "ObjectProperty",
                      "start": 2582,
                      "end": 2585,
                      "loc": {
                        "start": {
                          "line": 52,
                          "column": 55
                        },
                        "end": {
                          "line": 52,
                          "column": 58
                        }
                      },
                      "method": false,
                      "shorthand": true,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 2582,
                        "end": 2585,
                        "loc": {
                          "start": {
                            "line": 52,
                            "column": 55
                          },
                          "end": {
                            "line": 52,
                            "column": 58
                          },
                          "identifierName": "end"
                        },
                        "name": "end"
                      },
                      "value": {
                        "type": "Identifier",
                        "start": 2582,
                        "end": 2585,
                        "loc": {
                          "start": {
                            "line": 52,
                            "column": 55
                          },
                          "end": {
                            "line": 52,
                            "column": 58
                          },
                          "identifierName": "end"
                        },
                        "name": "end"
                      },
                      "extra": {
                        "shorthand": true
                      }
                    }
                  ]
                },
                "trailingComments": null
              },
              "alternate": null,
              "trailingComments": [
                {
                  "type": "CommentLine",
                  "value": " perpend is the distance from the center to the start-end chord",
                  "start": 2593,
                  "end": 2658,
                  "loc": {
                    "start": {
                      "line": 53,
                      "column": 4
                    },
                    "end": {
                      "line": 53,
                      "column": 69
                    }
                  }
                }
              ]
            },
            {
              "type": "VariableDeclaration",
              "start": 2663,
              "end": 2711,
              "loc": {
                "start": {
                  "line": 54,
                  "column": 4
                },
                "end": {
                  "line": 54,
                  "column": 52
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 2667,
                  "end": 2700,
                  "loc": {
                    "start": {
                      "line": 54,
                      "column": 8
                    },
                    "end": {
                      "line": 54,
                      "column": 41
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 2667,
                    "end": 2674,
                    "loc": {
                      "start": {
                        "line": 54,
                        "column": 8
                      },
                      "end": {
                        "line": 54,
                        "column": 15
                      },
                      "identifierName": "perpend"
                    },
                    "name": "perpend",
                    "leadingComments": null
                  },
                  "init": {
                    "type": "CallExpression",
                    "start": 2677,
                    "end": 2700,
                    "loc": {
                      "start": {
                        "line": 54,
                        "column": 18
                      },
                      "end": {
                        "line": 54,
                        "column": 41
                      }
                    },
                    "callee": {
                      "type": "Identifier",
                      "start": 2677,
                      "end": 2681,
                      "loc": {
                        "start": {
                          "line": 54,
                          "column": 18
                        },
                        "end": {
                          "line": 54,
                          "column": 22
                        },
                        "identifierName": "cath"
                      },
                      "name": "cath"
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "start": 2682,
                        "end": 2688,
                        "loc": {
                          "start": {
                            "line": 54,
                            "column": 23
                          },
                          "end": {
                            "line": 54,
                            "column": 29
                          },
                          "identifierName": "radius"
                        },
                        "name": "radius"
                      },
                      {
                        "type": "Identifier",
                        "start": 2690,
                        "end": 2699,
                        "loc": {
                          "start": {
                            "line": 54,
                            "column": 31
                          },
                          "end": {
                            "line": 54,
                            "column": 40
                          },
                          "identifierName": "halfChord"
                        },
                        "name": "halfChord"
                      }
                    ]
                  },
                  "leadingComments": null
                },
                {
                  "type": "VariableDeclarator",
                  "start": 2702,
                  "end": 2710,
                  "loc": {
                    "start": {
                      "line": 54,
                      "column": 43
                    },
                    "end": {
                      "line": 54,
                      "column": 51
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 2702,
                    "end": 2706,
                    "loc": {
                      "start": {
                        "line": 54,
                        "column": 43
                      },
                      "end": {
                        "line": 54,
                        "column": 47
                      },
                      "identifierName": "side"
                    },
                    "name": "side"
                  },
                  "init": {
                    "type": "NumericLiteral",
                    "start": 2709,
                    "end": 2710,
                    "loc": {
                      "start": {
                        "line": 54,
                        "column": 50
                      },
                      "end": {
                        "line": 54,
                        "column": 51
                      }
                    },
                    "extra": {
                      "rawValue": 1,
                      "raw": "1"
                    },
                    "value": 1
                  }
                }
              ],
              "kind": "let",
              "leadingComments": [
                {
                  "type": "CommentLine",
                  "value": " perpend is the distance from the center to the start-end chord",
                  "start": 2593,
                  "end": 2658,
                  "loc": {
                    "start": {
                      "line": 53,
                      "column": 4
                    },
                    "end": {
                      "line": 53,
                      "column": 69
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentLine",
                  "value": " calculate side (sign of perpend) from angle and clockwise",
                  "start": 2716,
                  "end": 2776,
                  "loc": {
                    "start": {
                      "line": 55,
                      "column": 4
                    },
                    "end": {
                      "line": 55,
                      "column": 64
                    }
                  }
                }
              ]
            },
            {
              "type": "IfStatement",
              "start": 2781,
              "end": 3089,
              "loc": {
                "start": {
                  "line": 56,
                  "column": 4
                },
                "end": {
                  "line": 59,
                  "column": 90
                }
              },
              "test": {
                "type": "LogicalExpression",
                "start": 2785,
                "end": 2857,
                "loc": {
                  "start": {
                    "line": 56,
                    "column": 8
                  },
                  "end": {
                    "line": 56,
                    "column": 80
                  }
                },
                "left": {
                  "type": "BinaryExpression",
                  "start": 2785,
                  "end": 2817,
                  "loc": {
                    "start": {
                      "line": 56,
                      "column": 8
                    },
                    "end": {
                      "line": 56,
                      "column": 40
                    }
                  },
                  "left": {
                    "type": "MemberExpression",
                    "start": 2785,
                    "end": 2803,
                    "loc": {
                      "start": {
                        "line": 56,
                        "column": 8
                      },
                      "end": {
                        "line": 56,
                        "column": 26
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 2785,
                      "end": 2797,
                      "loc": {
                        "start": {
                          "line": 56,
                          "column": 8
                        },
                        "end": {
                          "line": 56,
                          "column": 20
                        },
                        "identifierName": "restrictions"
                      },
                      "name": "restrictions",
                      "leadingComments": null
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 2798,
                      "end": 2803,
                      "loc": {
                        "start": {
                          "line": 56,
                          "column": 21
                        },
                        "end": {
                          "line": 56,
                          "column": 26
                        },
                        "identifierName": "angle"
                      },
                      "name": "angle"
                    },
                    "computed": false,
                    "leadingComments": null
                  },
                  "operator": "!==",
                  "right": {
                    "type": "Identifier",
                    "start": 2808,
                    "end": 2817,
                    "loc": {
                      "start": {
                        "line": 56,
                        "column": 31
                      },
                      "end": {
                        "line": 56,
                        "column": 40
                      },
                      "identifierName": "undefined"
                    },
                    "name": "undefined"
                  },
                  "leadingComments": null
                },
                "operator": "&&",
                "right": {
                  "type": "BinaryExpression",
                  "start": 2821,
                  "end": 2857,
                  "loc": {
                    "start": {
                      "line": 56,
                      "column": 44
                    },
                    "end": {
                      "line": 56,
                      "column": 80
                    }
                  },
                  "left": {
                    "type": "MemberExpression",
                    "start": 2821,
                    "end": 2843,
                    "loc": {
                      "start": {
                        "line": 56,
                        "column": 44
                      },
                      "end": {
                        "line": 56,
                        "column": 66
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 2821,
                      "end": 2833,
                      "loc": {
                        "start": {
                          "line": 56,
                          "column": 44
                        },
                        "end": {
                          "line": 56,
                          "column": 56
                        },
                        "identifierName": "restrictions"
                      },
                      "name": "restrictions"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 2834,
                      "end": 2843,
                      "loc": {
                        "start": {
                          "line": 56,
                          "column": 57
                        },
                        "end": {
                          "line": 56,
                          "column": 66
                        },
                        "identifierName": "clockwise"
                      },
                      "name": "clockwise"
                    },
                    "computed": false
                  },
                  "operator": "!==",
                  "right": {
                    "type": "Identifier",
                    "start": 2848,
                    "end": 2857,
                    "loc": {
                      "start": {
                        "line": 56,
                        "column": 71
                      },
                      "end": {
                        "line": 56,
                        "column": 80
                      },
                      "identifierName": "undefined"
                    },
                    "name": "undefined"
                  }
                },
                "leadingComments": null
              },
              "consequent": {
                "type": "ExpressionStatement",
                "start": 2867,
                "end": 2939,
                "loc": {
                  "start": {
                    "line": 57,
                    "column": 8
                  },
                  "end": {
                    "line": 57,
                    "column": 80
                  }
                },
                "expression": {
                  "type": "AssignmentExpression",
                  "start": 2867,
                  "end": 2938,
                  "loc": {
                    "start": {
                      "line": 57,
                      "column": 8
                    },
                    "end": {
                      "line": 57,
                      "column": 79
                    }
                  },
                  "operator": "=",
                  "left": {
                    "type": "Identifier",
                    "start": 2867,
                    "end": 2871,
                    "loc": {
                      "start": {
                        "line": 57,
                        "column": 8
                      },
                      "end": {
                        "line": 57,
                        "column": 12
                      },
                      "identifierName": "side"
                    },
                    "name": "side"
                  },
                  "right": {
                    "type": "ConditionalExpression",
                    "start": 2874,
                    "end": 2938,
                    "loc": {
                      "start": {
                        "line": 57,
                        "column": 15
                      },
                      "end": {
                        "line": 57,
                        "column": 79
                      }
                    },
                    "test": {
                      "type": "BinaryExpression",
                      "start": 2874,
                      "end": 2929,
                      "loc": {
                        "start": {
                          "line": 57,
                          "column": 15
                        },
                        "end": {
                          "line": 57,
                          "column": 70
                        }
                      },
                      "left": {
                        "type": "BinaryExpression",
                        "start": 2874,
                        "end": 2902,
                        "loc": {
                          "start": {
                            "line": 57,
                            "column": 15
                          },
                          "end": {
                            "line": 57,
                            "column": 43
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 2874,
                          "end": 2892,
                          "loc": {
                            "start": {
                              "line": 57,
                              "column": 15
                            },
                            "end": {
                              "line": 57,
                              "column": 33
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2874,
                            "end": 2886,
                            "loc": {
                              "start": {
                                "line": 57,
                                "column": 15
                              },
                              "end": {
                                "line": 57,
                                "column": 27
                              },
                              "identifierName": "restrictions"
                            },
                            "name": "restrictions"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2887,
                            "end": 2892,
                            "loc": {
                              "start": {
                                "line": 57,
                                "column": 28
                              },
                              "end": {
                                "line": 57,
                                "column": 33
                              },
                              "identifierName": "angle"
                            },
                            "name": "angle"
                          },
                          "computed": false
                        },
                        "operator": "<",
                        "right": {
                          "type": "MemberExpression",
                          "start": 2895,
                          "end": 2902,
                          "loc": {
                            "start": {
                              "line": 57,
                              "column": 36
                            },
                            "end": {
                              "line": 57,
                              "column": 43
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2895,
                            "end": 2899,
                            "loc": {
                              "start": {
                                "line": 57,
                                "column": 36
                              },
                              "end": {
                                "line": 57,
                                "column": 40
                              },
                              "identifierName": "Math"
                            },
                            "name": "Math"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2900,
                            "end": 2902,
                            "loc": {
                              "start": {
                                "line": 57,
                                "column": 41
                              },
                              "end": {
                                "line": 57,
                                "column": 43
                              },
                              "identifierName": "PI"
                            },
                            "name": "PI"
                          },
                          "computed": false
                        }
                      },
                      "operator": "===",
                      "right": {
                        "type": "MemberExpression",
                        "start": 2907,
                        "end": 2929,
                        "loc": {
                          "start": {
                            "line": 57,
                            "column": 48
                          },
                          "end": {
                            "line": 57,
                            "column": 70
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 2907,
                          "end": 2919,
                          "loc": {
                            "start": {
                              "line": 57,
                              "column": 48
                            },
                            "end": {
                              "line": 57,
                              "column": 60
                            },
                            "identifierName": "restrictions"
                          },
                          "name": "restrictions"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2920,
                          "end": 2929,
                          "loc": {
                            "start": {
                              "line": 57,
                              "column": 61
                            },
                            "end": {
                              "line": 57,
                              "column": 70
                            },
                            "identifierName": "clockwise"
                          },
                          "name": "clockwise"
                        },
                        "computed": false
                      }
                    },
                    "consequent": {
                      "type": "UnaryExpression",
                      "start": 2932,
                      "end": 2934,
                      "loc": {
                        "start": {
                          "line": 57,
                          "column": 73
                        },
                        "end": {
                          "line": 57,
                          "column": 75
                        }
                      },
                      "operator": "-",
                      "prefix": true,
                      "argument": {
                        "type": "NumericLiteral",
                        "start": 2933,
                        "end": 2934,
                        "loc": {
                          "start": {
                            "line": 57,
                            "column": 74
                          },
                          "end": {
                            "line": 57,
                            "column": 75
                          }
                        },
                        "extra": {
                          "rawValue": 1,
                          "raw": "1"
                        },
                        "value": 1
                      },
                      "extra": {
                        "parenthesizedArgument": false
                      }
                    },
                    "alternate": {
                      "type": "NumericLiteral",
                      "start": 2937,
                      "end": 2938,
                      "loc": {
                        "start": {
                          "line": 57,
                          "column": 78
                        },
                        "end": {
                          "line": 57,
                          "column": 79
                        }
                      },
                      "extra": {
                        "rawValue": 1,
                        "raw": "1"
                      },
                      "value": 1
                    }
                  }
                },
                "trailingComments": [
                  {
                    "type": "CommentLine",
                    "value": " otherwise use generalHint to disambiguate side",
                    "start": 2940,
                    "end": 2989,
                    "loc": {
                      "start": {
                        "line": 57,
                        "column": 81
                      },
                      "end": {
                        "line": 57,
                        "column": 130
                      }
                    }
                  }
                ]
              },
              "alternate": {
                "type": "ExpressionStatement",
                "start": 3007,
                "end": 3089,
                "loc": {
                  "start": {
                    "line": 59,
                    "column": 8
                  },
                  "end": {
                    "line": 59,
                    "column": 90
                  }
                },
                "expression": {
                  "type": "AssignmentExpression",
                  "start": 3007,
                  "end": 3088,
                  "loc": {
                    "start": {
                      "line": 59,
                      "column": 8
                    },
                    "end": {
                      "line": 59,
                      "column": 89
                    }
                  },
                  "operator": "=",
                  "left": {
                    "type": "Identifier",
                    "start": 3007,
                    "end": 3011,
                    "loc": {
                      "start": {
                        "line": 59,
                        "column": 8
                      },
                      "end": {
                        "line": 59,
                        "column": 12
                      },
                      "identifierName": "side"
                    },
                    "name": "side",
                    "leadingComments": null
                  },
                  "right": {
                    "type": "ConditionalExpression",
                    "start": 3014,
                    "end": 3088,
                    "loc": {
                      "start": {
                        "line": 59,
                        "column": 15
                      },
                      "end": {
                        "line": 59,
                        "column": 89
                      }
                    },
                    "test": {
                      "type": "BinaryExpression",
                      "start": 3014,
                      "end": 3079,
                      "loc": {
                        "start": {
                          "line": 59,
                          "column": 15
                        },
                        "end": {
                          "line": 59,
                          "column": 80
                        }
                      },
                      "left": {
                        "type": "CallExpression",
                        "start": 3014,
                        "end": 3075,
                        "loc": {
                          "start": {
                            "line": 59,
                            "column": 15
                          },
                          "end": {
                            "line": 59,
                            "column": 76
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 3014,
                          "end": 3019,
                          "loc": {
                            "start": {
                              "line": 59,
                              "column": 15
                            },
                            "end": {
                              "line": 59,
                              "column": 20
                            },
                            "identifierName": "cross"
                          },
                          "name": "cross"
                        },
                        "arguments": [
                          {
                            "type": "CallExpression",
                            "start": 3020,
                            "end": 3042,
                            "loc": {
                              "start": {
                                "line": 59,
                                "column": 21
                              },
                              "end": {
                                "line": 59,
                                "column": 43
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3020,
                              "end": 3035,
                              "loc": {
                                "start": {
                                  "line": 59,
                                  "column": 21
                                },
                                "end": {
                                  "line": 59,
                                  "column": 36
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 3020,
                                "end": 3031,
                                "loc": {
                                  "start": {
                                    "line": 59,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 59,
                                    "column": 32
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 3020,
                                  "end": 3029,
                                  "loc": {
                                    "start": {
                                      "line": 59,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 59,
                                      "column": 30
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 3020,
                                    "end": 3023,
                                    "loc": {
                                      "start": {
                                        "line": 59,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 59,
                                        "column": 24
                                      },
                                      "identifierName": "end"
                                    },
                                    "name": "end"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3024,
                                    "end": 3029,
                                    "loc": {
                                      "start": {
                                        "line": 59,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 59,
                                        "column": 30
                                      },
                                      "identifierName": "clone"
                                    },
                                    "name": "clone"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3032,
                                "end": 3035,
                                "loc": {
                                  "start": {
                                    "line": 59,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 59,
                                    "column": 36
                                  },
                                  "identifierName": "sub"
                                },
                                "name": "sub"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 3036,
                                "end": 3041,
                                "loc": {
                                  "start": {
                                    "line": 59,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 59,
                                    "column": 42
                                  },
                                  "identifierName": "start"
                                },
                                "name": "start"
                              }
                            ]
                          },
                          {
                            "type": "CallExpression",
                            "start": 3044,
                            "end": 3074,
                            "loc": {
                              "start": {
                                "line": 59,
                                "column": 45
                              },
                              "end": {
                                "line": 59,
                                "column": 75
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3044,
                              "end": 3067,
                              "loc": {
                                "start": {
                                  "line": 59,
                                  "column": 45
                                },
                                "end": {
                                  "line": 59,
                                  "column": 68
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 3044,
                                "end": 3063,
                                "loc": {
                                  "start": {
                                    "line": 59,
                                    "column": 45
                                  },
                                  "end": {
                                    "line": 59,
                                    "column": 64
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 3044,
                                  "end": 3061,
                                  "loc": {
                                    "start": {
                                      "line": 59,
                                      "column": 45
                                    },
                                    "end": {
                                      "line": 59,
                                      "column": 62
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 3044,
                                    "end": 3055,
                                    "loc": {
                                      "start": {
                                        "line": 59,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 59,
                                        "column": 56
                                      },
                                      "identifierName": "generalHint"
                                    },
                                    "name": "generalHint"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3056,
                                    "end": 3061,
                                    "loc": {
                                      "start": {
                                        "line": 59,
                                        "column": 57
                                      },
                                      "end": {
                                        "line": 59,
                                        "column": 62
                                      },
                                      "identifierName": "clone"
                                    },
                                    "name": "clone"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3064,
                                "end": 3067,
                                "loc": {
                                  "start": {
                                    "line": 59,
                                    "column": 65
                                  },
                                  "end": {
                                    "line": 59,
                                    "column": 68
                                  },
                                  "identifierName": "sub"
                                },
                                "name": "sub"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 3068,
                                "end": 3073,
                                "loc": {
                                  "start": {
                                    "line": 59,
                                    "column": 69
                                  },
                                  "end": {
                                    "line": 59,
                                    "column": 74
                                  },
                                  "identifierName": "start"
                                },
                                "name": "start"
                              }
                            ]
                          }
                        ]
                      },
                      "operator": "<",
                      "right": {
                        "type": "NumericLiteral",
                        "start": 3078,
                        "end": 3079,
                        "loc": {
                          "start": {
                            "line": 59,
                            "column": 79
                          },
                          "end": {
                            "line": 59,
                            "column": 80
                          }
                        },
                        "extra": {
                          "rawValue": 0,
                          "raw": "0"
                        },
                        "value": 0
                      }
                    },
                    "consequent": {
                      "type": "UnaryExpression",
                      "start": 3082,
                      "end": 3084,
                      "loc": {
                        "start": {
                          "line": 59,
                          "column": 83
                        },
                        "end": {
                          "line": 59,
                          "column": 85
                        }
                      },
                      "operator": "-",
                      "prefix": true,
                      "argument": {
                        "type": "NumericLiteral",
                        "start": 3083,
                        "end": 3084,
                        "loc": {
                          "start": {
                            "line": 59,
                            "column": 84
                          },
                          "end": {
                            "line": 59,
                            "column": 85
                          }
                        },
                        "extra": {
                          "rawValue": 1,
                          "raw": "1"
                        },
                        "value": 1
                      },
                      "extra": {
                        "parenthesizedArgument": false
                      }
                    },
                    "alternate": {
                      "type": "NumericLiteral",
                      "start": 3087,
                      "end": 3088,
                      "loc": {
                        "start": {
                          "line": 59,
                          "column": 88
                        },
                        "end": {
                          "line": 59,
                          "column": 89
                        }
                      },
                      "extra": {
                        "rawValue": 1,
                        "raw": "1"
                      },
                      "value": 1
                    }
                  },
                  "leadingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentLine",
                    "value": " otherwise use generalHint to disambiguate side",
                    "start": 2940,
                    "end": 2989,
                    "loc": {
                      "start": {
                        "line": 57,
                        "column": 81
                      },
                      "end": {
                        "line": 57,
                        "column": 130
                      }
                    }
                  }
                ]
              },
              "leadingComments": [
                {
                  "type": "CommentLine",
                  "value": " calculate side (sign of perpend) from angle and clockwise",
                  "start": 2716,
                  "end": 2776,
                  "loc": {
                    "start": {
                      "line": 55,
                      "column": 4
                    },
                    "end": {
                      "line": 55,
                      "column": 64
                    }
                  }
                }
              ]
            },
            {
              "type": "VariableDeclaration",
              "start": 3094,
              "end": 3208,
              "loc": {
                "start": {
                  "line": 60,
                  "column": 4
                },
                "end": {
                  "line": 60,
                  "column": 118
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 3100,
                  "end": 3207,
                  "loc": {
                    "start": {
                      "line": 60,
                      "column": 10
                    },
                    "end": {
                      "line": 60,
                      "column": 117
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 3100,
                    "end": 3106,
                    "loc": {
                      "start": {
                        "line": 60,
                        "column": 10
                      },
                      "end": {
                        "line": 60,
                        "column": 16
                      },
                      "identifierName": "center"
                    },
                    "name": "center"
                  },
                  "init": {
                    "type": "CallExpression",
                    "start": 3109,
                    "end": 3207,
                    "loc": {
                      "start": {
                        "line": 60,
                        "column": 19
                      },
                      "end": {
                        "line": 60,
                        "column": 117
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 3109,
                      "end": 3200,
                      "loc": {
                        "start": {
                          "line": 60,
                          "column": 19
                        },
                        "end": {
                          "line": 60,
                          "column": 110
                        }
                      },
                      "object": {
                        "type": "CallExpression",
                        "start": 3109,
                        "end": 3196,
                        "loc": {
                          "start": {
                            "line": 60,
                            "column": 19
                          },
                          "end": {
                            "line": 60,
                            "column": 106
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 3109,
                          "end": 3133,
                          "loc": {
                            "start": {
                              "line": 60,
                              "column": 19
                            },
                            "end": {
                              "line": 60,
                              "column": 43
                            },
                            "identifierName": "setVectorFromOrthoCoords"
                          },
                          "name": "setVectorFromOrthoCoords"
                        },
                        "arguments": [
                          {
                            "type": "CallExpression",
                            "start": 3134,
                            "end": 3168,
                            "loc": {
                              "start": {
                                "line": 60,
                                "column": 44
                              },
                              "end": {
                                "line": 60,
                                "column": 78
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3134,
                              "end": 3166,
                              "loc": {
                                "start": {
                                  "line": 60,
                                  "column": 44
                                },
                                "end": {
                                  "line": 60,
                                  "column": 76
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 3134,
                                "end": 3156,
                                "loc": {
                                  "start": {
                                    "line": 60,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 60,
                                    "column": 66
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 3134,
                                  "end": 3149,
                                  "loc": {
                                    "start": {
                                      "line": 60,
                                      "column": 44
                                    },
                                    "end": {
                                      "line": 60,
                                      "column": 59
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 3134,
                                    "end": 3145,
                                    "loc": {
                                      "start": {
                                        "line": 60,
                                        "column": 44
                                      },
                                      "end": {
                                        "line": 60,
                                        "column": 55
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 3134,
                                      "end": 3143,
                                      "loc": {
                                        "start": {
                                          "line": 60,
                                          "column": 44
                                        },
                                        "end": {
                                          "line": 60,
                                          "column": 53
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 3134,
                                        "end": 3137,
                                        "loc": {
                                          "start": {
                                            "line": 60,
                                            "column": 44
                                          },
                                          "end": {
                                            "line": 60,
                                            "column": 47
                                          },
                                          "identifierName": "end"
                                        },
                                        "name": "end"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3138,
                                        "end": 3143,
                                        "loc": {
                                          "start": {
                                            "line": 60,
                                            "column": 48
                                          },
                                          "end": {
                                            "line": 60,
                                            "column": 53
                                          },
                                          "identifierName": "clone"
                                        },
                                        "name": "clone"
                                      },
                                      "computed": false
                                    },
                                    "arguments": []
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3146,
                                    "end": 3149,
                                    "loc": {
                                      "start": {
                                        "line": 60,
                                        "column": 56
                                      },
                                      "end": {
                                        "line": 60,
                                        "column": 59
                                      },
                                      "identifierName": "sub"
                                    },
                                    "name": "sub"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 3150,
                                    "end": 3155,
                                    "loc": {
                                      "start": {
                                        "line": 60,
                                        "column": 60
                                      },
                                      "end": {
                                        "line": 60,
                                        "column": 65
                                      },
                                      "identifierName": "start"
                                    },
                                    "name": "start"
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3157,
                                "end": 3166,
                                "loc": {
                                  "start": {
                                    "line": 60,
                                    "column": 67
                                  },
                                  "end": {
                                    "line": 60,
                                    "column": 76
                                  },
                                  "identifierName": "normalize"
                                },
                                "name": "normalize"
                              },
                              "computed": false
                            },
                            "arguments": []
                          },
                          {
                            "type": "Identifier",
                            "start": 3170,
                            "end": 3179,
                            "loc": {
                              "start": {
                                "line": 60,
                                "column": 80
                              },
                              "end": {
                                "line": 60,
                                "column": 89
                              },
                              "identifierName": "halfChord"
                            },
                            "name": "halfChord"
                          },
                          {
                            "type": "BinaryExpression",
                            "start": 3181,
                            "end": 3195,
                            "loc": {
                              "start": {
                                "line": 60,
                                "column": 91
                              },
                              "end": {
                                "line": 60,
                                "column": 105
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 3181,
                              "end": 3185,
                              "loc": {
                                "start": {
                                  "line": 60,
                                  "column": 91
                                },
                                "end": {
                                  "line": 60,
                                  "column": 95
                                },
                                "identifierName": "side"
                              },
                              "name": "side"
                            },
                            "operator": "*",
                            "right": {
                              "type": "Identifier",
                              "start": 3188,
                              "end": 3195,
                              "loc": {
                                "start": {
                                  "line": 60,
                                  "column": 98
                                },
                                "end": {
                                  "line": 60,
                                  "column": 105
                                },
                                "identifierName": "perpend"
                              },
                              "name": "perpend"
                            }
                          }
                        ]
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 3197,
                        "end": 3200,
                        "loc": {
                          "start": {
                            "line": 60,
                            "column": 107
                          },
                          "end": {
                            "line": 60,
                            "column": 110
                          },
                          "identifierName": "add"
                        },
                        "name": "add"
                      },
                      "computed": false
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "start": 3201,
                        "end": 3206,
                        "loc": {
                          "start": {
                            "line": 60,
                            "column": 111
                          },
                          "end": {
                            "line": 60,
                            "column": 116
                          },
                          "identifierName": "start"
                        },
                        "name": "start"
                      }
                    ]
                  }
                }
              ],
              "kind": "const"
            },
            {
              "type": "VariableDeclaration",
              "start": 3213,
              "end": 3407,
              "loc": {
                "start": {
                  "line": 61,
                  "column": 4
                },
                "end": {
                  "line": 63,
                  "column": 106
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 3219,
                  "end": 3406,
                  "loc": {
                    "start": {
                      "line": 61,
                      "column": 10
                    },
                    "end": {
                      "line": 63,
                      "column": 105
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 3219,
                    "end": 3228,
                    "loc": {
                      "start": {
                        "line": 61,
                        "column": 10
                      },
                      "end": {
                        "line": 61,
                        "column": 19
                      },
                      "identifierName": "clockwise"
                    },
                    "name": "clockwise"
                  },
                  "init": {
                    "type": "ConditionalExpression",
                    "start": 3231,
                    "end": 3406,
                    "loc": {
                      "start": {
                        "line": 61,
                        "column": 22
                      },
                      "end": {
                        "line": 63,
                        "column": 105
                      }
                    },
                    "test": {
                      "type": "BinaryExpression",
                      "start": 3231,
                      "end": 3267,
                      "loc": {
                        "start": {
                          "line": 61,
                          "column": 22
                        },
                        "end": {
                          "line": 61,
                          "column": 58
                        }
                      },
                      "left": {
                        "type": "MemberExpression",
                        "start": 3231,
                        "end": 3253,
                        "loc": {
                          "start": {
                            "line": 61,
                            "column": 22
                          },
                          "end": {
                            "line": 61,
                            "column": 44
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 3231,
                          "end": 3243,
                          "loc": {
                            "start": {
                              "line": 61,
                              "column": 22
                            },
                            "end": {
                              "line": 61,
                              "column": 34
                            },
                            "identifierName": "restrictions"
                          },
                          "name": "restrictions"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 3244,
                          "end": 3253,
                          "loc": {
                            "start": {
                              "line": 61,
                              "column": 35
                            },
                            "end": {
                              "line": 61,
                              "column": 44
                            },
                            "identifierName": "clockwise"
                          },
                          "name": "clockwise"
                        },
                        "computed": false
                      },
                      "operator": "!==",
                      "right": {
                        "type": "Identifier",
                        "start": 3258,
                        "end": 3267,
                        "loc": {
                          "start": {
                            "line": 61,
                            "column": 49
                          },
                          "end": {
                            "line": 61,
                            "column": 58
                          },
                          "identifierName": "undefined"
                        },
                        "name": "undefined"
                      }
                    },
                    "consequent": {
                      "type": "MemberExpression",
                      "start": 3278,
                      "end": 3300,
                      "loc": {
                        "start": {
                          "line": 62,
                          "column": 10
                        },
                        "end": {
                          "line": 62,
                          "column": 32
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 3278,
                        "end": 3290,
                        "loc": {
                          "start": {
                            "line": 62,
                            "column": 10
                          },
                          "end": {
                            "line": 62,
                            "column": 22
                          },
                          "identifierName": "restrictions"
                        },
                        "name": "restrictions"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 3291,
                        "end": 3300,
                        "loc": {
                          "start": {
                            "line": 62,
                            "column": 23
                          },
                          "end": {
                            "line": 62,
                            "column": 32
                          },
                          "identifierName": "clockwise"
                        },
                        "name": "clockwise"
                      },
                      "computed": false
                    },
                    "alternate": {
                      "type": "ConditionalExpression",
                      "start": 3311,
                      "end": 3406,
                      "loc": {
                        "start": {
                          "line": 63,
                          "column": 10
                        },
                        "end": {
                          "line": 63,
                          "column": 105
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 3311,
                        "end": 3343,
                        "loc": {
                          "start": {
                            "line": 63,
                            "column": 10
                          },
                          "end": {
                            "line": 63,
                            "column": 42
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 3311,
                          "end": 3329,
                          "loc": {
                            "start": {
                              "line": 63,
                              "column": 10
                            },
                            "end": {
                              "line": 63,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 3311,
                            "end": 3323,
                            "loc": {
                              "start": {
                                "line": 63,
                                "column": 10
                              },
                              "end": {
                                "line": 63,
                                "column": 22
                              },
                              "identifierName": "restrictions"
                            },
                            "name": "restrictions"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3324,
                            "end": 3329,
                            "loc": {
                              "start": {
                                "line": 63,
                                "column": 23
                              },
                              "end": {
                                "line": 63,
                                "column": 28
                              },
                              "identifierName": "angle"
                            },
                            "name": "angle"
                          },
                          "computed": false
                        },
                        "operator": "!==",
                        "right": {
                          "type": "Identifier",
                          "start": 3334,
                          "end": 3343,
                          "loc": {
                            "start": {
                              "line": 63,
                              "column": 33
                            },
                            "end": {
                              "line": 63,
                              "column": 42
                            },
                            "identifierName": "undefined"
                          },
                          "name": "undefined"
                        }
                      },
                      "consequent": {
                        "type": "BinaryExpression",
                        "start": 3346,
                        "end": 3392,
                        "loc": {
                          "start": {
                            "line": 63,
                            "column": 45
                          },
                          "end": {
                            "line": 63,
                            "column": 91
                          }
                        },
                        "left": {
                          "type": "BinaryExpression",
                          "start": 3346,
                          "end": 3374,
                          "loc": {
                            "start": {
                              "line": 63,
                              "column": 45
                            },
                            "end": {
                              "line": 63,
                              "column": 73
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 3346,
                            "end": 3364,
                            "loc": {
                              "start": {
                                "line": 63,
                                "column": 45
                              },
                              "end": {
                                "line": 63,
                                "column": 63
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 3346,
                              "end": 3358,
                              "loc": {
                                "start": {
                                  "line": 63,
                                  "column": 45
                                },
                                "end": {
                                  "line": 63,
                                  "column": 57
                                },
                                "identifierName": "restrictions"
                              },
                              "name": "restrictions"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3359,
                              "end": 3364,
                              "loc": {
                                "start": {
                                  "line": 63,
                                  "column": 58
                                },
                                "end": {
                                  "line": 63,
                                  "column": 63
                                },
                                "identifierName": "angle"
                              },
                              "name": "angle"
                            },
                            "computed": false
                          },
                          "operator": "<",
                          "right": {
                            "type": "MemberExpression",
                            "start": 3367,
                            "end": 3374,
                            "loc": {
                              "start": {
                                "line": 63,
                                "column": 66
                              },
                              "end": {
                                "line": 63,
                                "column": 73
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 3367,
                              "end": 3371,
                              "loc": {
                                "start": {
                                  "line": 63,
                                  "column": 66
                                },
                                "end": {
                                  "line": 63,
                                  "column": 70
                                },
                                "identifierName": "Math"
                              },
                              "name": "Math"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3372,
                              "end": 3374,
                              "loc": {
                                "start": {
                                  "line": 63,
                                  "column": 71
                                },
                                "end": {
                                  "line": 63,
                                  "column": 73
                                },
                                "identifierName": "PI"
                              },
                              "name": "PI"
                            },
                            "computed": false
                          }
                        },
                        "operator": "===",
                        "right": {
                          "type": "BinaryExpression",
                          "start": 3380,
                          "end": 3391,
                          "loc": {
                            "start": {
                              "line": 63,
                              "column": 79
                            },
                            "end": {
                              "line": 63,
                              "column": 90
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 3380,
                            "end": 3384,
                            "loc": {
                              "start": {
                                "line": 63,
                                "column": 79
                              },
                              "end": {
                                "line": 63,
                                "column": 83
                              },
                              "identifierName": "side"
                            },
                            "name": "side"
                          },
                          "operator": "===",
                          "right": {
                            "type": "UnaryExpression",
                            "start": 3389,
                            "end": 3391,
                            "loc": {
                              "start": {
                                "line": 63,
                                "column": 88
                              },
                              "end": {
                                "line": 63,
                                "column": 90
                              }
                            },
                            "operator": "-",
                            "prefix": true,
                            "argument": {
                              "type": "NumericLiteral",
                              "start": 3390,
                              "end": 3391,
                              "loc": {
                                "start": {
                                  "line": 63,
                                  "column": 89
                                },
                                "end": {
                                  "line": 63,
                                  "column": 90
                                }
                              },
                              "extra": {
                                "rawValue": 1,
                                "raw": "1"
                              },
                              "value": 1
                            },
                            "extra": {
                              "parenthesizedArgument": false
                            }
                          },
                          "extra": {
                            "parenthesized": true,
                            "parenStart": 3379
                          }
                        }
                      },
                      "alternate": {
                        "type": "BinaryExpression",
                        "start": 3395,
                        "end": 3406,
                        "loc": {
                          "start": {
                            "line": 63,
                            "column": 94
                          },
                          "end": {
                            "line": 63,
                            "column": 105
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 3395,
                          "end": 3399,
                          "loc": {
                            "start": {
                              "line": 63,
                              "column": 94
                            },
                            "end": {
                              "line": 63,
                              "column": 98
                            },
                            "identifierName": "side"
                          },
                          "name": "side"
                        },
                        "operator": "===",
                        "right": {
                          "type": "UnaryExpression",
                          "start": 3404,
                          "end": 3406,
                          "loc": {
                            "start": {
                              "line": 63,
                              "column": 103
                            },
                            "end": {
                              "line": 63,
                              "column": 105
                            }
                          },
                          "operator": "-",
                          "prefix": true,
                          "argument": {
                            "type": "NumericLiteral",
                            "start": 3405,
                            "end": 3406,
                            "loc": {
                              "start": {
                                "line": 63,
                                "column": 104
                              },
                              "end": {
                                "line": 63,
                                "column": 105
                              }
                            },
                            "extra": {
                              "rawValue": 1,
                              "raw": "1"
                            },
                            "value": 1
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        }
                      }
                    }
                  }
                }
              ],
              "kind": "const"
            },
            {
              "type": "ReturnStatement",
              "start": 3412,
              "end": 3453,
              "loc": {
                "start": {
                  "line": 64,
                  "column": 4
                },
                "end": {
                  "line": 64,
                  "column": 45
                }
              },
              "argument": {
                "type": "ObjectExpression",
                "start": 3419,
                "end": 3452,
                "loc": {
                  "start": {
                    "line": 64,
                    "column": 11
                  },
                  "end": {
                    "line": 64,
                    "column": 44
                  }
                },
                "properties": [
                  {
                    "type": "ObjectProperty",
                    "start": 3421,
                    "end": 3426,
                    "loc": {
                      "start": {
                        "line": 64,
                        "column": 13
                      },
                      "end": {
                        "line": 64,
                        "column": 18
                      }
                    },
                    "method": false,
                    "shorthand": true,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "start": 3421,
                      "end": 3426,
                      "loc": {
                        "start": {
                          "line": 64,
                          "column": 13
                        },
                        "end": {
                          "line": 64,
                          "column": 18
                        },
                        "identifierName": "start"
                      },
                      "name": "start"
                    },
                    "value": {
                      "type": "Identifier",
                      "start": 3421,
                      "end": 3426,
                      "loc": {
                        "start": {
                          "line": 64,
                          "column": 13
                        },
                        "end": {
                          "line": 64,
                          "column": 18
                        },
                        "identifierName": "start"
                      },
                      "name": "start"
                    },
                    "extra": {
                      "shorthand": true
                    }
                  },
                  {
                    "type": "ObjectProperty",
                    "start": 3428,
                    "end": 3431,
                    "loc": {
                      "start": {
                        "line": 64,
                        "column": 20
                      },
                      "end": {
                        "line": 64,
                        "column": 23
                      }
                    },
                    "method": false,
                    "shorthand": true,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "start": 3428,
                      "end": 3431,
                      "loc": {
                        "start": {
                          "line": 64,
                          "column": 20
                        },
                        "end": {
                          "line": 64,
                          "column": 23
                        },
                        "identifierName": "end"
                      },
                      "name": "end"
                    },
                    "value": {
                      "type": "Identifier",
                      "start": 3428,
                      "end": 3431,
                      "loc": {
                        "start": {
                          "line": 64,
                          "column": 20
                        },
                        "end": {
                          "line": 64,
                          "column": 23
                        },
                        "identifierName": "end"
                      },
                      "name": "end"
                    },
                    "extra": {
                      "shorthand": true
                    }
                  },
                  {
                    "type": "ObjectProperty",
                    "start": 3433,
                    "end": 3439,
                    "loc": {
                      "start": {
                        "line": 64,
                        "column": 25
                      },
                      "end": {
                        "line": 64,
                        "column": 31
                      }
                    },
                    "method": false,
                    "shorthand": true,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "start": 3433,
                      "end": 3439,
                      "loc": {
                        "start": {
                          "line": 64,
                          "column": 25
                        },
                        "end": {
                          "line": 64,
                          "column": 31
                        },
                        "identifierName": "center"
                      },
                      "name": "center"
                    },
                    "value": {
                      "type": "Identifier",
                      "start": 3433,
                      "end": 3439,
                      "loc": {
                        "start": {
                          "line": 64,
                          "column": 25
                        },
                        "end": {
                          "line": 64,
                          "column": 31
                        },
                        "identifierName": "center"
                      },
                      "name": "center"
                    },
                    "extra": {
                      "shorthand": true
                    }
                  },
                  {
                    "type": "ObjectProperty",
                    "start": 3441,
                    "end": 3450,
                    "loc": {
                      "start": {
                        "line": 64,
                        "column": 33
                      },
                      "end": {
                        "line": 64,
                        "column": 42
                      }
                    },
                    "method": false,
                    "shorthand": true,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "start": 3441,
                      "end": 3450,
                      "loc": {
                        "start": {
                          "line": 64,
                          "column": 33
                        },
                        "end": {
                          "line": 64,
                          "column": 42
                        },
                        "identifierName": "clockwise"
                      },
                      "name": "clockwise"
                    },
                    "value": {
                      "type": "Identifier",
                      "start": 3441,
                      "end": 3450,
                      "loc": {
                        "start": {
                          "line": 64,
                          "column": 33
                        },
                        "end": {
                          "line": 64,
                          "column": 42
                        },
                        "identifierName": "clockwise"
                      },
                      "name": "clockwise"
                    },
                    "extra": {
                      "shorthand": true
                    }
                  }
                ]
              }
            }
          ],
          "directives": []
        },
        "leadingComments": [
          {
            "type": "CommentLine",
            "value": " is unambigously defined if restrictions.angle and restrictions.clockwise are set",
            "start": 1703,
            "end": 1786,
            "loc": {
              "start": {
                "line": 39,
                "column": 0
              },
              "end": {
                "line": 39,
                "column": 83
              }
            }
          },
          {
            "type": "CommentLine",
            "value": " uses generalHint to disambiguate side if only restrictions.angle is set",
            "start": 1787,
            "end": 1861,
            "loc": {
              "start": {
                "line": 40,
                "column": 0
              },
              "end": {
                "line": 40,
                "column": 74
              }
            }
          },
          {
            "type": "CommentLine",
            "value": " uses generalHint to disambiguate side if restrictions.radius and restrictions.clockwise are set",
            "start": 1862,
            "end": 1960,
            "loc": {
              "start": {
                "line": 41,
                "column": 0
              },
              "end": {
                "line": 41,
                "column": 98
              }
            }
          },
          {
            "type": "CommentLine",
            "value": " uses generalHint and assumes smaller (<pi) angle if only restrictions.radius is set",
            "start": 1961,
            "end": 2047,
            "loc": {
              "start": {
                "line": 42,
                "column": 0
              },
              "end": {
                "line": 42,
                "column": 86
              }
            }
          },
          {
            "type": "CommentLine",
            "value": " throws an error otherwise",
            "start": 2048,
            "end": 2076,
            "loc": {
              "start": {
                "line": 43,
                "column": 0
              },
              "end": {
                "line": 43,
                "column": 28
              }
            }
          }
        ]
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 3457,
        "end": 3941,
        "loc": {
          "start": {
            "line": 67,
            "column": 0
          },
          "end": {
            "line": 73,
            "column": 1
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "FunctionDeclaration",
          "start": 3464,
          "end": 3941,
          "loc": {
            "start": {
              "line": 67,
              "column": 7
            },
            "end": {
              "line": 73,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 3473,
            "end": 3488,
            "loc": {
              "start": {
                "line": 67,
                "column": 16
              },
              "end": {
                "line": 67,
                "column": 31
              },
              "identifierName": "drawArcBy_S_E_C"
            },
            "name": "drawArcBy_S_E_C"
          },
          "generator": false,
          "expression": false,
          "async": false,
          "params": [
            {
              "type": "ArrayPattern",
              "start": 3489,
              "end": 3513,
              "loc": {
                "start": {
                  "line": 67,
                  "column": 32
                },
                "end": {
                  "line": 67,
                  "column": 56
                }
              },
              "elements": [
                {
                  "type": "Identifier",
                  "start": 3490,
                  "end": 3495,
                  "loc": {
                    "start": {
                      "line": 67,
                      "column": 33
                    },
                    "end": {
                      "line": 67,
                      "column": 38
                    },
                    "identifierName": "start"
                  },
                  "name": "start"
                },
                {
                  "type": "Identifier",
                  "start": 3497,
                  "end": 3500,
                  "loc": {
                    "start": {
                      "line": 67,
                      "column": 40
                    },
                    "end": {
                      "line": 67,
                      "column": 43
                    },
                    "identifierName": "end"
                  },
                  "name": "end"
                },
                {
                  "type": "Identifier",
                  "start": 3502,
                  "end": 3512,
                  "loc": {
                    "start": {
                      "line": 67,
                      "column": 45
                    },
                    "end": {
                      "line": 67,
                      "column": 55
                    },
                    "identifierName": "centerHint"
                  },
                  "name": "centerHint"
                }
              ]
            },
            {
              "type": "Identifier",
              "start": 3515,
              "end": 3527,
              "loc": {
                "start": {
                  "line": 67,
                  "column": 58
                },
                "end": {
                  "line": 67,
                  "column": 70
                },
                "identifierName": "restrictions"
              },
              "name": "restrictions"
            }
          ],
          "body": {
            "type": "BlockStatement",
            "start": 3529,
            "end": 3941,
            "loc": {
              "start": {
                "line": 67,
                "column": 72
              },
              "end": {
                "line": 73,
                "column": 1
              }
            },
            "body": [
              {
                "type": "IfStatement",
                "start": 3535,
                "end": 3679,
                "loc": {
                  "start": {
                    "line": 68,
                    "column": 4
                  },
                  "end": {
                    "line": 69,
                    "column": 69
                  }
                },
                "test": {
                  "type": "LogicalExpression",
                  "start": 3539,
                  "end": 3608,
                  "loc": {
                    "start": {
                      "line": 68,
                      "column": 8
                    },
                    "end": {
                      "line": 68,
                      "column": 77
                    }
                  },
                  "left": {
                    "type": "BinaryExpression",
                    "start": 3539,
                    "end": 3571,
                    "loc": {
                      "start": {
                        "line": 68,
                        "column": 8
                      },
                      "end": {
                        "line": 68,
                        "column": 40
                      }
                    },
                    "left": {
                      "type": "MemberExpression",
                      "start": 3539,
                      "end": 3557,
                      "loc": {
                        "start": {
                          "line": 68,
                          "column": 8
                        },
                        "end": {
                          "line": 68,
                          "column": 26
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 3539,
                        "end": 3551,
                        "loc": {
                          "start": {
                            "line": 68,
                            "column": 8
                          },
                          "end": {
                            "line": 68,
                            "column": 20
                          },
                          "identifierName": "restrictions"
                        },
                        "name": "restrictions"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 3552,
                        "end": 3557,
                        "loc": {
                          "start": {
                            "line": 68,
                            "column": 21
                          },
                          "end": {
                            "line": 68,
                            "column": 26
                          },
                          "identifierName": "angle"
                        },
                        "name": "angle"
                      },
                      "computed": false
                    },
                    "operator": "!==",
                    "right": {
                      "type": "Identifier",
                      "start": 3562,
                      "end": 3571,
                      "loc": {
                        "start": {
                          "line": 68,
                          "column": 31
                        },
                        "end": {
                          "line": 68,
                          "column": 40
                        },
                        "identifierName": "undefined"
                      },
                      "name": "undefined"
                    }
                  },
                  "operator": "||",
                  "right": {
                    "type": "BinaryExpression",
                    "start": 3575,
                    "end": 3608,
                    "loc": {
                      "start": {
                        "line": 68,
                        "column": 44
                      },
                      "end": {
                        "line": 68,
                        "column": 77
                      }
                    },
                    "left": {
                      "type": "MemberExpression",
                      "start": 3575,
                      "end": 3594,
                      "loc": {
                        "start": {
                          "line": 68,
                          "column": 44
                        },
                        "end": {
                          "line": 68,
                          "column": 63
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 3575,
                        "end": 3587,
                        "loc": {
                          "start": {
                            "line": 68,
                            "column": 44
                          },
                          "end": {
                            "line": 68,
                            "column": 56
                          },
                          "identifierName": "restrictions"
                        },
                        "name": "restrictions"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 3588,
                        "end": 3594,
                        "loc": {
                          "start": {
                            "line": 68,
                            "column": 57
                          },
                          "end": {
                            "line": 68,
                            "column": 63
                          },
                          "identifierName": "radius"
                        },
                        "name": "radius"
                      },
                      "computed": false
                    },
                    "operator": "!==",
                    "right": {
                      "type": "Identifier",
                      "start": 3599,
                      "end": 3608,
                      "loc": {
                        "start": {
                          "line": 68,
                          "column": 68
                        },
                        "end": {
                          "line": 68,
                          "column": 77
                        },
                        "identifierName": "undefined"
                      },
                      "name": "undefined"
                    }
                  }
                },
                "consequent": {
                  "type": "ReturnStatement",
                  "start": 3618,
                  "end": 3679,
                  "loc": {
                    "start": {
                      "line": 69,
                      "column": 8
                    },
                    "end": {
                      "line": 69,
                      "column": 69
                    }
                  },
                  "argument": {
                    "type": "CallExpression",
                    "start": 3625,
                    "end": 3678,
                    "loc": {
                      "start": {
                        "line": 69,
                        "column": 15
                      },
                      "end": {
                        "line": 69,
                        "column": 68
                      }
                    },
                    "callee": {
                      "type": "Identifier",
                      "start": 3625,
                      "end": 3638,
                      "loc": {
                        "start": {
                          "line": 69,
                          "column": 15
                        },
                        "end": {
                          "line": 69,
                          "column": 28
                        },
                        "identifierName": "drawArcBy_S_E"
                      },
                      "name": "drawArcBy_S_E"
                    },
                    "arguments": [
                      {
                        "type": "ArrayExpression",
                        "start": 3639,
                        "end": 3663,
                        "loc": {
                          "start": {
                            "line": 69,
                            "column": 29
                          },
                          "end": {
                            "line": 69,
                            "column": 53
                          }
                        },
                        "elements": [
                          {
                            "type": "Identifier",
                            "start": 3640,
                            "end": 3645,
                            "loc": {
                              "start": {
                                "line": 69,
                                "column": 30
                              },
                              "end": {
                                "line": 69,
                                "column": 35
                              },
                              "identifierName": "start"
                            },
                            "name": "start"
                          },
                          {
                            "type": "Identifier",
                            "start": 3647,
                            "end": 3650,
                            "loc": {
                              "start": {
                                "line": 69,
                                "column": 37
                              },
                              "end": {
                                "line": 69,
                                "column": 40
                              },
                              "identifierName": "end"
                            },
                            "name": "end"
                          },
                          {
                            "type": "Identifier",
                            "start": 3652,
                            "end": 3662,
                            "loc": {
                              "start": {
                                "line": 69,
                                "column": 42
                              },
                              "end": {
                                "line": 69,
                                "column": 52
                              },
                              "identifierName": "centerHint"
                            },
                            "name": "centerHint"
                          }
                        ]
                      },
                      {
                        "type": "Identifier",
                        "start": 3665,
                        "end": 3677,
                        "loc": {
                          "start": {
                            "line": 69,
                            "column": 55
                          },
                          "end": {
                            "line": 69,
                            "column": 67
                          },
                          "identifierName": "restrictions"
                        },
                        "name": "restrictions"
                      }
                    ]
                  }
                },
                "alternate": null
              },
              {
                "type": "VariableDeclaration",
                "start": 3684,
                "end": 3773,
                "loc": {
                  "start": {
                    "line": 70,
                    "column": 4
                  },
                  "end": {
                    "line": 70,
                    "column": 93
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 3690,
                    "end": 3772,
                    "loc": {
                      "start": {
                        "line": 70,
                        "column": 10
                      },
                      "end": {
                        "line": 70,
                        "column": 92
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 3690,
                      "end": 3697,
                      "loc": {
                        "start": {
                          "line": 70,
                          "column": 10
                        },
                        "end": {
                          "line": 70,
                          "column": 17
                        },
                        "identifierName": "perpend"
                      },
                      "name": "perpend"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 3700,
                      "end": 3772,
                      "loc": {
                        "start": {
                          "line": 70,
                          "column": 20
                        },
                        "end": {
                          "line": 70,
                          "column": 92
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 3700,
                        "end": 3705,
                        "loc": {
                          "start": {
                            "line": 70,
                            "column": 20
                          },
                          "end": {
                            "line": 70,
                            "column": 25
                          },
                          "identifierName": "cross"
                        },
                        "name": "cross"
                      },
                      "arguments": [
                        {
                          "type": "CallExpression",
                          "start": 3706,
                          "end": 3740,
                          "loc": {
                            "start": {
                              "line": 70,
                              "column": 26
                            },
                            "end": {
                              "line": 70,
                              "column": 60
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 3706,
                            "end": 3738,
                            "loc": {
                              "start": {
                                "line": 70,
                                "column": 26
                              },
                              "end": {
                                "line": 70,
                                "column": 58
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 3706,
                              "end": 3728,
                              "loc": {
                                "start": {
                                  "line": 70,
                                  "column": 26
                                },
                                "end": {
                                  "line": 70,
                                  "column": 48
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 3706,
                                "end": 3721,
                                "loc": {
                                  "start": {
                                    "line": 70,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 70,
                                    "column": 41
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 3706,
                                  "end": 3717,
                                  "loc": {
                                    "start": {
                                      "line": 70,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 70,
                                      "column": 37
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 3706,
                                    "end": 3715,
                                    "loc": {
                                      "start": {
                                        "line": 70,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 70,
                                        "column": 35
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 3706,
                                      "end": 3709,
                                      "loc": {
                                        "start": {
                                          "line": 70,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 70,
                                          "column": 29
                                        },
                                        "identifierName": "end"
                                      },
                                      "name": "end"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3710,
                                      "end": 3715,
                                      "loc": {
                                        "start": {
                                          "line": 70,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 70,
                                          "column": 35
                                        },
                                        "identifierName": "clone"
                                      },
                                      "name": "clone"
                                    },
                                    "computed": false
                                  },
                                  "arguments": []
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3718,
                                  "end": 3721,
                                  "loc": {
                                    "start": {
                                      "line": 70,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 70,
                                      "column": 41
                                    },
                                    "identifierName": "sub"
                                  },
                                  "name": "sub"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 3722,
                                  "end": 3727,
                                  "loc": {
                                    "start": {
                                      "line": 70,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 70,
                                      "column": 47
                                    },
                                    "identifierName": "start"
                                  },
                                  "name": "start"
                                }
                              ]
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3729,
                              "end": 3738,
                              "loc": {
                                "start": {
                                  "line": 70,
                                  "column": 49
                                },
                                "end": {
                                  "line": 70,
                                  "column": 58
                                },
                                "identifierName": "normalize"
                              },
                              "name": "normalize"
                            },
                            "computed": false
                          },
                          "arguments": []
                        },
                        {
                          "type": "CallExpression",
                          "start": 3742,
                          "end": 3771,
                          "loc": {
                            "start": {
                              "line": 70,
                              "column": 62
                            },
                            "end": {
                              "line": 70,
                              "column": 91
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 3742,
                            "end": 3764,
                            "loc": {
                              "start": {
                                "line": 70,
                                "column": 62
                              },
                              "end": {
                                "line": 70,
                                "column": 84
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 3742,
                              "end": 3760,
                              "loc": {
                                "start": {
                                  "line": 70,
                                  "column": 62
                                },
                                "end": {
                                  "line": 70,
                                  "column": 80
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 3742,
                                "end": 3758,
                                "loc": {
                                  "start": {
                                    "line": 70,
                                    "column": 62
                                  },
                                  "end": {
                                    "line": 70,
                                    "column": 78
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3742,
                                  "end": 3752,
                                  "loc": {
                                    "start": {
                                      "line": 70,
                                      "column": 62
                                    },
                                    "end": {
                                      "line": 70,
                                      "column": 72
                                    },
                                    "identifierName": "centerHint"
                                  },
                                  "name": "centerHint"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3753,
                                  "end": 3758,
                                  "loc": {
                                    "start": {
                                      "line": 70,
                                      "column": 73
                                    },
                                    "end": {
                                      "line": 70,
                                      "column": 78
                                    },
                                    "identifierName": "clone"
                                  },
                                  "name": "clone"
                                },
                                "computed": false
                              },
                              "arguments": []
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3761,
                              "end": 3764,
                              "loc": {
                                "start": {
                                  "line": 70,
                                  "column": 81
                                },
                                "end": {
                                  "line": 70,
                                  "column": 84
                                },
                                "identifierName": "sub"
                              },
                              "name": "sub"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 3765,
                              "end": 3770,
                              "loc": {
                                "start": {
                                  "line": 70,
                                  "column": 85
                                },
                                "end": {
                                  "line": 70,
                                  "column": 90
                                },
                                "identifierName": "start"
                              },
                              "name": "start"
                            }
                          ]
                        }
                      ]
                    }
                  }
                ],
                "kind": "const"
              },
              {
                "type": "VariableDeclaration",
                "start": 3778,
                "end": 3840,
                "loc": {
                  "start": {
                    "line": 71,
                    "column": 4
                  },
                  "end": {
                    "line": 71,
                    "column": 66
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 3784,
                    "end": 3839,
                    "loc": {
                      "start": {
                        "line": 71,
                        "column": 10
                      },
                      "end": {
                        "line": 71,
                        "column": 65
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 3784,
                      "end": 3790,
                      "loc": {
                        "start": {
                          "line": 71,
                          "column": 10
                        },
                        "end": {
                          "line": 71,
                          "column": 16
                        },
                        "identifierName": "radius"
                      },
                      "name": "radius"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 3793,
                      "end": 3839,
                      "loc": {
                        "start": {
                          "line": 71,
                          "column": 19
                        },
                        "end": {
                          "line": 71,
                          "column": 65
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 3793,
                        "end": 3803,
                        "loc": {
                          "start": {
                            "line": 71,
                            "column": 19
                          },
                          "end": {
                            "line": 71,
                            "column": 29
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 3793,
                          "end": 3797,
                          "loc": {
                            "start": {
                              "line": 71,
                              "column": 19
                            },
                            "end": {
                              "line": 71,
                              "column": 23
                            },
                            "identifierName": "Math"
                          },
                          "name": "Math"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 3798,
                          "end": 3803,
                          "loc": {
                            "start": {
                              "line": 71,
                              "column": 24
                            },
                            "end": {
                              "line": 71,
                              "column": 29
                            },
                            "identifierName": "hypot"
                          },
                          "name": "hypot"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 3804,
                          "end": 3811,
                          "loc": {
                            "start": {
                              "line": 71,
                              "column": 30
                            },
                            "end": {
                              "line": 71,
                              "column": 37
                            },
                            "identifierName": "perpend"
                          },
                          "name": "perpend"
                        },
                        {
                          "type": "BinaryExpression",
                          "start": 3813,
                          "end": 3838,
                          "loc": {
                            "start": {
                              "line": 71,
                              "column": 39
                            },
                            "end": {
                              "line": 71,
                              "column": 64
                            }
                          },
                          "left": {
                            "type": "CallExpression",
                            "start": 3813,
                            "end": 3834,
                            "loc": {
                              "start": {
                                "line": 71,
                                "column": 39
                              },
                              "end": {
                                "line": 71,
                                "column": 60
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3813,
                              "end": 3829,
                              "loc": {
                                "start": {
                                  "line": 71,
                                  "column": 39
                                },
                                "end": {
                                  "line": 71,
                                  "column": 55
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 3813,
                                "end": 3818,
                                "loc": {
                                  "start": {
                                    "line": 71,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 71,
                                    "column": 44
                                  },
                                  "identifierName": "start"
                                },
                                "name": "start"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3819,
                                "end": 3829,
                                "loc": {
                                  "start": {
                                    "line": 71,
                                    "column": 45
                                  },
                                  "end": {
                                    "line": 71,
                                    "column": 55
                                  },
                                  "identifierName": "distanceTo"
                                },
                                "name": "distanceTo"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 3830,
                                "end": 3833,
                                "loc": {
                                  "start": {
                                    "line": 71,
                                    "column": 56
                                  },
                                  "end": {
                                    "line": 71,
                                    "column": 59
                                  },
                                  "identifierName": "end"
                                },
                                "name": "end"
                              }
                            ]
                          },
                          "operator": "/",
                          "right": {
                            "type": "NumericLiteral",
                            "start": 3837,
                            "end": 3838,
                            "loc": {
                              "start": {
                                "line": 71,
                                "column": 63
                              },
                              "end": {
                                "line": 71,
                                "column": 64
                              }
                            },
                            "extra": {
                              "rawValue": 2,
                              "raw": "2"
                            },
                            "value": 2
                          }
                        }
                      ]
                    }
                  }
                ],
                "kind": "const"
              },
              {
                "type": "ReturnStatement",
                "start": 3845,
                "end": 3939,
                "loc": {
                  "start": {
                    "line": 72,
                    "column": 4
                  },
                  "end": {
                    "line": 72,
                    "column": 98
                  }
                },
                "argument": {
                  "type": "CallExpression",
                  "start": 3852,
                  "end": 3938,
                  "loc": {
                    "start": {
                      "line": 72,
                      "column": 11
                    },
                    "end": {
                      "line": 72,
                      "column": 97
                    }
                  },
                  "callee": {
                    "type": "Identifier",
                    "start": 3852,
                    "end": 3865,
                    "loc": {
                      "start": {
                        "line": 72,
                        "column": 11
                      },
                      "end": {
                        "line": 72,
                        "column": 24
                      },
                      "identifierName": "drawArcBy_S_E"
                    },
                    "name": "drawArcBy_S_E"
                  },
                  "arguments": [
                    {
                      "type": "ArrayExpression",
                      "start": 3866,
                      "end": 3890,
                      "loc": {
                        "start": {
                          "line": 72,
                          "column": 25
                        },
                        "end": {
                          "line": 72,
                          "column": 49
                        }
                      },
                      "elements": [
                        {
                          "type": "Identifier",
                          "start": 3867,
                          "end": 3872,
                          "loc": {
                            "start": {
                              "line": 72,
                              "column": 26
                            },
                            "end": {
                              "line": 72,
                              "column": 31
                            },
                            "identifierName": "start"
                          },
                          "name": "start"
                        },
                        {
                          "type": "Identifier",
                          "start": 3874,
                          "end": 3877,
                          "loc": {
                            "start": {
                              "line": 72,
                              "column": 33
                            },
                            "end": {
                              "line": 72,
                              "column": 36
                            },
                            "identifierName": "end"
                          },
                          "name": "end"
                        },
                        {
                          "type": "Identifier",
                          "start": 3879,
                          "end": 3889,
                          "loc": {
                            "start": {
                              "line": 72,
                              "column": 38
                            },
                            "end": {
                              "line": 72,
                              "column": 48
                            },
                            "identifierName": "centerHint"
                          },
                          "name": "centerHint"
                        }
                      ]
                    },
                    {
                      "type": "ObjectExpression",
                      "start": 3892,
                      "end": 3937,
                      "loc": {
                        "start": {
                          "line": 72,
                          "column": 51
                        },
                        "end": {
                          "line": 72,
                          "column": 96
                        }
                      },
                      "properties": [
                        {
                          "type": "ObjectProperty",
                          "start": 3894,
                          "end": 3900,
                          "loc": {
                            "start": {
                              "line": 72,
                              "column": 53
                            },
                            "end": {
                              "line": 72,
                              "column": 59
                            }
                          },
                          "method": false,
                          "shorthand": true,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 3894,
                            "end": 3900,
                            "loc": {
                              "start": {
                                "line": 72,
                                "column": 53
                              },
                              "end": {
                                "line": 72,
                                "column": 59
                              },
                              "identifierName": "radius"
                            },
                            "name": "radius"
                          },
                          "value": {
                            "type": "Identifier",
                            "start": 3894,
                            "end": 3900,
                            "loc": {
                              "start": {
                                "line": 72,
                                "column": 53
                              },
                              "end": {
                                "line": 72,
                                "column": 59
                              },
                              "identifierName": "radius"
                            },
                            "name": "radius"
                          },
                          "extra": {
                            "shorthand": true
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 3902,
                          "end": 3935,
                          "loc": {
                            "start": {
                              "line": 72,
                              "column": 61
                            },
                            "end": {
                              "line": 72,
                              "column": 94
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 3902,
                            "end": 3911,
                            "loc": {
                              "start": {
                                "line": 72,
                                "column": 61
                              },
                              "end": {
                                "line": 72,
                                "column": 70
                              },
                              "identifierName": "clockwise"
                            },
                            "name": "clockwise"
                          },
                          "value": {
                            "type": "MemberExpression",
                            "start": 3913,
                            "end": 3935,
                            "loc": {
                              "start": {
                                "line": 72,
                                "column": 72
                              },
                              "end": {
                                "line": 72,
                                "column": 94
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 3913,
                              "end": 3925,
                              "loc": {
                                "start": {
                                  "line": 72,
                                  "column": 72
                                },
                                "end": {
                                  "line": 72,
                                  "column": 84
                                },
                                "identifierName": "restrictions"
                              },
                              "name": "restrictions"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3926,
                              "end": 3935,
                              "loc": {
                                "start": {
                                  "line": 72,
                                  "column": 85
                                },
                                "end": {
                                  "line": 72,
                                  "column": 94
                                },
                                "identifierName": "clockwise"
                              },
                              "name": "clockwise"
                            },
                            "computed": false
                          }
                        }
                      ]
                    }
                  ]
                }
              }
            ],
            "directives": []
          },
          "leadingComments": [],
          "trailingComments": []
        }
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 3943,
        "end": 4398,
        "loc": {
          "start": {
            "line": 75,
            "column": 0
          },
          "end": {
            "line": 83,
            "column": 1
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "FunctionDeclaration",
          "start": 3950,
          "end": 4398,
          "loc": {
            "start": {
              "line": 75,
              "column": 7
            },
            "end": {
              "line": 83,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 3959,
            "end": 3975,
            "loc": {
              "start": {
                "line": 75,
                "column": 16
              },
              "end": {
                "line": 75,
                "column": 32
              },
              "identifierName": "drawArcBy_S_E_CP"
            },
            "name": "drawArcBy_S_E_CP"
          },
          "generator": false,
          "expression": false,
          "async": false,
          "params": [
            {
              "type": "ArrayPattern",
              "start": 3976,
              "end": 4006,
              "loc": {
                "start": {
                  "line": 75,
                  "column": 33
                },
                "end": {
                  "line": 75,
                  "column": 63
                }
              },
              "elements": [
                {
                  "type": "Identifier",
                  "start": 3977,
                  "end": 3982,
                  "loc": {
                    "start": {
                      "line": 75,
                      "column": 34
                    },
                    "end": {
                      "line": 75,
                      "column": 39
                    },
                    "identifierName": "start"
                  },
                  "name": "start"
                },
                {
                  "type": "Identifier",
                  "start": 3984,
                  "end": 3987,
                  "loc": {
                    "start": {
                      "line": 75,
                      "column": 41
                    },
                    "end": {
                      "line": 75,
                      "column": 44
                    },
                    "identifierName": "end"
                  },
                  "name": "end"
                },
                {
                  "type": "Identifier",
                  "start": 3989,
                  "end": 4005,
                  "loc": {
                    "start": {
                      "line": 75,
                      "column": 46
                    },
                    "end": {
                      "line": 75,
                      "column": 62
                    },
                    "identifierName": "controlPointHint"
                  },
                  "name": "controlPointHint"
                }
              ]
            },
            {
              "type": "Identifier",
              "start": 4008,
              "end": 4020,
              "loc": {
                "start": {
                  "line": 75,
                  "column": 65
                },
                "end": {
                  "line": 75,
                  "column": 77
                },
                "identifierName": "restrictions"
              },
              "name": "restrictions"
            }
          ],
          "body": {
            "type": "BlockStatement",
            "start": 4022,
            "end": 4398,
            "loc": {
              "start": {
                "line": 75,
                "column": 79
              },
              "end": {
                "line": 83,
                "column": 1
              }
            },
            "body": [
              {
                "type": "VariableDeclaration",
                "start": 4028,
                "end": 4069,
                "loc": {
                  "start": {
                    "line": 76,
                    "column": 4
                  },
                  "end": {
                    "line": 76,
                    "column": 45
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 4034,
                    "end": 4068,
                    "loc": {
                      "start": {
                        "line": 76,
                        "column": 10
                      },
                      "end": {
                        "line": 76,
                        "column": 44
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 4034,
                      "end": 4037,
                      "loc": {
                        "start": {
                          "line": 76,
                          "column": 10
                        },
                        "end": {
                          "line": 76,
                          "column": 13
                        },
                        "identifierName": "mid"
                      },
                      "name": "mid"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 4040,
                      "end": 4068,
                      "loc": {
                        "start": {
                          "line": 76,
                          "column": 16
                        },
                        "end": {
                          "line": 76,
                          "column": 44
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 4040,
                        "end": 4058,
                        "loc": {
                          "start": {
                            "line": 76,
                            "column": 16
                          },
                          "end": {
                            "line": 76,
                            "column": 34
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 4040,
                          "end": 4053,
                          "loc": {
                            "start": {
                              "line": 76,
                              "column": 16
                            },
                            "end": {
                              "line": 76,
                              "column": 29
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 4040,
                            "end": 4051,
                            "loc": {
                              "start": {
                                "line": 76,
                                "column": 16
                              },
                              "end": {
                                "line": 76,
                                "column": 27
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 4040,
                              "end": 4045,
                              "loc": {
                                "start": {
                                  "line": 76,
                                  "column": 16
                                },
                                "end": {
                                  "line": 76,
                                  "column": 21
                                },
                                "identifierName": "start"
                              },
                              "name": "start"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4046,
                              "end": 4051,
                              "loc": {
                                "start": {
                                  "line": 76,
                                  "column": 22
                                },
                                "end": {
                                  "line": 76,
                                  "column": 27
                                },
                                "identifierName": "clone"
                              },
                              "name": "clone"
                            },
                            "computed": false
                          },
                          "arguments": []
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4054,
                          "end": 4058,
                          "loc": {
                            "start": {
                              "line": 76,
                              "column": 30
                            },
                            "end": {
                              "line": 76,
                              "column": 34
                            },
                            "identifierName": "lerp"
                          },
                          "name": "lerp"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 4059,
                          "end": 4062,
                          "loc": {
                            "start": {
                              "line": 76,
                              "column": 35
                            },
                            "end": {
                              "line": 76,
                              "column": 38
                            },
                            "identifierName": "end"
                          },
                          "name": "end"
                        },
                        {
                          "type": "NumericLiteral",
                          "start": 4064,
                          "end": 4067,
                          "loc": {
                            "start": {
                              "line": 76,
                              "column": 40
                            },
                            "end": {
                              "line": 76,
                              "column": 43
                            }
                          },
                          "extra": {
                            "rawValue": 0.5,
                            "raw": "0.5"
                          },
                          "value": 0.5
                        }
                      ]
                    }
                  }
                ],
                "kind": "const"
              },
              {
                "type": "VariableDeclaration",
                "start": 4074,
                "end": 4121,
                "loc": {
                  "start": {
                    "line": 77,
                    "column": 4
                  },
                  "end": {
                    "line": 77,
                    "column": 51
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 4078,
                    "end": 4120,
                    "loc": {
                      "start": {
                        "line": 77,
                        "column": 8
                      },
                      "end": {
                        "line": 77,
                        "column": 50
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 4078,
                      "end": 4084,
                      "loc": {
                        "start": {
                          "line": 77,
                          "column": 8
                        },
                        "end": {
                          "line": 77,
                          "column": 14
                        },
                        "identifierName": "center"
                      },
                      "name": "center"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 4087,
                      "end": 4120,
                      "loc": {
                        "start": {
                          "line": 77,
                          "column": 17
                        },
                        "end": {
                          "line": 77,
                          "column": 50
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 4087,
                        "end": 4115,
                        "loc": {
                          "start": {
                            "line": 77,
                            "column": 17
                          },
                          "end": {
                            "line": 77,
                            "column": 45
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 4087,
                          "end": 4111,
                          "loc": {
                            "start": {
                              "line": 77,
                              "column": 17
                            },
                            "end": {
                              "line": 77,
                              "column": 41
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 4087,
                            "end": 4109,
                            "loc": {
                              "start": {
                                "line": 77,
                                "column": 17
                              },
                              "end": {
                                "line": 77,
                                "column": 39
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 4087,
                              "end": 4103,
                              "loc": {
                                "start": {
                                  "line": 77,
                                  "column": 17
                                },
                                "end": {
                                  "line": 77,
                                  "column": 33
                                },
                                "identifierName": "controlPointHint"
                              },
                              "name": "controlPointHint"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4104,
                              "end": 4109,
                              "loc": {
                                "start": {
                                  "line": 77,
                                  "column": 34
                                },
                                "end": {
                                  "line": 77,
                                  "column": 39
                                },
                                "identifierName": "clone"
                              },
                              "name": "clone"
                            },
                            "computed": false
                          },
                          "arguments": []
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4112,
                          "end": 4115,
                          "loc": {
                            "start": {
                              "line": 77,
                              "column": 42
                            },
                            "end": {
                              "line": 77,
                              "column": 45
                            },
                            "identifierName": "sub"
                          },
                          "name": "sub"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 4116,
                          "end": 4119,
                          "loc": {
                            "start": {
                              "line": 77,
                              "column": 46
                            },
                            "end": {
                              "line": 77,
                              "column": 49
                            },
                            "identifierName": "mid"
                          },
                          "name": "mid"
                        }
                      ]
                    }
                  }
                ],
                "kind": "let"
              },
              {
                "type": "VariableDeclaration",
                "start": 4126,
                "end": 4178,
                "loc": {
                  "start": {
                    "line": 78,
                    "column": 4
                  },
                  "end": {
                    "line": 78,
                    "column": 56
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 4132,
                    "end": 4177,
                    "loc": {
                      "start": {
                        "line": 78,
                        "column": 10
                      },
                      "end": {
                        "line": 78,
                        "column": 55
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 4132,
                      "end": 4139,
                      "loc": {
                        "start": {
                          "line": 78,
                          "column": 10
                        },
                        "end": {
                          "line": 78,
                          "column": 17
                        },
                        "identifierName": "perpend"
                      },
                      "name": "perpend"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 4142,
                      "end": 4177,
                      "loc": {
                        "start": {
                          "line": 78,
                          "column": 20
                        },
                        "end": {
                          "line": 78,
                          "column": 55
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 4142,
                        "end": 4147,
                        "loc": {
                          "start": {
                            "line": 78,
                            "column": 20
                          },
                          "end": {
                            "line": 78,
                            "column": 25
                          },
                          "identifierName": "cross"
                        },
                        "name": "cross"
                      },
                      "arguments": [
                        {
                          "type": "CallExpression",
                          "start": 4148,
                          "end": 4168,
                          "loc": {
                            "start": {
                              "line": 78,
                              "column": 26
                            },
                            "end": {
                              "line": 78,
                              "column": 46
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 4148,
                            "end": 4163,
                            "loc": {
                              "start": {
                                "line": 78,
                                "column": 26
                              },
                              "end": {
                                "line": 78,
                                "column": 41
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 4148,
                              "end": 4159,
                              "loc": {
                                "start": {
                                  "line": 78,
                                  "column": 26
                                },
                                "end": {
                                  "line": 78,
                                  "column": 37
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 4148,
                                "end": 4157,
                                "loc": {
                                  "start": {
                                    "line": 78,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 78,
                                    "column": 35
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 4148,
                                  "end": 4151,
                                  "loc": {
                                    "start": {
                                      "line": 78,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 78,
                                      "column": 29
                                    },
                                    "identifierName": "end"
                                  },
                                  "name": "end"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4152,
                                  "end": 4157,
                                  "loc": {
                                    "start": {
                                      "line": 78,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 78,
                                      "column": 35
                                    },
                                    "identifierName": "clone"
                                  },
                                  "name": "clone"
                                },
                                "computed": false
                              },
                              "arguments": []
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4160,
                              "end": 4163,
                              "loc": {
                                "start": {
                                  "line": 78,
                                  "column": 38
                                },
                                "end": {
                                  "line": 78,
                                  "column": 41
                                },
                                "identifierName": "sub"
                              },
                              "name": "sub"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 4164,
                              "end": 4167,
                              "loc": {
                                "start": {
                                  "line": 78,
                                  "column": 42
                                },
                                "end": {
                                  "line": 78,
                                  "column": 45
                                },
                                "identifierName": "mid"
                              },
                              "name": "mid"
                            }
                          ]
                        },
                        {
                          "type": "Identifier",
                          "start": 4170,
                          "end": 4176,
                          "loc": {
                            "start": {
                              "line": 78,
                              "column": 48
                            },
                            "end": {
                              "line": 78,
                              "column": 54
                            },
                            "identifierName": "center"
                          },
                          "name": "center"
                        }
                      ]
                    }
                  }
                ],
                "kind": "const"
              },
              {
                "type": "VariableDeclaration",
                "start": 4183,
                "end": 4232,
                "loc": {
                  "start": {
                    "line": 79,
                    "column": 4
                  },
                  "end": {
                    "line": 79,
                    "column": 53
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 4189,
                    "end": 4231,
                    "loc": {
                      "start": {
                        "line": 79,
                        "column": 10
                      },
                      "end": {
                        "line": 79,
                        "column": 52
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 4189,
                      "end": 4190,
                      "loc": {
                        "start": {
                          "line": 79,
                          "column": 10
                        },
                        "end": {
                          "line": 79,
                          "column": 11
                        },
                        "identifierName": "k"
                      },
                      "name": "k"
                    },
                    "init": {
                      "type": "BinaryExpression",
                      "start": 4193,
                      "end": 4231,
                      "loc": {
                        "start": {
                          "line": 79,
                          "column": 14
                        },
                        "end": {
                          "line": 79,
                          "column": 52
                        }
                      },
                      "left": {
                        "type": "CallExpression",
                        "start": 4193,
                        "end": 4221,
                        "loc": {
                          "start": {
                            "line": 79,
                            "column": 14
                          },
                          "end": {
                            "line": 79,
                            "column": 42
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 4193,
                          "end": 4216,
                          "loc": {
                            "start": {
                              "line": 79,
                              "column": 14
                            },
                            "end": {
                              "line": 79,
                              "column": 37
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 4193,
                            "end": 4198,
                            "loc": {
                              "start": {
                                "line": 79,
                                "column": 14
                              },
                              "end": {
                                "line": 79,
                                "column": 19
                              },
                              "identifierName": "start"
                            },
                            "name": "start"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4199,
                            "end": 4216,
                            "loc": {
                              "start": {
                                "line": 79,
                                "column": 20
                              },
                              "end": {
                                "line": 79,
                                "column": 37
                              },
                              "identifierName": "distanceToSquared"
                            },
                            "name": "distanceToSquared"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 4217,
                            "end": 4220,
                            "loc": {
                              "start": {
                                "line": 79,
                                "column": 38
                              },
                              "end": {
                                "line": 79,
                                "column": 41
                              },
                              "identifierName": "mid"
                            },
                            "name": "mid"
                          }
                        ]
                      },
                      "operator": "/",
                      "right": {
                        "type": "Identifier",
                        "start": 4224,
                        "end": 4231,
                        "loc": {
                          "start": {
                            "line": 79,
                            "column": 45
                          },
                          "end": {
                            "line": 79,
                            "column": 52
                          },
                          "identifierName": "perpend"
                        },
                        "name": "perpend"
                      }
                    }
                  }
                ],
                "kind": "const"
              },
              {
                "type": "ExpressionStatement",
                "start": 4237,
                "end": 4278,
                "loc": {
                  "start": {
                    "line": 80,
                    "column": 4
                  },
                  "end": {
                    "line": 80,
                    "column": 45
                  }
                },
                "expression": {
                  "type": "CallExpression",
                  "start": 4237,
                  "end": 4277,
                  "loc": {
                    "start": {
                      "line": 80,
                      "column": 4
                    },
                    "end": {
                      "line": 80,
                      "column": 44
                    }
                  },
                  "callee": {
                    "type": "MemberExpression",
                    "start": 4237,
                    "end": 4272,
                    "loc": {
                      "start": {
                        "line": 80,
                        "column": 4
                      },
                      "end": {
                        "line": 80,
                        "column": 39
                      }
                    },
                    "object": {
                      "type": "CallExpression",
                      "start": 4237,
                      "end": 4268,
                      "loc": {
                        "start": {
                          "line": 80,
                          "column": 4
                        },
                        "end": {
                          "line": 80,
                          "column": 35
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 4237,
                        "end": 4258,
                        "loc": {
                          "start": {
                            "line": 80,
                            "column": 4
                          },
                          "end": {
                            "line": 80,
                            "column": 25
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 4237,
                          "end": 4243,
                          "loc": {
                            "start": {
                              "line": 80,
                              "column": 4
                            },
                            "end": {
                              "line": 80,
                              "column": 10
                            },
                            "identifierName": "center"
                          },
                          "name": "center"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4244,
                          "end": 4258,
                          "loc": {
                            "start": {
                              "line": 80,
                              "column": 11
                            },
                            "end": {
                              "line": 80,
                              "column": 25
                            },
                            "identifierName": "multiplyScalar"
                          },
                          "name": "multiplyScalar"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "BinaryExpression",
                          "start": 4259,
                          "end": 4267,
                          "loc": {
                            "start": {
                              "line": 80,
                              "column": 26
                            },
                            "end": {
                              "line": 80,
                              "column": 34
                            }
                          },
                          "left": {
                            "type": "UnaryExpression",
                            "start": 4260,
                            "end": 4262,
                            "loc": {
                              "start": {
                                "line": 80,
                                "column": 27
                              },
                              "end": {
                                "line": 80,
                                "column": 29
                              }
                            },
                            "operator": "-",
                            "prefix": true,
                            "argument": {
                              "type": "Identifier",
                              "start": 4261,
                              "end": 4262,
                              "loc": {
                                "start": {
                                  "line": 80,
                                  "column": 28
                                },
                                "end": {
                                  "line": 80,
                                  "column": 29
                                },
                                "identifierName": "k"
                              },
                              "name": "k"
                            },
                            "extra": {
                              "parenthesizedArgument": false,
                              "parenthesized": true,
                              "parenStart": 4259
                            }
                          },
                          "operator": "*",
                          "right": {
                            "type": "Identifier",
                            "start": 4266,
                            "end": 4267,
                            "loc": {
                              "start": {
                                "line": 80,
                                "column": 33
                              },
                              "end": {
                                "line": 80,
                                "column": 34
                              },
                              "identifierName": "k"
                            },
                            "name": "k"
                          }
                        }
                      ]
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 4269,
                      "end": 4272,
                      "loc": {
                        "start": {
                          "line": 80,
                          "column": 36
                        },
                        "end": {
                          "line": 80,
                          "column": 39
                        },
                        "identifierName": "add"
                      },
                      "name": "add"
                    },
                    "computed": false
                  },
                  "arguments": [
                    {
                      "type": "Identifier",
                      "start": 4273,
                      "end": 4276,
                      "loc": {
                        "start": {
                          "line": 80,
                          "column": 40
                        },
                        "end": {
                          "line": 80,
                          "column": 43
                        },
                        "identifierName": "mid"
                      },
                      "name": "mid"
                    }
                  ]
                }
              },
              {
                "type": "IfStatement",
                "start": 4283,
                "end": 4332,
                "loc": {
                  "start": {
                    "line": 81,
                    "column": 4
                  },
                  "end": {
                    "line": 81,
                    "column": 53
                  }
                },
                "test": {
                  "type": "UnaryExpression",
                  "start": 4287,
                  "end": 4313,
                  "loc": {
                    "start": {
                      "line": 81,
                      "column": 8
                    },
                    "end": {
                      "line": 81,
                      "column": 34
                    }
                  },
                  "operator": "!",
                  "prefix": true,
                  "argument": {
                    "type": "CallExpression",
                    "start": 4288,
                    "end": 4313,
                    "loc": {
                      "start": {
                        "line": 81,
                        "column": 9
                      },
                      "end": {
                        "line": 81,
                        "column": 34
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 4288,
                      "end": 4303,
                      "loc": {
                        "start": {
                          "line": 81,
                          "column": 9
                        },
                        "end": {
                          "line": 81,
                          "column": 24
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 4288,
                        "end": 4294,
                        "loc": {
                          "start": {
                            "line": 81,
                            "column": 9
                          },
                          "end": {
                            "line": 81,
                            "column": 15
                          },
                          "identifierName": "Number"
                        },
                        "name": "Number"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 4295,
                        "end": 4303,
                        "loc": {
                          "start": {
                            "line": 81,
                            "column": 16
                          },
                          "end": {
                            "line": 81,
                            "column": 24
                          },
                          "identifierName": "isFinite"
                        },
                        "name": "isFinite"
                      },
                      "computed": false
                    },
                    "arguments": [
                      {
                        "type": "BinaryExpression",
                        "start": 4304,
                        "end": 4312,
                        "loc": {
                          "start": {
                            "line": 81,
                            "column": 25
                          },
                          "end": {
                            "line": 81,
                            "column": 33
                          }
                        },
                        "left": {
                          "type": "UnaryExpression",
                          "start": 4305,
                          "end": 4307,
                          "loc": {
                            "start": {
                              "line": 81,
                              "column": 26
                            },
                            "end": {
                              "line": 81,
                              "column": 28
                            }
                          },
                          "operator": "-",
                          "prefix": true,
                          "argument": {
                            "type": "Identifier",
                            "start": 4306,
                            "end": 4307,
                            "loc": {
                              "start": {
                                "line": 81,
                                "column": 27
                              },
                              "end": {
                                "line": 81,
                                "column": 28
                              },
                              "identifierName": "k"
                            },
                            "name": "k"
                          },
                          "extra": {
                            "parenthesizedArgument": false,
                            "parenthesized": true,
                            "parenStart": 4304
                          }
                        },
                        "operator": "*",
                        "right": {
                          "type": "Identifier",
                          "start": 4311,
                          "end": 4312,
                          "loc": {
                            "start": {
                              "line": 81,
                              "column": 32
                            },
                            "end": {
                              "line": 81,
                              "column": 33
                            },
                            "identifierName": "k"
                          },
                          "name": "k"
                        }
                      }
                    ]
                  },
                  "extra": {
                    "parenthesizedArgument": false
                  }
                },
                "consequent": {
                  "type": "ExpressionStatement",
                  "start": 4315,
                  "end": 4332,
                  "loc": {
                    "start": {
                      "line": 81,
                      "column": 36
                    },
                    "end": {
                      "line": 81,
                      "column": 53
                    }
                  },
                  "expression": {
                    "type": "CallExpression",
                    "start": 4315,
                    "end": 4331,
                    "loc": {
                      "start": {
                        "line": 81,
                        "column": 36
                      },
                      "end": {
                        "line": 81,
                        "column": 52
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 4315,
                      "end": 4326,
                      "loc": {
                        "start": {
                          "line": 81,
                          "column": 36
                        },
                        "end": {
                          "line": 81,
                          "column": 47
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 4315,
                        "end": 4321,
                        "loc": {
                          "start": {
                            "line": 81,
                            "column": 36
                          },
                          "end": {
                            "line": 81,
                            "column": 42
                          },
                          "identifierName": "center"
                        },
                        "name": "center"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 4322,
                        "end": 4326,
                        "loc": {
                          "start": {
                            "line": 81,
                            "column": 43
                          },
                          "end": {
                            "line": 81,
                            "column": 47
                          },
                          "identifierName": "copy"
                        },
                        "name": "copy"
                      },
                      "computed": false
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "start": 4327,
                        "end": 4330,
                        "loc": {
                          "start": {
                            "line": 81,
                            "column": 48
                          },
                          "end": {
                            "line": 81,
                            "column": 51
                          },
                          "identifierName": "end"
                        },
                        "name": "end"
                      }
                    ]
                  }
                },
                "alternate": null
              },
              {
                "type": "ReturnStatement",
                "start": 4337,
                "end": 4396,
                "loc": {
                  "start": {
                    "line": 82,
                    "column": 4
                  },
                  "end": {
                    "line": 82,
                    "column": 63
                  }
                },
                "argument": {
                  "type": "CallExpression",
                  "start": 4344,
                  "end": 4395,
                  "loc": {
                    "start": {
                      "line": 82,
                      "column": 11
                    },
                    "end": {
                      "line": 82,
                      "column": 62
                    }
                  },
                  "callee": {
                    "type": "Identifier",
                    "start": 4344,
                    "end": 4359,
                    "loc": {
                      "start": {
                        "line": 82,
                        "column": 11
                      },
                      "end": {
                        "line": 82,
                        "column": 26
                      },
                      "identifierName": "drawArcBy_S_E_C"
                    },
                    "name": "drawArcBy_S_E_C"
                  },
                  "arguments": [
                    {
                      "type": "ArrayExpression",
                      "start": 4360,
                      "end": 4380,
                      "loc": {
                        "start": {
                          "line": 82,
                          "column": 27
                        },
                        "end": {
                          "line": 82,
                          "column": 47
                        }
                      },
                      "elements": [
                        {
                          "type": "Identifier",
                          "start": 4361,
                          "end": 4366,
                          "loc": {
                            "start": {
                              "line": 82,
                              "column": 28
                            },
                            "end": {
                              "line": 82,
                              "column": 33
                            },
                            "identifierName": "start"
                          },
                          "name": "start"
                        },
                        {
                          "type": "Identifier",
                          "start": 4368,
                          "end": 4371,
                          "loc": {
                            "start": {
                              "line": 82,
                              "column": 35
                            },
                            "end": {
                              "line": 82,
                              "column": 38
                            },
                            "identifierName": "end"
                          },
                          "name": "end"
                        },
                        {
                          "type": "Identifier",
                          "start": 4373,
                          "end": 4379,
                          "loc": {
                            "start": {
                              "line": 82,
                              "column": 40
                            },
                            "end": {
                              "line": 82,
                              "column": 46
                            },
                            "identifierName": "center"
                          },
                          "name": "center"
                        }
                      ]
                    },
                    {
                      "type": "Identifier",
                      "start": 4382,
                      "end": 4394,
                      "loc": {
                        "start": {
                          "line": 82,
                          "column": 49
                        },
                        "end": {
                          "line": 82,
                          "column": 61
                        },
                        "identifierName": "restrictions"
                      },
                      "name": "restrictions"
                    }
                  ]
                }
              }
            ],
            "directives": []
          },
          "leadingComments": [],
          "trailingComments": []
        }
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 4400,
        "end": 4955,
        "loc": {
          "start": {
            "line": 85,
            "column": 0
          },
          "end": {
            "line": 94,
            "column": 1
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "FunctionDeclaration",
          "start": 4407,
          "end": 4955,
          "loc": {
            "start": {
              "line": 85,
              "column": 7
            },
            "end": {
              "line": 94,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 4416,
            "end": 4431,
            "loc": {
              "start": {
                "line": 85,
                "column": 16
              },
              "end": {
                "line": 85,
                "column": 31
              },
              "identifierName": "drawArcBy_S_E_M"
            },
            "name": "drawArcBy_S_E_M"
          },
          "generator": false,
          "expression": false,
          "async": false,
          "params": [
            {
              "type": "ArrayPattern",
              "start": 4432,
              "end": 4456,
              "loc": {
                "start": {
                  "line": 85,
                  "column": 32
                },
                "end": {
                  "line": 85,
                  "column": 56
                }
              },
              "elements": [
                {
                  "type": "Identifier",
                  "start": 4433,
                  "end": 4438,
                  "loc": {
                    "start": {
                      "line": 85,
                      "column": 33
                    },
                    "end": {
                      "line": 85,
                      "column": 38
                    },
                    "identifierName": "start"
                  },
                  "name": "start"
                },
                {
                  "type": "Identifier",
                  "start": 4440,
                  "end": 4443,
                  "loc": {
                    "start": {
                      "line": 85,
                      "column": 40
                    },
                    "end": {
                      "line": 85,
                      "column": 43
                    },
                    "identifierName": "end"
                  },
                  "name": "end"
                },
                {
                  "type": "Identifier",
                  "start": 4445,
                  "end": 4455,
                  "loc": {
                    "start": {
                      "line": 85,
                      "column": 45
                    },
                    "end": {
                      "line": 85,
                      "column": 55
                    },
                    "identifierName": "middleHint"
                  },
                  "name": "middleHint"
                }
              ]
            },
            {
              "type": "Identifier",
              "start": 4458,
              "end": 4470,
              "loc": {
                "start": {
                  "line": 85,
                  "column": 58
                },
                "end": {
                  "line": 85,
                  "column": 70
                },
                "identifierName": "restrictions"
              },
              "name": "restrictions"
            }
          ],
          "body": {
            "type": "BlockStatement",
            "start": 4472,
            "end": 4955,
            "loc": {
              "start": {
                "line": 85,
                "column": 72
              },
              "end": {
                "line": 94,
                "column": 1
              }
            },
            "body": [
              {
                "type": "IfStatement",
                "start": 4478,
                "end": 4622,
                "loc": {
                  "start": {
                    "line": 86,
                    "column": 4
                  },
                  "end": {
                    "line": 87,
                    "column": 69
                  }
                },
                "test": {
                  "type": "LogicalExpression",
                  "start": 4482,
                  "end": 4551,
                  "loc": {
                    "start": {
                      "line": 86,
                      "column": 8
                    },
                    "end": {
                      "line": 86,
                      "column": 77
                    }
                  },
                  "left": {
                    "type": "BinaryExpression",
                    "start": 4482,
                    "end": 4514,
                    "loc": {
                      "start": {
                        "line": 86,
                        "column": 8
                      },
                      "end": {
                        "line": 86,
                        "column": 40
                      }
                    },
                    "left": {
                      "type": "MemberExpression",
                      "start": 4482,
                      "end": 4500,
                      "loc": {
                        "start": {
                          "line": 86,
                          "column": 8
                        },
                        "end": {
                          "line": 86,
                          "column": 26
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 4482,
                        "end": 4494,
                        "loc": {
                          "start": {
                            "line": 86,
                            "column": 8
                          },
                          "end": {
                            "line": 86,
                            "column": 20
                          },
                          "identifierName": "restrictions"
                        },
                        "name": "restrictions"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 4495,
                        "end": 4500,
                        "loc": {
                          "start": {
                            "line": 86,
                            "column": 21
                          },
                          "end": {
                            "line": 86,
                            "column": 26
                          },
                          "identifierName": "angle"
                        },
                        "name": "angle"
                      },
                      "computed": false
                    },
                    "operator": "!==",
                    "right": {
                      "type": "Identifier",
                      "start": 4505,
                      "end": 4514,
                      "loc": {
                        "start": {
                          "line": 86,
                          "column": 31
                        },
                        "end": {
                          "line": 86,
                          "column": 40
                        },
                        "identifierName": "undefined"
                      },
                      "name": "undefined"
                    }
                  },
                  "operator": "||",
                  "right": {
                    "type": "BinaryExpression",
                    "start": 4518,
                    "end": 4551,
                    "loc": {
                      "start": {
                        "line": 86,
                        "column": 44
                      },
                      "end": {
                        "line": 86,
                        "column": 77
                      }
                    },
                    "left": {
                      "type": "MemberExpression",
                      "start": 4518,
                      "end": 4537,
                      "loc": {
                        "start": {
                          "line": 86,
                          "column": 44
                        },
                        "end": {
                          "line": 86,
                          "column": 63
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 4518,
                        "end": 4530,
                        "loc": {
                          "start": {
                            "line": 86,
                            "column": 44
                          },
                          "end": {
                            "line": 86,
                            "column": 56
                          },
                          "identifierName": "restrictions"
                        },
                        "name": "restrictions"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 4531,
                        "end": 4537,
                        "loc": {
                          "start": {
                            "line": 86,
                            "column": 57
                          },
                          "end": {
                            "line": 86,
                            "column": 63
                          },
                          "identifierName": "radius"
                        },
                        "name": "radius"
                      },
                      "computed": false
                    },
                    "operator": "!==",
                    "right": {
                      "type": "Identifier",
                      "start": 4542,
                      "end": 4551,
                      "loc": {
                        "start": {
                          "line": 86,
                          "column": 68
                        },
                        "end": {
                          "line": 86,
                          "column": 77
                        },
                        "identifierName": "undefined"
                      },
                      "name": "undefined"
                    }
                  }
                },
                "consequent": {
                  "type": "ReturnStatement",
                  "start": 4561,
                  "end": 4622,
                  "loc": {
                    "start": {
                      "line": 87,
                      "column": 8
                    },
                    "end": {
                      "line": 87,
                      "column": 69
                    }
                  },
                  "argument": {
                    "type": "CallExpression",
                    "start": 4568,
                    "end": 4621,
                    "loc": {
                      "start": {
                        "line": 87,
                        "column": 15
                      },
                      "end": {
                        "line": 87,
                        "column": 68
                      }
                    },
                    "callee": {
                      "type": "Identifier",
                      "start": 4568,
                      "end": 4581,
                      "loc": {
                        "start": {
                          "line": 87,
                          "column": 15
                        },
                        "end": {
                          "line": 87,
                          "column": 28
                        },
                        "identifierName": "drawArcBy_S_E"
                      },
                      "name": "drawArcBy_S_E"
                    },
                    "arguments": [
                      {
                        "type": "ArrayExpression",
                        "start": 4582,
                        "end": 4606,
                        "loc": {
                          "start": {
                            "line": 87,
                            "column": 29
                          },
                          "end": {
                            "line": 87,
                            "column": 53
                          }
                        },
                        "elements": [
                          {
                            "type": "Identifier",
                            "start": 4583,
                            "end": 4588,
                            "loc": {
                              "start": {
                                "line": 87,
                                "column": 30
                              },
                              "end": {
                                "line": 87,
                                "column": 35
                              },
                              "identifierName": "start"
                            },
                            "name": "start"
                          },
                          {
                            "type": "Identifier",
                            "start": 4590,
                            "end": 4593,
                            "loc": {
                              "start": {
                                "line": 87,
                                "column": 37
                              },
                              "end": {
                                "line": 87,
                                "column": 40
                              },
                              "identifierName": "end"
                            },
                            "name": "end"
                          },
                          {
                            "type": "Identifier",
                            "start": 4595,
                            "end": 4605,
                            "loc": {
                              "start": {
                                "line": 87,
                                "column": 42
                              },
                              "end": {
                                "line": 87,
                                "column": 52
                              },
                              "identifierName": "middleHint"
                            },
                            "name": "middleHint"
                          }
                        ]
                      },
                      {
                        "type": "Identifier",
                        "start": 4608,
                        "end": 4620,
                        "loc": {
                          "start": {
                            "line": 87,
                            "column": 55
                          },
                          "end": {
                            "line": 87,
                            "column": 67
                          },
                          "identifierName": "restrictions"
                        },
                        "name": "restrictions"
                      }
                    ]
                  }
                },
                "alternate": null
              },
              {
                "type": "VariableDeclaration",
                "start": 4627,
                "end": 4668,
                "loc": {
                  "start": {
                    "line": 88,
                    "column": 4
                  },
                  "end": {
                    "line": 88,
                    "column": 45
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 4633,
                    "end": 4667,
                    "loc": {
                      "start": {
                        "line": 88,
                        "column": 10
                      },
                      "end": {
                        "line": 88,
                        "column": 44
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 4633,
                      "end": 4635,
                      "loc": {
                        "start": {
                          "line": 88,
                          "column": 10
                        },
                        "end": {
                          "line": 88,
                          "column": 12
                        },
                        "identifierName": "MS"
                      },
                      "name": "MS"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 4638,
                      "end": 4667,
                      "loc": {
                        "start": {
                          "line": 88,
                          "column": 15
                        },
                        "end": {
                          "line": 88,
                          "column": 44
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 4638,
                        "end": 4655,
                        "loc": {
                          "start": {
                            "line": 88,
                            "column": 15
                          },
                          "end": {
                            "line": 88,
                            "column": 32
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 4638,
                          "end": 4651,
                          "loc": {
                            "start": {
                              "line": 88,
                              "column": 15
                            },
                            "end": {
                              "line": 88,
                              "column": 28
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 4638,
                            "end": 4649,
                            "loc": {
                              "start": {
                                "line": 88,
                                "column": 15
                              },
                              "end": {
                                "line": 88,
                                "column": 26
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 4638,
                              "end": 4643,
                              "loc": {
                                "start": {
                                  "line": 88,
                                  "column": 15
                                },
                                "end": {
                                  "line": 88,
                                  "column": 20
                                },
                                "identifierName": "start"
                              },
                              "name": "start"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4644,
                              "end": 4649,
                              "loc": {
                                "start": {
                                  "line": 88,
                                  "column": 21
                                },
                                "end": {
                                  "line": 88,
                                  "column": 26
                                },
                                "identifierName": "clone"
                              },
                              "name": "clone"
                            },
                            "computed": false
                          },
                          "arguments": []
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4652,
                          "end": 4655,
                          "loc": {
                            "start": {
                              "line": 88,
                              "column": 29
                            },
                            "end": {
                              "line": 88,
                              "column": 32
                            },
                            "identifierName": "sub"
                          },
                          "name": "sub"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 4656,
                          "end": 4666,
                          "loc": {
                            "start": {
                              "line": 88,
                              "column": 33
                            },
                            "end": {
                              "line": 88,
                              "column": 43
                            },
                            "identifierName": "middleHint"
                          },
                          "name": "middleHint"
                        }
                      ]
                    }
                  }
                ],
                "kind": "const"
              },
              {
                "type": "VariableDeclaration",
                "start": 4673,
                "end": 4712,
                "loc": {
                  "start": {
                    "line": 89,
                    "column": 4
                  },
                  "end": {
                    "line": 89,
                    "column": 43
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 4679,
                    "end": 4711,
                    "loc": {
                      "start": {
                        "line": 89,
                        "column": 10
                      },
                      "end": {
                        "line": 89,
                        "column": 42
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 4679,
                      "end": 4681,
                      "loc": {
                        "start": {
                          "line": 89,
                          "column": 10
                        },
                        "end": {
                          "line": 89,
                          "column": 12
                        },
                        "identifierName": "ME"
                      },
                      "name": "ME"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 4684,
                      "end": 4711,
                      "loc": {
                        "start": {
                          "line": 89,
                          "column": 15
                        },
                        "end": {
                          "line": 89,
                          "column": 42
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 4684,
                        "end": 4699,
                        "loc": {
                          "start": {
                            "line": 89,
                            "column": 15
                          },
                          "end": {
                            "line": 89,
                            "column": 30
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 4684,
                          "end": 4695,
                          "loc": {
                            "start": {
                              "line": 89,
                              "column": 15
                            },
                            "end": {
                              "line": 89,
                              "column": 26
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 4684,
                            "end": 4693,
                            "loc": {
                              "start": {
                                "line": 89,
                                "column": 15
                              },
                              "end": {
                                "line": 89,
                                "column": 24
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 4684,
                              "end": 4687,
                              "loc": {
                                "start": {
                                  "line": 89,
                                  "column": 15
                                },
                                "end": {
                                  "line": 89,
                                  "column": 18
                                },
                                "identifierName": "end"
                              },
                              "name": "end"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4688,
                              "end": 4693,
                              "loc": {
                                "start": {
                                  "line": 89,
                                  "column": 19
                                },
                                "end": {
                                  "line": 89,
                                  "column": 24
                                },
                                "identifierName": "clone"
                              },
                              "name": "clone"
                            },
                            "computed": false
                          },
                          "arguments": []
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4696,
                          "end": 4699,
                          "loc": {
                            "start": {
                              "line": 89,
                              "column": 27
                            },
                            "end": {
                              "line": 89,
                              "column": 30
                            },
                            "identifierName": "sub"
                          },
                          "name": "sub"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 4700,
                          "end": 4710,
                          "loc": {
                            "start": {
                              "line": 89,
                              "column": 31
                            },
                            "end": {
                              "line": 89,
                              "column": 41
                            },
                            "identifierName": "middleHint"
                          },
                          "name": "middleHint"
                        }
                      ]
                    }
                  }
                ],
                "kind": "const"
              },
              {
                "type": "VariableDeclaration",
                "start": 4717,
                "end": 4788,
                "loc": {
                  "start": {
                    "line": 90,
                    "column": 4
                  },
                  "end": {
                    "line": 90,
                    "column": 75
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 4723,
                    "end": 4787,
                    "loc": {
                      "start": {
                        "line": 90,
                        "column": 10
                      },
                      "end": {
                        "line": 90,
                        "column": 74
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 4723,
                      "end": 4737,
                      "loc": {
                        "start": {
                          "line": 90,
                          "column": 10
                        },
                        "end": {
                          "line": 90,
                          "column": 24
                        },
                        "identifierName": "inscribedAngle"
                      },
                      "name": "inscribedAngle"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 4740,
                      "end": 4787,
                      "loc": {
                        "start": {
                          "line": 90,
                          "column": 27
                        },
                        "end": {
                          "line": 90,
                          "column": 74
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 4740,
                        "end": 4748,
                        "loc": {
                          "start": {
                            "line": 90,
                            "column": 27
                          },
                          "end": {
                            "line": 90,
                            "column": 35
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 4740,
                          "end": 4744,
                          "loc": {
                            "start": {
                              "line": 90,
                              "column": 27
                            },
                            "end": {
                              "line": 90,
                              "column": 31
                            },
                            "identifierName": "Math"
                          },
                          "name": "Math"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4745,
                          "end": 4748,
                          "loc": {
                            "start": {
                              "line": 90,
                              "column": 32
                            },
                            "end": {
                              "line": 90,
                              "column": 35
                            },
                            "identifierName": "abs"
                          },
                          "name": "abs"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "CallExpression",
                          "start": 4749,
                          "end": 4786,
                          "loc": {
                            "start": {
                              "line": 90,
                              "column": 36
                            },
                            "end": {
                              "line": 90,
                              "column": 73
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 4749,
                            "end": 4759,
                            "loc": {
                              "start": {
                                "line": 90,
                                "column": 36
                              },
                              "end": {
                                "line": 90,
                                "column": 46
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 4749,
                              "end": 4753,
                              "loc": {
                                "start": {
                                  "line": 90,
                                  "column": 36
                                },
                                "end": {
                                  "line": 90,
                                  "column": 40
                                },
                                "identifierName": "Math"
                              },
                              "name": "Math"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4754,
                              "end": 4759,
                              "loc": {
                                "start": {
                                  "line": 90,
                                  "column": 41
                                },
                                "end": {
                                  "line": 90,
                                  "column": 46
                                },
                                "identifierName": "atan2"
                              },
                              "name": "atan2"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "CallExpression",
                              "start": 4760,
                              "end": 4773,
                              "loc": {
                                "start": {
                                  "line": 90,
                                  "column": 47
                                },
                                "end": {
                                  "line": 90,
                                  "column": 60
                                }
                              },
                              "callee": {
                                "type": "Identifier",
                                "start": 4760,
                                "end": 4765,
                                "loc": {
                                  "start": {
                                    "line": 90,
                                    "column": 47
                                  },
                                  "end": {
                                    "line": 90,
                                    "column": 52
                                  },
                                  "identifierName": "cross"
                                },
                                "name": "cross"
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 4766,
                                  "end": 4768,
                                  "loc": {
                                    "start": {
                                      "line": 90,
                                      "column": 53
                                    },
                                    "end": {
                                      "line": 90,
                                      "column": 55
                                    },
                                    "identifierName": "MS"
                                  },
                                  "name": "MS"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 4770,
                                  "end": 4772,
                                  "loc": {
                                    "start": {
                                      "line": 90,
                                      "column": 57
                                    },
                                    "end": {
                                      "line": 90,
                                      "column": 59
                                    },
                                    "identifierName": "ME"
                                  },
                                  "name": "ME"
                                }
                              ]
                            },
                            {
                              "type": "CallExpression",
                              "start": 4775,
                              "end": 4785,
                              "loc": {
                                "start": {
                                  "line": 90,
                                  "column": 62
                                },
                                "end": {
                                  "line": 90,
                                  "column": 72
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 4775,
                                "end": 4781,
                                "loc": {
                                  "start": {
                                    "line": 90,
                                    "column": 62
                                  },
                                  "end": {
                                    "line": 90,
                                    "column": 68
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 4775,
                                  "end": 4777,
                                  "loc": {
                                    "start": {
                                      "line": 90,
                                      "column": 62
                                    },
                                    "end": {
                                      "line": 90,
                                      "column": 64
                                    },
                                    "identifierName": "MS"
                                  },
                                  "name": "MS"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4778,
                                  "end": 4781,
                                  "loc": {
                                    "start": {
                                      "line": 90,
                                      "column": 65
                                    },
                                    "end": {
                                      "line": 90,
                                      "column": 68
                                    },
                                    "identifierName": "dot"
                                  },
                                  "name": "dot"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 4782,
                                  "end": 4784,
                                  "loc": {
                                    "start": {
                                      "line": 90,
                                      "column": 69
                                    },
                                    "end": {
                                      "line": 90,
                                      "column": 71
                                    },
                                    "identifierName": "ME"
                                  },
                                  "name": "ME"
                                }
                              ]
                            }
                          ]
                        }
                      ]
                    }
                  }
                ],
                "kind": "const"
              },
              {
                "type": "VariableDeclaration",
                "start": 4793,
                "end": 4838,
                "loc": {
                  "start": {
                    "line": 91,
                    "column": 4
                  },
                  "end": {
                    "line": 91,
                    "column": 49
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 4799,
                    "end": 4837,
                    "loc": {
                      "start": {
                        "line": 91,
                        "column": 10
                      },
                      "end": {
                        "line": 91,
                        "column": 48
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 4799,
                      "end": 4804,
                      "loc": {
                        "start": {
                          "line": 91,
                          "column": 10
                        },
                        "end": {
                          "line": 91,
                          "column": 15
                        },
                        "identifierName": "angle"
                      },
                      "name": "angle"
                    },
                    "init": {
                      "type": "BinaryExpression",
                      "start": 4807,
                      "end": 4837,
                      "loc": {
                        "start": {
                          "line": 91,
                          "column": 18
                        },
                        "end": {
                          "line": 91,
                          "column": 48
                        }
                      },
                      "left": {
                        "type": "NumericLiteral",
                        "start": 4807,
                        "end": 4808,
                        "loc": {
                          "start": {
                            "line": 91,
                            "column": 18
                          },
                          "end": {
                            "line": 91,
                            "column": 19
                          }
                        },
                        "extra": {
                          "rawValue": 2,
                          "raw": "2"
                        },
                        "value": 2
                      },
                      "operator": "*",
                      "right": {
                        "type": "BinaryExpression",
                        "start": 4812,
                        "end": 4836,
                        "loc": {
                          "start": {
                            "line": 91,
                            "column": 23
                          },
                          "end": {
                            "line": 91,
                            "column": 47
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 4812,
                          "end": 4819,
                          "loc": {
                            "start": {
                              "line": 91,
                              "column": 23
                            },
                            "end": {
                              "line": 91,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 4812,
                            "end": 4816,
                            "loc": {
                              "start": {
                                "line": 91,
                                "column": 23
                              },
                              "end": {
                                "line": 91,
                                "column": 27
                              },
                              "identifierName": "Math"
                            },
                            "name": "Math"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4817,
                            "end": 4819,
                            "loc": {
                              "start": {
                                "line": 91,
                                "column": 28
                              },
                              "end": {
                                "line": 91,
                                "column": 30
                              },
                              "identifierName": "PI"
                            },
                            "name": "PI"
                          },
                          "computed": false
                        },
                        "operator": "-",
                        "right": {
                          "type": "Identifier",
                          "start": 4822,
                          "end": 4836,
                          "loc": {
                            "start": {
                              "line": 91,
                              "column": 33
                            },
                            "end": {
                              "line": 91,
                              "column": 47
                            },
                            "identifierName": "inscribedAngle"
                          },
                          "name": "inscribedAngle"
                        },
                        "extra": {
                          "parenthesized": true,
                          "parenStart": 4811
                        }
                      }
                    }
                  }
                ],
                "kind": "const"
              },
              {
                "type": "VariableDeclaration",
                "start": 4843,
                "end": 4879,
                "loc": {
                  "start": {
                    "line": 92,
                    "column": 4
                  },
                  "end": {
                    "line": 92,
                    "column": 40
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 4849,
                    "end": 4878,
                    "loc": {
                      "start": {
                        "line": 92,
                        "column": 10
                      },
                      "end": {
                        "line": 92,
                        "column": 39
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 4849,
                      "end": 4858,
                      "loc": {
                        "start": {
                          "line": 92,
                          "column": 10
                        },
                        "end": {
                          "line": 92,
                          "column": 19
                        },
                        "identifierName": "clockwise"
                      },
                      "name": "clockwise"
                    },
                    "init": {
                      "type": "BinaryExpression",
                      "start": 4861,
                      "end": 4878,
                      "loc": {
                        "start": {
                          "line": 92,
                          "column": 22
                        },
                        "end": {
                          "line": 92,
                          "column": 39
                        }
                      },
                      "left": {
                        "type": "CallExpression",
                        "start": 4861,
                        "end": 4874,
                        "loc": {
                          "start": {
                            "line": 92,
                            "column": 22
                          },
                          "end": {
                            "line": 92,
                            "column": 35
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 4861,
                          "end": 4866,
                          "loc": {
                            "start": {
                              "line": 92,
                              "column": 22
                            },
                            "end": {
                              "line": 92,
                              "column": 27
                            },
                            "identifierName": "cross"
                          },
                          "name": "cross"
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 4867,
                            "end": 4869,
                            "loc": {
                              "start": {
                                "line": 92,
                                "column": 28
                              },
                              "end": {
                                "line": 92,
                                "column": 30
                              },
                              "identifierName": "MS"
                            },
                            "name": "MS"
                          },
                          {
                            "type": "Identifier",
                            "start": 4871,
                            "end": 4873,
                            "loc": {
                              "start": {
                                "line": 92,
                                "column": 32
                              },
                              "end": {
                                "line": 92,
                                "column": 34
                              },
                              "identifierName": "ME"
                            },
                            "name": "ME"
                          }
                        ]
                      },
                      "operator": ">",
                      "right": {
                        "type": "NumericLiteral",
                        "start": 4877,
                        "end": 4878,
                        "loc": {
                          "start": {
                            "line": 92,
                            "column": 38
                          },
                          "end": {
                            "line": 92,
                            "column": 39
                          }
                        },
                        "extra": {
                          "rawValue": 0,
                          "raw": "0"
                        },
                        "value": 0
                      }
                    }
                  }
                ],
                "kind": "const"
              },
              {
                "type": "ReturnStatement",
                "start": 4884,
                "end": 4953,
                "loc": {
                  "start": {
                    "line": 93,
                    "column": 4
                  },
                  "end": {
                    "line": 93,
                    "column": 73
                  }
                },
                "argument": {
                  "type": "CallExpression",
                  "start": 4891,
                  "end": 4952,
                  "loc": {
                    "start": {
                      "line": 93,
                      "column": 11
                    },
                    "end": {
                      "line": 93,
                      "column": 72
                    }
                  },
                  "callee": {
                    "type": "Identifier",
                    "start": 4891,
                    "end": 4904,
                    "loc": {
                      "start": {
                        "line": 93,
                        "column": 11
                      },
                      "end": {
                        "line": 93,
                        "column": 24
                      },
                      "identifierName": "drawArcBy_S_E"
                    },
                    "name": "drawArcBy_S_E"
                  },
                  "arguments": [
                    {
                      "type": "ArrayExpression",
                      "start": 4905,
                      "end": 4929,
                      "loc": {
                        "start": {
                          "line": 93,
                          "column": 25
                        },
                        "end": {
                          "line": 93,
                          "column": 49
                        }
                      },
                      "elements": [
                        {
                          "type": "Identifier",
                          "start": 4906,
                          "end": 4911,
                          "loc": {
                            "start": {
                              "line": 93,
                              "column": 26
                            },
                            "end": {
                              "line": 93,
                              "column": 31
                            },
                            "identifierName": "start"
                          },
                          "name": "start"
                        },
                        {
                          "type": "Identifier",
                          "start": 4913,
                          "end": 4916,
                          "loc": {
                            "start": {
                              "line": 93,
                              "column": 33
                            },
                            "end": {
                              "line": 93,
                              "column": 36
                            },
                            "identifierName": "end"
                          },
                          "name": "end"
                        },
                        {
                          "type": "Identifier",
                          "start": 4918,
                          "end": 4928,
                          "loc": {
                            "start": {
                              "line": 93,
                              "column": 38
                            },
                            "end": {
                              "line": 93,
                              "column": 48
                            },
                            "identifierName": "middleHint"
                          },
                          "name": "middleHint"
                        }
                      ]
                    },
                    {
                      "type": "ObjectExpression",
                      "start": 4931,
                      "end": 4951,
                      "loc": {
                        "start": {
                          "line": 93,
                          "column": 51
                        },
                        "end": {
                          "line": 93,
                          "column": 71
                        }
                      },
                      "properties": [
                        {
                          "type": "ObjectProperty",
                          "start": 4933,
                          "end": 4938,
                          "loc": {
                            "start": {
                              "line": 93,
                              "column": 53
                            },
                            "end": {
                              "line": 93,
                              "column": 58
                            }
                          },
                          "method": false,
                          "shorthand": true,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 4933,
                            "end": 4938,
                            "loc": {
                              "start": {
                                "line": 93,
                                "column": 53
                              },
                              "end": {
                                "line": 93,
                                "column": 58
                              },
                              "identifierName": "angle"
                            },
                            "name": "angle"
                          },
                          "value": {
                            "type": "Identifier",
                            "start": 4933,
                            "end": 4938,
                            "loc": {
                              "start": {
                                "line": 93,
                                "column": 53
                              },
                              "end": {
                                "line": 93,
                                "column": 58
                              },
                              "identifierName": "angle"
                            },
                            "name": "angle"
                          },
                          "extra": {
                            "shorthand": true
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 4940,
                          "end": 4949,
                          "loc": {
                            "start": {
                              "line": 93,
                              "column": 60
                            },
                            "end": {
                              "line": 93,
                              "column": 69
                            }
                          },
                          "method": false,
                          "shorthand": true,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 4940,
                            "end": 4949,
                            "loc": {
                              "start": {
                                "line": 93,
                                "column": 60
                              },
                              "end": {
                                "line": 93,
                                "column": 69
                              },
                              "identifierName": "clockwise"
                            },
                            "name": "clockwise"
                          },
                          "value": {
                            "type": "Identifier",
                            "start": 4940,
                            "end": 4949,
                            "loc": {
                              "start": {
                                "line": 93,
                                "column": 60
                              },
                              "end": {
                                "line": 93,
                                "column": 69
                              },
                              "identifierName": "clockwise"
                            },
                            "name": "clockwise"
                          },
                          "extra": {
                            "shorthand": true
                          }
                        }
                      ]
                    }
                  ]
                }
              }
            ],
            "directives": []
          },
          "leadingComments": [],
          "trailingComments": []
        }
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 4957,
        "end": 7098,
        "loc": {
          "start": {
            "line": 96,
            "column": 0
          },
          "end": {
            "line": 130,
            "column": 1
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "FunctionDeclaration",
          "start": 4964,
          "end": 7098,
          "loc": {
            "start": {
              "line": 96,
              "column": 7
            },
            "end": {
              "line": 130,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 4973,
            "end": 4988,
            "loc": {
              "start": {
                "line": 96,
                "column": 16
              },
              "end": {
                "line": 96,
                "column": 31
              },
              "identifierName": "drawArcBy_S_T_E"
            },
            "name": "drawArcBy_S_T_E"
          },
          "generator": false,
          "expression": false,
          "async": false,
          "params": [
            {
              "type": "ArrayPattern",
              "start": 4989,
              "end": 5019,
              "loc": {
                "start": {
                  "line": 96,
                  "column": 32
                },
                "end": {
                  "line": 96,
                  "column": 62
                }
              },
              "elements": [
                {
                  "type": "Identifier",
                  "start": 4990,
                  "end": 4995,
                  "loc": {
                    "start": {
                      "line": 96,
                      "column": 33
                    },
                    "end": {
                      "line": 96,
                      "column": 38
                    },
                    "identifierName": "start"
                  },
                  "name": "start"
                },
                {
                  "type": "Identifier",
                  "start": 4997,
                  "end": 5009,
                  "loc": {
                    "start": {
                      "line": 96,
                      "column": 40
                    },
                    "end": {
                      "line": 96,
                      "column": 52
                    },
                    "identifierName": "startTangent"
                  },
                  "name": "startTangent"
                },
                {
                  "type": "Identifier",
                  "start": 5011,
                  "end": 5018,
                  "loc": {
                    "start": {
                      "line": 96,
                      "column": 54
                    },
                    "end": {
                      "line": 96,
                      "column": 61
                    },
                    "identifierName": "endHint"
                  },
                  "name": "endHint"
                }
              ]
            },
            {
              "type": "Identifier",
              "start": 5021,
              "end": 5033,
              "loc": {
                "start": {
                  "line": 96,
                  "column": 64
                },
                "end": {
                  "line": 96,
                  "column": 76
                },
                "identifierName": "restrictions"
              },
              "name": "restrictions"
            }
          ],
          "body": {
            "type": "BlockStatement",
            "start": 5035,
            "end": 7098,
            "loc": {
              "start": {
                "line": 96,
                "column": 78
              },
              "end": {
                "line": 130,
                "column": 1
              }
            },
            "body": [
              {
                "type": "VariableDeclaration",
                "start": 5165,
                "end": 5253,
                "loc": {
                  "start": {
                    "line": 98,
                    "column": 4
                  },
                  "end": {
                    "line": 98,
                    "column": 92
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 5169,
                    "end": 5252,
                    "loc": {
                      "start": {
                        "line": 98,
                        "column": 8
                      },
                      "end": {
                        "line": 98,
                        "column": 91
                      }
                    },
                    "id": {
                      "type": "ObjectPattern",
                      "start": 5169,
                      "end": 5237,
                      "loc": {
                        "start": {
                          "line": 98,
                          "column": 8
                        },
                        "end": {
                          "line": 98,
                          "column": 76
                        }
                      },
                      "properties": [
                        {
                          "type": "ObjectProperty",
                          "start": 5171,
                          "end": 5178,
                          "loc": {
                            "start": {
                              "line": 98,
                              "column": 10
                            },
                            "end": {
                              "line": 98,
                              "column": 17
                            }
                          },
                          "method": false,
                          "shorthand": true,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 5171,
                            "end": 5178,
                            "loc": {
                              "start": {
                                "line": 98,
                                "column": 10
                              },
                              "end": {
                                "line": 98,
                                "column": 17
                              },
                              "identifierName": "xoffset"
                            },
                            "name": "xoffset",
                            "leadingComments": null
                          },
                          "value": {
                            "type": "Identifier",
                            "start": 5171,
                            "end": 5178,
                            "loc": {
                              "start": {
                                "line": 98,
                                "column": 10
                              },
                              "end": {
                                "line": 98,
                                "column": 17
                              },
                              "identifierName": "xoffset"
                            },
                            "name": "xoffset"
                          },
                          "leadingComments": null,
                          "extra": {
                            "shorthand": true
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 5180,
                          "end": 5187,
                          "loc": {
                            "start": {
                              "line": 98,
                              "column": 19
                            },
                            "end": {
                              "line": 98,
                              "column": 26
                            }
                          },
                          "method": false,
                          "shorthand": true,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 5180,
                            "end": 5187,
                            "loc": {
                              "start": {
                                "line": 98,
                                "column": 19
                              },
                              "end": {
                                "line": 98,
                                "column": 26
                              },
                              "identifierName": "yoffset"
                            },
                            "name": "yoffset"
                          },
                          "value": {
                            "type": "Identifier",
                            "start": 5180,
                            "end": 5187,
                            "loc": {
                              "start": {
                                "line": 98,
                                "column": 19
                              },
                              "end": {
                                "line": 98,
                                "column": 26
                              },
                              "identifierName": "yoffset"
                            },
                            "name": "yoffset"
                          },
                          "extra": {
                            "shorthand": true
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 5189,
                          "end": 5198,
                          "loc": {
                            "start": {
                              "line": 98,
                              "column": 28
                            },
                            "end": {
                              "line": 98,
                              "column": 37
                            }
                          },
                          "method": false,
                          "shorthand": true,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 5189,
                            "end": 5198,
                            "loc": {
                              "start": {
                                "line": 98,
                                "column": 28
                              },
                              "end": {
                                "line": 98,
                                "column": 37
                              },
                              "identifierName": "xabsolute"
                            },
                            "name": "xabsolute"
                          },
                          "value": {
                            "type": "Identifier",
                            "start": 5189,
                            "end": 5198,
                            "loc": {
                              "start": {
                                "line": 98,
                                "column": 28
                              },
                              "end": {
                                "line": 98,
                                "column": 37
                              },
                              "identifierName": "xabsolute"
                            },
                            "name": "xabsolute"
                          },
                          "extra": {
                            "shorthand": true
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 5200,
                          "end": 5209,
                          "loc": {
                            "start": {
                              "line": 98,
                              "column": 39
                            },
                            "end": {
                              "line": 98,
                              "column": 48
                            }
                          },
                          "method": false,
                          "shorthand": true,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 5200,
                            "end": 5209,
                            "loc": {
                              "start": {
                                "line": 98,
                                "column": 39
                              },
                              "end": {
                                "line": 98,
                                "column": 48
                              },
                              "identifierName": "yabsolute"
                            },
                            "name": "yabsolute"
                          },
                          "value": {
                            "type": "Identifier",
                            "start": 5200,
                            "end": 5209,
                            "loc": {
                              "start": {
                                "line": 98,
                                "column": 39
                              },
                              "end": {
                                "line": 98,
                                "column": 48
                              },
                              "identifierName": "yabsolute"
                            },
                            "name": "yabsolute"
                          },
                          "extra": {
                            "shorthand": true
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 5211,
                          "end": 5216,
                          "loc": {
                            "start": {
                              "line": 98,
                              "column": 50
                            },
                            "end": {
                              "line": 98,
                              "column": 55
                            }
                          },
                          "method": false,
                          "shorthand": true,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 5211,
                            "end": 5216,
                            "loc": {
                              "start": {
                                "line": 98,
                                "column": 50
                              },
                              "end": {
                                "line": 98,
                                "column": 55
                              },
                              "identifierName": "angle"
                            },
                            "name": "angle"
                          },
                          "value": {
                            "type": "Identifier",
                            "start": 5211,
                            "end": 5216,
                            "loc": {
                              "start": {
                                "line": 98,
                                "column": 50
                              },
                              "end": {
                                "line": 98,
                                "column": 55
                              },
                              "identifierName": "angle"
                            },
                            "name": "angle"
                          },
                          "extra": {
                            "shorthand": true
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 5218,
                          "end": 5224,
                          "loc": {
                            "start": {
                              "line": 98,
                              "column": 57
                            },
                            "end": {
                              "line": 98,
                              "column": 63
                            }
                          },
                          "method": false,
                          "shorthand": true,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 5218,
                            "end": 5224,
                            "loc": {
                              "start": {
                                "line": 98,
                                "column": 57
                              },
                              "end": {
                                "line": 98,
                                "column": 63
                              },
                              "identifierName": "radius"
                            },
                            "name": "radius"
                          },
                          "value": {
                            "type": "Identifier",
                            "start": 5218,
                            "end": 5224,
                            "loc": {
                              "start": {
                                "line": 98,
                                "column": 57
                              },
                              "end": {
                                "line": 98,
                                "column": 63
                              },
                              "identifierName": "radius"
                            },
                            "name": "radius"
                          },
                          "extra": {
                            "shorthand": true
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 5226,
                          "end": 5235,
                          "loc": {
                            "start": {
                              "line": 98,
                              "column": 65
                            },
                            "end": {
                              "line": 98,
                              "column": 74
                            }
                          },
                          "method": false,
                          "shorthand": true,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 5226,
                            "end": 5235,
                            "loc": {
                              "start": {
                                "line": 98,
                                "column": 65
                              },
                              "end": {
                                "line": 98,
                                "column": 74
                              },
                              "identifierName": "clockwise"
                            },
                            "name": "clockwise"
                          },
                          "value": {
                            "type": "Identifier",
                            "start": 5226,
                            "end": 5235,
                            "loc": {
                              "start": {
                                "line": 98,
                                "column": 65
                              },
                              "end": {
                                "line": 98,
                                "column": 74
                              },
                              "identifierName": "clockwise"
                            },
                            "name": "clockwise"
                          },
                          "extra": {
                            "shorthand": true
                          }
                        }
                      ],
                      "leadingComments": null
                    },
                    "init": {
                      "type": "Identifier",
                      "start": 5240,
                      "end": 5252,
                      "loc": {
                        "start": {
                          "line": 98,
                          "column": 79
                        },
                        "end": {
                          "line": 98,
                          "column": 91
                        },
                        "identifierName": "restrictions"
                      },
                      "name": "restrictions"
                    },
                    "leadingComments": null
                  }
                ],
                "kind": "let",
                "leadingComments": [
                  {
                    "type": "CommentLine",
                    "value": " can't delegate to another drawArcBy* because they use end as-is but we must use startTangent as-is and end as a hint",
                    "start": 5041,
                    "end": 5160,
                    "loc": {
                      "start": {
                        "line": 97,
                        "column": 4
                      },
                      "end": {
                        "line": 97,
                        "column": 123
                      }
                    }
                  }
                ]
              },
              {
                "type": "ExpressionStatement",
                "start": 5258,
                "end": 5510,
                "loc": {
                  "start": {
                    "line": 99,
                    "column": 4
                  },
                  "end": {
                    "line": 103,
                    "column": 6
                  }
                },
                "expression": {
                  "type": "AssignmentExpression",
                  "start": 5258,
                  "end": 5509,
                  "loc": {
                    "start": {
                      "line": 99,
                      "column": 4
                    },
                    "end": {
                      "line": 103,
                      "column": 5
                    }
                  },
                  "operator": "=",
                  "left": {
                    "type": "Identifier",
                    "start": 5258,
                    "end": 5265,
                    "loc": {
                      "start": {
                        "line": 99,
                        "column": 4
                      },
                      "end": {
                        "line": 99,
                        "column": 11
                      },
                      "identifierName": "endHint"
                    },
                    "name": "endHint"
                  },
                  "right": {
                    "type": "NewExpression",
                    "start": 5268,
                    "end": 5509,
                    "loc": {
                      "start": {
                        "line": 99,
                        "column": 14
                      },
                      "end": {
                        "line": 103,
                        "column": 5
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 5272,
                      "end": 5285,
                      "loc": {
                        "start": {
                          "line": 99,
                          "column": 18
                        },
                        "end": {
                          "line": 99,
                          "column": 31
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 5272,
                        "end": 5277,
                        "loc": {
                          "start": {
                            "line": 99,
                            "column": 18
                          },
                          "end": {
                            "line": 99,
                            "column": 23
                          },
                          "identifierName": "THREE"
                        },
                        "name": "THREE"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 5278,
                        "end": 5285,
                        "loc": {
                          "start": {
                            "line": 99,
                            "column": 24
                          },
                          "end": {
                            "line": 99,
                            "column": 31
                          },
                          "identifierName": "Vector3"
                        },
                        "name": "Vector3"
                      },
                      "computed": false
                    },
                    "arguments": [
                      {
                        "type": "ConditionalExpression",
                        "start": 5296,
                        "end": 5387,
                        "loc": {
                          "start": {
                            "line": 100,
                            "column": 9
                          },
                          "end": {
                            "line": 100,
                            "column": 100
                          }
                        },
                        "test": {
                          "type": "BinaryExpression",
                          "start": 5296,
                          "end": 5319,
                          "loc": {
                            "start": {
                              "line": 100,
                              "column": 9
                            },
                            "end": {
                              "line": 100,
                              "column": 32
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 5296,
                            "end": 5305,
                            "loc": {
                              "start": {
                                "line": 100,
                                "column": 9
                              },
                              "end": {
                                "line": 100,
                                "column": 18
                              },
                              "identifierName": "xabsolute"
                            },
                            "name": "xabsolute"
                          },
                          "operator": "!==",
                          "right": {
                            "type": "Identifier",
                            "start": 5310,
                            "end": 5319,
                            "loc": {
                              "start": {
                                "line": 100,
                                "column": 23
                              },
                              "end": {
                                "line": 100,
                                "column": 32
                              },
                              "identifierName": "undefined"
                            },
                            "name": "undefined"
                          }
                        },
                        "consequent": {
                          "type": "Identifier",
                          "start": 5322,
                          "end": 5331,
                          "loc": {
                            "start": {
                              "line": 100,
                              "column": 35
                            },
                            "end": {
                              "line": 100,
                              "column": 44
                            },
                            "identifierName": "xabsolute"
                          },
                          "name": "xabsolute"
                        },
                        "alternate": {
                          "type": "ConditionalExpression",
                          "start": 5334,
                          "end": 5387,
                          "loc": {
                            "start": {
                              "line": 100,
                              "column": 47
                            },
                            "end": {
                              "line": 100,
                              "column": 100
                            }
                          },
                          "test": {
                            "type": "BinaryExpression",
                            "start": 5334,
                            "end": 5355,
                            "loc": {
                              "start": {
                                "line": 100,
                                "column": 47
                              },
                              "end": {
                                "line": 100,
                                "column": 68
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 5334,
                              "end": 5341,
                              "loc": {
                                "start": {
                                  "line": 100,
                                  "column": 47
                                },
                                "end": {
                                  "line": 100,
                                  "column": 54
                                },
                                "identifierName": "xoffset"
                              },
                              "name": "xoffset"
                            },
                            "operator": "!==",
                            "right": {
                              "type": "Identifier",
                              "start": 5346,
                              "end": 5355,
                              "loc": {
                                "start": {
                                  "line": 100,
                                  "column": 59
                                },
                                "end": {
                                  "line": 100,
                                  "column": 68
                                },
                                "identifierName": "undefined"
                              },
                              "name": "undefined"
                            }
                          },
                          "consequent": {
                            "type": "BinaryExpression",
                            "start": 5358,
                            "end": 5375,
                            "loc": {
                              "start": {
                                "line": 100,
                                "column": 71
                              },
                              "end": {
                                "line": 100,
                                "column": 88
                              }
                            },
                            "left": {
                              "type": "MemberExpression",
                              "start": 5358,
                              "end": 5365,
                              "loc": {
                                "start": {
                                  "line": 100,
                                  "column": 71
                                },
                                "end": {
                                  "line": 100,
                                  "column": 78
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 5358,
                                "end": 5363,
                                "loc": {
                                  "start": {
                                    "line": 100,
                                    "column": 71
                                  },
                                  "end": {
                                    "line": 100,
                                    "column": 76
                                  },
                                  "identifierName": "start"
                                },
                                "name": "start"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 5364,
                                "end": 5365,
                                "loc": {
                                  "start": {
                                    "line": 100,
                                    "column": 77
                                  },
                                  "end": {
                                    "line": 100,
                                    "column": 78
                                  },
                                  "identifierName": "x"
                                },
                                "name": "x"
                              },
                              "computed": false
                            },
                            "operator": "+",
                            "right": {
                              "type": "Identifier",
                              "start": 5368,
                              "end": 5375,
                              "loc": {
                                "start": {
                                  "line": 100,
                                  "column": 81
                                },
                                "end": {
                                  "line": 100,
                                  "column": 88
                                },
                                "identifierName": "xoffset"
                              },
                              "name": "xoffset"
                            }
                          },
                          "alternate": {
                            "type": "MemberExpression",
                            "start": 5378,
                            "end": 5387,
                            "loc": {
                              "start": {
                                "line": 100,
                                "column": 91
                              },
                              "end": {
                                "line": 100,
                                "column": 100
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 5378,
                              "end": 5385,
                              "loc": {
                                "start": {
                                  "line": 100,
                                  "column": 91
                                },
                                "end": {
                                  "line": 100,
                                  "column": 98
                                },
                                "identifierName": "endHint"
                              },
                              "name": "endHint"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5386,
                              "end": 5387,
                              "loc": {
                                "start": {
                                  "line": 100,
                                  "column": 99
                                },
                                "end": {
                                  "line": 100,
                                  "column": 100
                                },
                                "identifierName": "x"
                              },
                              "name": "x"
                            },
                            "computed": false
                          }
                        },
                        "extra": {
                          "parenthesized": true,
                          "parenStart": 5295
                        }
                      },
                      {
                        "type": "ConditionalExpression",
                        "start": 5399,
                        "end": 5490,
                        "loc": {
                          "start": {
                            "line": 101,
                            "column": 9
                          },
                          "end": {
                            "line": 101,
                            "column": 100
                          }
                        },
                        "test": {
                          "type": "BinaryExpression",
                          "start": 5399,
                          "end": 5422,
                          "loc": {
                            "start": {
                              "line": 101,
                              "column": 9
                            },
                            "end": {
                              "line": 101,
                              "column": 32
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 5399,
                            "end": 5408,
                            "loc": {
                              "start": {
                                "line": 101,
                                "column": 9
                              },
                              "end": {
                                "line": 101,
                                "column": 18
                              },
                              "identifierName": "yabsolute"
                            },
                            "name": "yabsolute"
                          },
                          "operator": "!==",
                          "right": {
                            "type": "Identifier",
                            "start": 5413,
                            "end": 5422,
                            "loc": {
                              "start": {
                                "line": 101,
                                "column": 23
                              },
                              "end": {
                                "line": 101,
                                "column": 32
                              },
                              "identifierName": "undefined"
                            },
                            "name": "undefined"
                          }
                        },
                        "consequent": {
                          "type": "Identifier",
                          "start": 5425,
                          "end": 5434,
                          "loc": {
                            "start": {
                              "line": 101,
                              "column": 35
                            },
                            "end": {
                              "line": 101,
                              "column": 44
                            },
                            "identifierName": "yabsolute"
                          },
                          "name": "yabsolute"
                        },
                        "alternate": {
                          "type": "ConditionalExpression",
                          "start": 5437,
                          "end": 5490,
                          "loc": {
                            "start": {
                              "line": 101,
                              "column": 47
                            },
                            "end": {
                              "line": 101,
                              "column": 100
                            }
                          },
                          "test": {
                            "type": "BinaryExpression",
                            "start": 5437,
                            "end": 5458,
                            "loc": {
                              "start": {
                                "line": 101,
                                "column": 47
                              },
                              "end": {
                                "line": 101,
                                "column": 68
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 5437,
                              "end": 5444,
                              "loc": {
                                "start": {
                                  "line": 101,
                                  "column": 47
                                },
                                "end": {
                                  "line": 101,
                                  "column": 54
                                },
                                "identifierName": "yoffset"
                              },
                              "name": "yoffset"
                            },
                            "operator": "!==",
                            "right": {
                              "type": "Identifier",
                              "start": 5449,
                              "end": 5458,
                              "loc": {
                                "start": {
                                  "line": 101,
                                  "column": 59
                                },
                                "end": {
                                  "line": 101,
                                  "column": 68
                                },
                                "identifierName": "undefined"
                              },
                              "name": "undefined"
                            }
                          },
                          "consequent": {
                            "type": "BinaryExpression",
                            "start": 5461,
                            "end": 5478,
                            "loc": {
                              "start": {
                                "line": 101,
                                "column": 71
                              },
                              "end": {
                                "line": 101,
                                "column": 88
                              }
                            },
                            "left": {
                              "type": "MemberExpression",
                              "start": 5461,
                              "end": 5468,
                              "loc": {
                                "start": {
                                  "line": 101,
                                  "column": 71
                                },
                                "end": {
                                  "line": 101,
                                  "column": 78
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 5461,
                                "end": 5466,
                                "loc": {
                                  "start": {
                                    "line": 101,
                                    "column": 71
                                  },
                                  "end": {
                                    "line": 101,
                                    "column": 76
                                  },
                                  "identifierName": "start"
                                },
                                "name": "start"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 5467,
                                "end": 5468,
                                "loc": {
                                  "start": {
                                    "line": 101,
                                    "column": 77
                                  },
                                  "end": {
                                    "line": 101,
                                    "column": 78
                                  },
                                  "identifierName": "y"
                                },
                                "name": "y"
                              },
                              "computed": false
                            },
                            "operator": "+",
                            "right": {
                              "type": "Identifier",
                              "start": 5471,
                              "end": 5478,
                              "loc": {
                                "start": {
                                  "line": 101,
                                  "column": 81
                                },
                                "end": {
                                  "line": 101,
                                  "column": 88
                                },
                                "identifierName": "yoffset"
                              },
                              "name": "yoffset"
                            }
                          },
                          "alternate": {
                            "type": "MemberExpression",
                            "start": 5481,
                            "end": 5490,
                            "loc": {
                              "start": {
                                "line": 101,
                                "column": 91
                              },
                              "end": {
                                "line": 101,
                                "column": 100
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 5481,
                              "end": 5488,
                              "loc": {
                                "start": {
                                  "line": 101,
                                  "column": 91
                                },
                                "end": {
                                  "line": 101,
                                  "column": 98
                                },
                                "identifierName": "endHint"
                              },
                              "name": "endHint"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5489,
                              "end": 5490,
                              "loc": {
                                "start": {
                                  "line": 101,
                                  "column": 99
                                },
                                "end": {
                                  "line": 101,
                                  "column": 100
                                },
                                "identifierName": "y"
                              },
                              "name": "y"
                            },
                            "computed": false
                          }
                        },
                        "extra": {
                          "parenthesized": true,
                          "parenStart": 5398
                        }
                      },
                      {
                        "type": "NumericLiteral",
                        "start": 5501,
                        "end": 5502,
                        "loc": {
                          "start": {
                            "line": 102,
                            "column": 8
                          },
                          "end": {
                            "line": 102,
                            "column": 9
                          }
                        },
                        "extra": {
                          "rawValue": 0,
                          "raw": "0"
                        },
                        "value": 0
                      }
                    ]
                  }
                }
              },
              {
                "type": "VariableDeclaration",
                "start": 5515,
                "end": 5558,
                "loc": {
                  "start": {
                    "line": 104,
                    "column": 4
                  },
                  "end": {
                    "line": 104,
                    "column": 47
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 5521,
                    "end": 5557,
                    "loc": {
                      "start": {
                        "line": 104,
                        "column": 10
                      },
                      "end": {
                        "line": 104,
                        "column": 46
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 5521,
                      "end": 5528,
                      "loc": {
                        "start": {
                          "line": 104,
                          "column": 10
                        },
                        "end": {
                          "line": 104,
                          "column": 17
                        },
                        "identifierName": "dirHint"
                      },
                      "name": "dirHint"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 5531,
                      "end": 5557,
                      "loc": {
                        "start": {
                          "line": 104,
                          "column": 20
                        },
                        "end": {
                          "line": 104,
                          "column": 46
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 5531,
                        "end": 5550,
                        "loc": {
                          "start": {
                            "line": 104,
                            "column": 20
                          },
                          "end": {
                            "line": 104,
                            "column": 39
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 5531,
                          "end": 5546,
                          "loc": {
                            "start": {
                              "line": 104,
                              "column": 20
                            },
                            "end": {
                              "line": 104,
                              "column": 35
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 5531,
                            "end": 5544,
                            "loc": {
                              "start": {
                                "line": 104,
                                "column": 20
                              },
                              "end": {
                                "line": 104,
                                "column": 33
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 5531,
                              "end": 5538,
                              "loc": {
                                "start": {
                                  "line": 104,
                                  "column": 20
                                },
                                "end": {
                                  "line": 104,
                                  "column": 27
                                },
                                "identifierName": "endHint"
                              },
                              "name": "endHint"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5539,
                              "end": 5544,
                              "loc": {
                                "start": {
                                  "line": 104,
                                  "column": 28
                                },
                                "end": {
                                  "line": 104,
                                  "column": 33
                                },
                                "identifierName": "clone"
                              },
                              "name": "clone"
                            },
                            "computed": false
                          },
                          "arguments": []
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5547,
                          "end": 5550,
                          "loc": {
                            "start": {
                              "line": 104,
                              "column": 36
                            },
                            "end": {
                              "line": 104,
                              "column": 39
                            },
                            "identifierName": "sub"
                          },
                          "name": "sub"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 5551,
                          "end": 5556,
                          "loc": {
                            "start": {
                              "line": 104,
                              "column": 40
                            },
                            "end": {
                              "line": 104,
                              "column": 45
                            },
                            "identifierName": "start"
                          },
                          "name": "start"
                        }
                      ]
                    }
                  }
                ],
                "kind": "const"
              },
              {
                "type": "IfStatement",
                "start": 5563,
                "end": 5637,
                "loc": {
                  "start": {
                    "line": 105,
                    "column": 4
                  },
                  "end": {
                    "line": 105,
                    "column": 78
                  }
                },
                "test": {
                  "type": "BinaryExpression",
                  "start": 5567,
                  "end": 5590,
                  "loc": {
                    "start": {
                      "line": 105,
                      "column": 8
                    },
                    "end": {
                      "line": 105,
                      "column": 31
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 5567,
                    "end": 5576,
                    "loc": {
                      "start": {
                        "line": 105,
                        "column": 8
                      },
                      "end": {
                        "line": 105,
                        "column": 17
                      },
                      "identifierName": "clockwise"
                    },
                    "name": "clockwise"
                  },
                  "operator": "===",
                  "right": {
                    "type": "Identifier",
                    "start": 5581,
                    "end": 5590,
                    "loc": {
                      "start": {
                        "line": 105,
                        "column": 22
                      },
                      "end": {
                        "line": 105,
                        "column": 31
                      },
                      "identifierName": "undefined"
                    },
                    "name": "undefined"
                  }
                },
                "consequent": {
                  "type": "ExpressionStatement",
                  "start": 5592,
                  "end": 5637,
                  "loc": {
                    "start": {
                      "line": 105,
                      "column": 33
                    },
                    "end": {
                      "line": 105,
                      "column": 78
                    }
                  },
                  "expression": {
                    "type": "AssignmentExpression",
                    "start": 5592,
                    "end": 5636,
                    "loc": {
                      "start": {
                        "line": 105,
                        "column": 33
                      },
                      "end": {
                        "line": 105,
                        "column": 77
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "Identifier",
                      "start": 5592,
                      "end": 5601,
                      "loc": {
                        "start": {
                          "line": 105,
                          "column": 33
                        },
                        "end": {
                          "line": 105,
                          "column": 42
                        },
                        "identifierName": "clockwise"
                      },
                      "name": "clockwise"
                    },
                    "right": {
                      "type": "BinaryExpression",
                      "start": 5604,
                      "end": 5636,
                      "loc": {
                        "start": {
                          "line": 105,
                          "column": 45
                        },
                        "end": {
                          "line": 105,
                          "column": 77
                        }
                      },
                      "left": {
                        "type": "CallExpression",
                        "start": 5604,
                        "end": 5632,
                        "loc": {
                          "start": {
                            "line": 105,
                            "column": 45
                          },
                          "end": {
                            "line": 105,
                            "column": 73
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 5604,
                          "end": 5609,
                          "loc": {
                            "start": {
                              "line": 105,
                              "column": 45
                            },
                            "end": {
                              "line": 105,
                              "column": 50
                            },
                            "identifierName": "cross"
                          },
                          "name": "cross"
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 5610,
                            "end": 5622,
                            "loc": {
                              "start": {
                                "line": 105,
                                "column": 51
                              },
                              "end": {
                                "line": 105,
                                "column": 63
                              },
                              "identifierName": "startTangent"
                            },
                            "name": "startTangent"
                          },
                          {
                            "type": "Identifier",
                            "start": 5624,
                            "end": 5631,
                            "loc": {
                              "start": {
                                "line": 105,
                                "column": 65
                              },
                              "end": {
                                "line": 105,
                                "column": 72
                              },
                              "identifierName": "dirHint"
                            },
                            "name": "dirHint"
                          }
                        ]
                      },
                      "operator": "<",
                      "right": {
                        "type": "NumericLiteral",
                        "start": 5635,
                        "end": 5636,
                        "loc": {
                          "start": {
                            "line": 105,
                            "column": 76
                          },
                          "end": {
                            "line": 105,
                            "column": 77
                          }
                        },
                        "extra": {
                          "rawValue": 0,
                          "raw": "0"
                        },
                        "value": 0
                      }
                    }
                  }
                },
                "alternate": null
              },
              {
                "type": "IfStatement",
                "start": 5642,
                "end": 7096,
                "loc": {
                  "start": {
                    "line": 106,
                    "column": 4
                  },
                  "end": {
                    "line": 129,
                    "column": 5
                  }
                },
                "test": {
                  "type": "LogicalExpression",
                  "start": 5646,
                  "end": 5689,
                  "loc": {
                    "start": {
                      "line": 106,
                      "column": 8
                    },
                    "end": {
                      "line": 106,
                      "column": 51
                    }
                  },
                  "left": {
                    "type": "BinaryExpression",
                    "start": 5646,
                    "end": 5665,
                    "loc": {
                      "start": {
                        "line": 106,
                        "column": 8
                      },
                      "end": {
                        "line": 106,
                        "column": 27
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 5646,
                      "end": 5651,
                      "loc": {
                        "start": {
                          "line": 106,
                          "column": 8
                        },
                        "end": {
                          "line": 106,
                          "column": 13
                        },
                        "identifierName": "angle"
                      },
                      "name": "angle"
                    },
                    "operator": "!==",
                    "right": {
                      "type": "Identifier",
                      "start": 5656,
                      "end": 5665,
                      "loc": {
                        "start": {
                          "line": 106,
                          "column": 18
                        },
                        "end": {
                          "line": 106,
                          "column": 27
                        },
                        "identifierName": "undefined"
                      },
                      "name": "undefined"
                    }
                  },
                  "operator": "&&",
                  "right": {
                    "type": "BinaryExpression",
                    "start": 5669,
                    "end": 5689,
                    "loc": {
                      "start": {
                        "line": 106,
                        "column": 31
                      },
                      "end": {
                        "line": 106,
                        "column": 51
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 5669,
                      "end": 5675,
                      "loc": {
                        "start": {
                          "line": 106,
                          "column": 31
                        },
                        "end": {
                          "line": 106,
                          "column": 37
                        },
                        "identifierName": "radius"
                      },
                      "name": "radius"
                    },
                    "operator": "!==",
                    "right": {
                      "type": "Identifier",
                      "start": 5680,
                      "end": 5689,
                      "loc": {
                        "start": {
                          "line": 106,
                          "column": 42
                        },
                        "end": {
                          "line": 106,
                          "column": 51
                        },
                        "identifierName": "undefined"
                      },
                      "name": "undefined"
                    }
                  }
                },
                "consequent": {
                  "type": "BlockStatement",
                  "start": 5691,
                  "end": 6055,
                  "loc": {
                    "start": {
                      "line": 106,
                      "column": 53
                    },
                    "end": {
                      "line": 113,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 5701,
                      "end": 5730,
                      "loc": {
                        "start": {
                          "line": 107,
                          "column": 8
                        },
                        "end": {
                          "line": 107,
                          "column": 37
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 5707,
                          "end": 5729,
                          "loc": {
                            "start": {
                              "line": 107,
                              "column": 14
                            },
                            "end": {
                              "line": 107,
                              "column": 36
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 5707,
                            "end": 5708,
                            "loc": {
                              "start": {
                                "line": 107,
                                "column": 14
                              },
                              "end": {
                                "line": 107,
                                "column": 15
                              },
                              "identifierName": "s"
                            },
                            "name": "s"
                          },
                          "init": {
                            "type": "ConditionalExpression",
                            "start": 5711,
                            "end": 5729,
                            "loc": {
                              "start": {
                                "line": 107,
                                "column": 18
                              },
                              "end": {
                                "line": 107,
                                "column": 36
                              }
                            },
                            "test": {
                              "type": "Identifier",
                              "start": 5711,
                              "end": 5720,
                              "loc": {
                                "start": {
                                  "line": 107,
                                  "column": 18
                                },
                                "end": {
                                  "line": 107,
                                  "column": 27
                                },
                                "identifierName": "clockwise"
                              },
                              "name": "clockwise"
                            },
                            "consequent": {
                              "type": "UnaryExpression",
                              "start": 5723,
                              "end": 5725,
                              "loc": {
                                "start": {
                                  "line": 107,
                                  "column": 30
                                },
                                "end": {
                                  "line": 107,
                                  "column": 32
                                }
                              },
                              "operator": "-",
                              "prefix": true,
                              "argument": {
                                "type": "NumericLiteral",
                                "start": 5724,
                                "end": 5725,
                                "loc": {
                                  "start": {
                                    "line": 107,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 107,
                                    "column": 32
                                  }
                                },
                                "extra": {
                                  "rawValue": 1,
                                  "raw": "1"
                                },
                                "value": 1
                              },
                              "extra": {
                                "parenthesizedArgument": false
                              }
                            },
                            "alternate": {
                              "type": "NumericLiteral",
                              "start": 5728,
                              "end": 5729,
                              "loc": {
                                "start": {
                                  "line": 107,
                                  "column": 35
                                },
                                "end": {
                                  "line": 107,
                                  "column": 36
                                }
                              },
                              "extra": {
                                "rawValue": 1,
                                "raw": "1"
                              },
                              "value": 1
                            }
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 5739,
                      "end": 5827,
                      "loc": {
                        "start": {
                          "line": 108,
                          "column": 8
                        },
                        "end": {
                          "line": 108,
                          "column": 96
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 5745,
                          "end": 5826,
                          "loc": {
                            "start": {
                              "line": 108,
                              "column": 14
                            },
                            "end": {
                              "line": 108,
                              "column": 95
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 5745,
                            "end": 5751,
                            "loc": {
                              "start": {
                                "line": 108,
                                "column": 14
                              },
                              "end": {
                                "line": 108,
                                "column": 20
                              },
                              "identifierName": "center"
                            },
                            "name": "center"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 5754,
                            "end": 5826,
                            "loc": {
                              "start": {
                                "line": 108,
                                "column": 23
                              },
                              "end": {
                                "line": 108,
                                "column": 95
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 5754,
                              "end": 5819,
                              "loc": {
                                "start": {
                                  "line": 108,
                                  "column": 23
                                },
                                "end": {
                                  "line": 108,
                                  "column": 88
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 5754,
                                "end": 5815,
                                "loc": {
                                  "start": {
                                    "line": 108,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 108,
                                    "column": 84
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 5754,
                                  "end": 5778,
                                  "loc": {
                                    "start": {
                                      "line": 108,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 108,
                                      "column": 47
                                    },
                                    "identifierName": "setVectorFromOrthoCoords"
                                  },
                                  "name": "setVectorFromOrthoCoords"
                                },
                                "arguments": [
                                  {
                                    "type": "CallExpression",
                                    "start": 5779,
                                    "end": 5799,
                                    "loc": {
                                      "start": {
                                        "line": 108,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 108,
                                        "column": 68
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5779,
                                      "end": 5797,
                                      "loc": {
                                        "start": {
                                          "line": 108,
                                          "column": 48
                                        },
                                        "end": {
                                          "line": 108,
                                          "column": 66
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 5779,
                                        "end": 5791,
                                        "loc": {
                                          "start": {
                                            "line": 108,
                                            "column": 48
                                          },
                                          "end": {
                                            "line": 108,
                                            "column": 60
                                          },
                                          "identifierName": "startTangent"
                                        },
                                        "name": "startTangent"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5792,
                                        "end": 5797,
                                        "loc": {
                                          "start": {
                                            "line": 108,
                                            "column": 61
                                          },
                                          "end": {
                                            "line": 108,
                                            "column": 66
                                          },
                                          "identifierName": "clone"
                                        },
                                        "name": "clone"
                                      },
                                      "computed": false
                                    },
                                    "arguments": []
                                  },
                                  {
                                    "type": "NumericLiteral",
                                    "start": 5801,
                                    "end": 5802,
                                    "loc": {
                                      "start": {
                                        "line": 108,
                                        "column": 70
                                      },
                                      "end": {
                                        "line": 108,
                                        "column": 71
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 0,
                                      "raw": "0"
                                    },
                                    "value": 0
                                  },
                                  {
                                    "type": "BinaryExpression",
                                    "start": 5804,
                                    "end": 5814,
                                    "loc": {
                                      "start": {
                                        "line": 108,
                                        "column": 73
                                      },
                                      "end": {
                                        "line": 108,
                                        "column": 83
                                      }
                                    },
                                    "left": {
                                      "type": "Identifier",
                                      "start": 5804,
                                      "end": 5805,
                                      "loc": {
                                        "start": {
                                          "line": 108,
                                          "column": 73
                                        },
                                        "end": {
                                          "line": 108,
                                          "column": 74
                                        },
                                        "identifierName": "s"
                                      },
                                      "name": "s"
                                    },
                                    "operator": "*",
                                    "right": {
                                      "type": "Identifier",
                                      "start": 5808,
                                      "end": 5814,
                                      "loc": {
                                        "start": {
                                          "line": 108,
                                          "column": 77
                                        },
                                        "end": {
                                          "line": 108,
                                          "column": 83
                                        },
                                        "identifierName": "radius"
                                      },
                                      "name": "radius"
                                    }
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 5816,
                                "end": 5819,
                                "loc": {
                                  "start": {
                                    "line": 108,
                                    "column": 85
                                  },
                                  "end": {
                                    "line": 108,
                                    "column": 88
                                  },
                                  "identifierName": "add"
                                },
                                "name": "add"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 5820,
                                "end": 5825,
                                "loc": {
                                  "start": {
                                    "line": 108,
                                    "column": 89
                                  },
                                  "end": {
                                    "line": 108,
                                    "column": 94
                                  },
                                  "identifierName": "start"
                                },
                                "name": "start"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 5836,
                      "end": 5999,
                      "loc": {
                        "start": {
                          "line": 109,
                          "column": 8
                        },
                        "end": {
                          "line": 111,
                          "column": 24
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 5842,
                          "end": 5998,
                          "loc": {
                            "start": {
                              "line": 109,
                              "column": 14
                            },
                            "end": {
                              "line": 111,
                              "column": 23
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 5842,
                            "end": 5845,
                            "loc": {
                              "start": {
                                "line": 109,
                                "column": 14
                              },
                              "end": {
                                "line": 109,
                                "column": 17
                              },
                              "identifierName": "end"
                            },
                            "name": "end"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 5848,
                            "end": 5998,
                            "loc": {
                              "start": {
                                "line": 109,
                                "column": 20
                              },
                              "end": {
                                "line": 111,
                                "column": 23
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 5848,
                              "end": 5991,
                              "loc": {
                                "start": {
                                  "line": 109,
                                  "column": 20
                                },
                                "end": {
                                  "line": 111,
                                  "column": 16
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 5848,
                                "end": 5974,
                                "loc": {
                                  "start": {
                                    "line": 109,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 110,
                                    "column": 35
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 5848,
                                  "end": 5966,
                                  "loc": {
                                    "start": {
                                      "line": 109,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 110,
                                      "column": 27
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 5848,
                                    "end": 5938,
                                    "loc": {
                                      "start": {
                                        "line": 109,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 109,
                                        "column": 110
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 5848,
                                      "end": 5872,
                                      "loc": {
                                        "start": {
                                          "line": 109,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 109,
                                          "column": 44
                                        },
                                        "identifierName": "setVectorFromOrthoCoords"
                                      },
                                      "name": "setVectorFromOrthoCoords"
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "start": 5873,
                                        "end": 5893,
                                        "loc": {
                                          "start": {
                                            "line": 109,
                                            "column": 45
                                          },
                                          "end": {
                                            "line": 109,
                                            "column": 65
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 5873,
                                          "end": 5891,
                                          "loc": {
                                            "start": {
                                              "line": 109,
                                              "column": 45
                                            },
                                            "end": {
                                              "line": 109,
                                              "column": 63
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 5873,
                                            "end": 5885,
                                            "loc": {
                                              "start": {
                                                "line": 109,
                                                "column": 45
                                              },
                                              "end": {
                                                "line": 109,
                                                "column": 57
                                              },
                                              "identifierName": "startTangent"
                                            },
                                            "name": "startTangent"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5886,
                                            "end": 5891,
                                            "loc": {
                                              "start": {
                                                "line": 109,
                                                "column": 58
                                              },
                                              "end": {
                                                "line": 109,
                                                "column": 63
                                              },
                                              "identifierName": "clone"
                                            },
                                            "name": "clone"
                                          },
                                          "computed": false
                                        },
                                        "arguments": []
                                      },
                                      {
                                        "type": "CallExpression",
                                        "start": 5895,
                                        "end": 5910,
                                        "loc": {
                                          "start": {
                                            "line": 109,
                                            "column": 67
                                          },
                                          "end": {
                                            "line": 109,
                                            "column": 82
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 5895,
                                          "end": 5903,
                                          "loc": {
                                            "start": {
                                              "line": 109,
                                              "column": 67
                                            },
                                            "end": {
                                              "line": 109,
                                              "column": 75
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 5895,
                                            "end": 5899,
                                            "loc": {
                                              "start": {
                                                "line": 109,
                                                "column": 67
                                              },
                                              "end": {
                                                "line": 109,
                                                "column": 71
                                              },
                                              "identifierName": "Math"
                                            },
                                            "name": "Math"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5900,
                                            "end": 5903,
                                            "loc": {
                                              "start": {
                                                "line": 109,
                                                "column": 72
                                              },
                                              "end": {
                                                "line": 109,
                                                "column": 75
                                              },
                                              "identifierName": "sin"
                                            },
                                            "name": "sin"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 5904,
                                            "end": 5909,
                                            "loc": {
                                              "start": {
                                                "line": 109,
                                                "column": 76
                                              },
                                              "end": {
                                                "line": 109,
                                                "column": 81
                                              },
                                              "identifierName": "angle"
                                            },
                                            "name": "angle"
                                          }
                                        ]
                                      },
                                      {
                                        "type": "BinaryExpression",
                                        "start": 5912,
                                        "end": 5937,
                                        "loc": {
                                          "start": {
                                            "line": 109,
                                            "column": 84
                                          },
                                          "end": {
                                            "line": 109,
                                            "column": 109
                                          }
                                        },
                                        "left": {
                                          "type": "Identifier",
                                          "start": 5912,
                                          "end": 5913,
                                          "loc": {
                                            "start": {
                                              "line": 109,
                                              "column": 84
                                            },
                                            "end": {
                                              "line": 109,
                                              "column": 85
                                            },
                                            "identifierName": "s"
                                          },
                                          "name": "s"
                                        },
                                        "operator": "*",
                                        "right": {
                                          "type": "BinaryExpression",
                                          "start": 5917,
                                          "end": 5936,
                                          "loc": {
                                            "start": {
                                              "line": 109,
                                              "column": 89
                                            },
                                            "end": {
                                              "line": 109,
                                              "column": 108
                                            }
                                          },
                                          "left": {
                                            "type": "NumericLiteral",
                                            "start": 5917,
                                            "end": 5918,
                                            "loc": {
                                              "start": {
                                                "line": 109,
                                                "column": 89
                                              },
                                              "end": {
                                                "line": 109,
                                                "column": 90
                                              }
                                            },
                                            "extra": {
                                              "rawValue": 1,
                                              "raw": "1"
                                            },
                                            "value": 1
                                          },
                                          "operator": "-",
                                          "right": {
                                            "type": "CallExpression",
                                            "start": 5921,
                                            "end": 5936,
                                            "loc": {
                                              "start": {
                                                "line": 109,
                                                "column": 93
                                              },
                                              "end": {
                                                "line": 109,
                                                "column": 108
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 5921,
                                              "end": 5929,
                                              "loc": {
                                                "start": {
                                                  "line": 109,
                                                  "column": 93
                                                },
                                                "end": {
                                                  "line": 109,
                                                  "column": 101
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 5921,
                                                "end": 5925,
                                                "loc": {
                                                  "start": {
                                                    "line": 109,
                                                    "column": 93
                                                  },
                                                  "end": {
                                                    "line": 109,
                                                    "column": 97
                                                  },
                                                  "identifierName": "Math"
                                                },
                                                "name": "Math"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5926,
                                                "end": 5929,
                                                "loc": {
                                                  "start": {
                                                    "line": 109,
                                                    "column": 98
                                                  },
                                                  "end": {
                                                    "line": 109,
                                                    "column": 101
                                                  },
                                                  "identifierName": "cos"
                                                },
                                                "name": "cos"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 5930,
                                                "end": 5935,
                                                "loc": {
                                                  "start": {
                                                    "line": 109,
                                                    "column": 102
                                                  },
                                                  "end": {
                                                    "line": 109,
                                                    "column": 107
                                                  },
                                                  "identifierName": "angle"
                                                },
                                                "name": "angle"
                                              }
                                            ]
                                          },
                                          "extra": {
                                            "parenthesized": true,
                                            "parenStart": 5916
                                          }
                                        }
                                      }
                                    ]
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5952,
                                    "end": 5966,
                                    "loc": {
                                      "start": {
                                        "line": 110,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 110,
                                        "column": 27
                                      },
                                      "identifierName": "multiplyScalar"
                                    },
                                    "name": "multiplyScalar"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 5967,
                                    "end": 5973,
                                    "loc": {
                                      "start": {
                                        "line": 110,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 110,
                                        "column": 34
                                      },
                                      "identifierName": "radius"
                                    },
                                    "name": "radius"
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 5988,
                                "end": 5991,
                                "loc": {
                                  "start": {
                                    "line": 111,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 111,
                                    "column": 16
                                  },
                                  "identifierName": "add"
                                },
                                "name": "add"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 5992,
                                "end": 5997,
                                "loc": {
                                  "start": {
                                    "line": 111,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 111,
                                    "column": 22
                                  },
                                  "identifierName": "start"
                                },
                                "name": "start"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 6008,
                      "end": 6049,
                      "loc": {
                        "start": {
                          "line": 112,
                          "column": 8
                        },
                        "end": {
                          "line": 112,
                          "column": 49
                        }
                      },
                      "argument": {
                        "type": "ObjectExpression",
                        "start": 6015,
                        "end": 6048,
                        "loc": {
                          "start": {
                            "line": 112,
                            "column": 15
                          },
                          "end": {
                            "line": 112,
                            "column": 48
                          }
                        },
                        "properties": [
                          {
                            "type": "ObjectProperty",
                            "start": 6017,
                            "end": 6022,
                            "loc": {
                              "start": {
                                "line": 112,
                                "column": 17
                              },
                              "end": {
                                "line": 112,
                                "column": 22
                              }
                            },
                            "method": false,
                            "shorthand": true,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 6017,
                              "end": 6022,
                              "loc": {
                                "start": {
                                  "line": 112,
                                  "column": 17
                                },
                                "end": {
                                  "line": 112,
                                  "column": 22
                                },
                                "identifierName": "start"
                              },
                              "name": "start"
                            },
                            "value": {
                              "type": "Identifier",
                              "start": 6017,
                              "end": 6022,
                              "loc": {
                                "start": {
                                  "line": 112,
                                  "column": 17
                                },
                                "end": {
                                  "line": 112,
                                  "column": 22
                                },
                                "identifierName": "start"
                              },
                              "name": "start"
                            },
                            "extra": {
                              "shorthand": true
                            }
                          },
                          {
                            "type": "ObjectProperty",
                            "start": 6024,
                            "end": 6027,
                            "loc": {
                              "start": {
                                "line": 112,
                                "column": 24
                              },
                              "end": {
                                "line": 112,
                                "column": 27
                              }
                            },
                            "method": false,
                            "shorthand": true,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 6024,
                              "end": 6027,
                              "loc": {
                                "start": {
                                  "line": 112,
                                  "column": 24
                                },
                                "end": {
                                  "line": 112,
                                  "column": 27
                                },
                                "identifierName": "end"
                              },
                              "name": "end"
                            },
                            "value": {
                              "type": "Identifier",
                              "start": 6024,
                              "end": 6027,
                              "loc": {
                                "start": {
                                  "line": 112,
                                  "column": 24
                                },
                                "end": {
                                  "line": 112,
                                  "column": 27
                                },
                                "identifierName": "end"
                              },
                              "name": "end"
                            },
                            "extra": {
                              "shorthand": true
                            }
                          },
                          {
                            "type": "ObjectProperty",
                            "start": 6029,
                            "end": 6035,
                            "loc": {
                              "start": {
                                "line": 112,
                                "column": 29
                              },
                              "end": {
                                "line": 112,
                                "column": 35
                              }
                            },
                            "method": false,
                            "shorthand": true,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 6029,
                              "end": 6035,
                              "loc": {
                                "start": {
                                  "line": 112,
                                  "column": 29
                                },
                                "end": {
                                  "line": 112,
                                  "column": 35
                                },
                                "identifierName": "center"
                              },
                              "name": "center"
                            },
                            "value": {
                              "type": "Identifier",
                              "start": 6029,
                              "end": 6035,
                              "loc": {
                                "start": {
                                  "line": 112,
                                  "column": 29
                                },
                                "end": {
                                  "line": 112,
                                  "column": 35
                                },
                                "identifierName": "center"
                              },
                              "name": "center"
                            },
                            "extra": {
                              "shorthand": true
                            }
                          },
                          {
                            "type": "ObjectProperty",
                            "start": 6037,
                            "end": 6046,
                            "loc": {
                              "start": {
                                "line": 112,
                                "column": 37
                              },
                              "end": {
                                "line": 112,
                                "column": 46
                              }
                            },
                            "method": false,
                            "shorthand": true,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 6037,
                              "end": 6046,
                              "loc": {
                                "start": {
                                  "line": 112,
                                  "column": 37
                                },
                                "end": {
                                  "line": 112,
                                  "column": 46
                                },
                                "identifierName": "clockwise"
                              },
                              "name": "clockwise"
                            },
                            "value": {
                              "type": "Identifier",
                              "start": 6037,
                              "end": 6046,
                              "loc": {
                                "start": {
                                  "line": 112,
                                  "column": 37
                                },
                                "end": {
                                  "line": 112,
                                  "column": 46
                                },
                                "identifierName": "clockwise"
                              },
                              "name": "clockwise"
                            },
                            "extra": {
                              "shorthand": true
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                },
                "alternate": {
                  "type": "IfStatement",
                  "start": 6061,
                  "end": 7096,
                  "loc": {
                    "start": {
                      "line": 113,
                      "column": 11
                    },
                    "end": {
                      "line": 129,
                      "column": 5
                    }
                  },
                  "test": {
                    "type": "BinaryExpression",
                    "start": 6065,
                    "end": 6084,
                    "loc": {
                      "start": {
                        "line": 113,
                        "column": 15
                      },
                      "end": {
                        "line": 113,
                        "column": 34
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 6065,
                      "end": 6070,
                      "loc": {
                        "start": {
                          "line": 113,
                          "column": 15
                        },
                        "end": {
                          "line": 113,
                          "column": 20
                        },
                        "identifierName": "angle"
                      },
                      "name": "angle"
                    },
                    "operator": "!==",
                    "right": {
                      "type": "Identifier",
                      "start": 6075,
                      "end": 6084,
                      "loc": {
                        "start": {
                          "line": 113,
                          "column": 25
                        },
                        "end": {
                          "line": 113,
                          "column": 34
                        },
                        "identifierName": "undefined"
                      },
                      "name": "undefined"
                    }
                  },
                  "consequent": {
                    "type": "BlockStatement",
                    "start": 6086,
                    "end": 6512,
                    "loc": {
                      "start": {
                        "line": 113,
                        "column": 36
                      },
                      "end": {
                        "line": 121,
                        "column": 5
                      }
                    },
                    "body": [
                      {
                        "type": "VariableDeclaration",
                        "start": 6096,
                        "end": 6142,
                        "loc": {
                          "start": {
                            "line": 114,
                            "column": 8
                          },
                          "end": {
                            "line": 114,
                            "column": 54
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 6102,
                            "end": 6141,
                            "loc": {
                              "start": {
                                "line": 114,
                                "column": 14
                              },
                              "end": {
                                "line": 114,
                                "column": 53
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 6102,
                              "end": 6110,
                              "loc": {
                                "start": {
                                  "line": 114,
                                  "column": 14
                                },
                                "end": {
                                  "line": 114,
                                  "column": 22
                                },
                                "identifierName": "dirAngle"
                              },
                              "name": "dirAngle"
                            },
                            "init": {
                              "type": "BinaryExpression",
                              "start": 6113,
                              "end": 6141,
                              "loc": {
                                "start": {
                                  "line": 114,
                                  "column": 25
                                },
                                "end": {
                                  "line": 114,
                                  "column": 53
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 6113,
                                "end": 6118,
                                "loc": {
                                  "start": {
                                    "line": 114,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 114,
                                    "column": 30
                                  },
                                  "identifierName": "angle"
                                },
                                "name": "angle"
                              },
                              "operator": "/",
                              "right": {
                                "type": "ConditionalExpression",
                                "start": 6122,
                                "end": 6140,
                                "loc": {
                                  "start": {
                                    "line": 114,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 114,
                                    "column": 52
                                  }
                                },
                                "test": {
                                  "type": "Identifier",
                                  "start": 6122,
                                  "end": 6131,
                                  "loc": {
                                    "start": {
                                      "line": 114,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 114,
                                      "column": 43
                                    },
                                    "identifierName": "clockwise"
                                  },
                                  "name": "clockwise"
                                },
                                "consequent": {
                                  "type": "UnaryExpression",
                                  "start": 6134,
                                  "end": 6136,
                                  "loc": {
                                    "start": {
                                      "line": 114,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 114,
                                      "column": 48
                                    }
                                  },
                                  "operator": "-",
                                  "prefix": true,
                                  "argument": {
                                    "type": "NumericLiteral",
                                    "start": 6135,
                                    "end": 6136,
                                    "loc": {
                                      "start": {
                                        "line": 114,
                                        "column": 47
                                      },
                                      "end": {
                                        "line": 114,
                                        "column": 48
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 2,
                                      "raw": "2"
                                    },
                                    "value": 2
                                  },
                                  "extra": {
                                    "parenthesizedArgument": false
                                  }
                                },
                                "alternate": {
                                  "type": "NumericLiteral",
                                  "start": 6139,
                                  "end": 6140,
                                  "loc": {
                                    "start": {
                                      "line": 114,
                                      "column": 51
                                    },
                                    "end": {
                                      "line": 114,
                                      "column": 52
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 2,
                                    "raw": "2"
                                  },
                                  "value": 2
                                },
                                "extra": {
                                  "parenthesized": true,
                                  "parenStart": 6121
                                }
                              }
                            }
                          }
                        ],
                        "kind": "const",
                        "trailingComments": [
                          {
                            "type": "CommentLine",
                            "value": " all possible ends lie on a dir ray from start",
                            "start": 6151,
                            "end": 6199,
                            "loc": {
                              "start": {
                                "line": 115,
                                "column": 8
                              },
                              "end": {
                                "line": 115,
                                "column": 56
                              }
                            }
                          }
                        ]
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 6208,
                        "end": 6307,
                        "loc": {
                          "start": {
                            "line": 116,
                            "column": 8
                          },
                          "end": {
                            "line": 116,
                            "column": 107
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 6214,
                            "end": 6306,
                            "loc": {
                              "start": {
                                "line": 116,
                                "column": 14
                              },
                              "end": {
                                "line": 116,
                                "column": 106
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 6214,
                              "end": 6217,
                              "loc": {
                                "start": {
                                  "line": 116,
                                  "column": 14
                                },
                                "end": {
                                  "line": 116,
                                  "column": 17
                                },
                                "identifierName": "dir"
                              },
                              "name": "dir",
                              "leadingComments": null
                            },
                            "init": {
                              "type": "CallExpression",
                              "start": 6220,
                              "end": 6306,
                              "loc": {
                                "start": {
                                  "line": 116,
                                  "column": 20
                                },
                                "end": {
                                  "line": 116,
                                  "column": 106
                                }
                              },
                              "callee": {
                                "type": "Identifier",
                                "start": 6220,
                                "end": 6244,
                                "loc": {
                                  "start": {
                                    "line": 116,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 116,
                                    "column": 44
                                  },
                                  "identifierName": "setVectorFromOrthoCoords"
                                },
                                "name": "setVectorFromOrthoCoords"
                              },
                              "arguments": [
                                {
                                  "type": "CallExpression",
                                  "start": 6245,
                                  "end": 6265,
                                  "loc": {
                                    "start": {
                                      "line": 116,
                                      "column": 45
                                    },
                                    "end": {
                                      "line": 116,
                                      "column": 65
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 6245,
                                    "end": 6263,
                                    "loc": {
                                      "start": {
                                        "line": 116,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 116,
                                        "column": 63
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 6245,
                                      "end": 6257,
                                      "loc": {
                                        "start": {
                                          "line": 116,
                                          "column": 45
                                        },
                                        "end": {
                                          "line": 116,
                                          "column": 57
                                        },
                                        "identifierName": "startTangent"
                                      },
                                      "name": "startTangent"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 6258,
                                      "end": 6263,
                                      "loc": {
                                        "start": {
                                          "line": 116,
                                          "column": 58
                                        },
                                        "end": {
                                          "line": 116,
                                          "column": 63
                                        },
                                        "identifierName": "clone"
                                      },
                                      "name": "clone"
                                    },
                                    "computed": false
                                  },
                                  "arguments": []
                                },
                                {
                                  "type": "CallExpression",
                                  "start": 6267,
                                  "end": 6285,
                                  "loc": {
                                    "start": {
                                      "line": 116,
                                      "column": 67
                                    },
                                    "end": {
                                      "line": 116,
                                      "column": 85
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 6267,
                                    "end": 6275,
                                    "loc": {
                                      "start": {
                                        "line": 116,
                                        "column": 67
                                      },
                                      "end": {
                                        "line": 116,
                                        "column": 75
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 6267,
                                      "end": 6271,
                                      "loc": {
                                        "start": {
                                          "line": 116,
                                          "column": 67
                                        },
                                        "end": {
                                          "line": 116,
                                          "column": 71
                                        },
                                        "identifierName": "Math"
                                      },
                                      "name": "Math"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 6272,
                                      "end": 6275,
                                      "loc": {
                                        "start": {
                                          "line": 116,
                                          "column": 72
                                        },
                                        "end": {
                                          "line": 116,
                                          "column": 75
                                        },
                                        "identifierName": "cos"
                                      },
                                      "name": "cos"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 6276,
                                      "end": 6284,
                                      "loc": {
                                        "start": {
                                          "line": 116,
                                          "column": 76
                                        },
                                        "end": {
                                          "line": 116,
                                          "column": 84
                                        },
                                        "identifierName": "dirAngle"
                                      },
                                      "name": "dirAngle"
                                    }
                                  ]
                                },
                                {
                                  "type": "CallExpression",
                                  "start": 6287,
                                  "end": 6305,
                                  "loc": {
                                    "start": {
                                      "line": 116,
                                      "column": 87
                                    },
                                    "end": {
                                      "line": 116,
                                      "column": 105
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 6287,
                                    "end": 6295,
                                    "loc": {
                                      "start": {
                                        "line": 116,
                                        "column": 87
                                      },
                                      "end": {
                                        "line": 116,
                                        "column": 95
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 6287,
                                      "end": 6291,
                                      "loc": {
                                        "start": {
                                          "line": 116,
                                          "column": 87
                                        },
                                        "end": {
                                          "line": 116,
                                          "column": 91
                                        },
                                        "identifierName": "Math"
                                      },
                                      "name": "Math"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 6292,
                                      "end": 6295,
                                      "loc": {
                                        "start": {
                                          "line": 116,
                                          "column": 92
                                        },
                                        "end": {
                                          "line": 116,
                                          "column": 95
                                        },
                                        "identifierName": "sin"
                                      },
                                      "name": "sin"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 6296,
                                      "end": 6304,
                                      "loc": {
                                        "start": {
                                          "line": 116,
                                          "column": 96
                                        },
                                        "end": {
                                          "line": 116,
                                          "column": 104
                                        },
                                        "identifierName": "dirAngle"
                                      },
                                      "name": "dirAngle"
                                    }
                                  ]
                                }
                              ]
                            },
                            "leadingComments": null
                          }
                        ],
                        "kind": "const",
                        "leadingComments": [
                          {
                            "type": "CommentLine",
                            "value": " all possible ends lie on a dir ray from start",
                            "start": 6151,
                            "end": 6199,
                            "loc": {
                              "start": {
                                "line": 115,
                                "column": 8
                              },
                              "end": {
                                "line": 115,
                                "column": 56
                              }
                            }
                          }
                        ]
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 6316,
                        "end": 6363,
                        "loc": {
                          "start": {
                            "line": 117,
                            "column": 8
                          },
                          "end": {
                            "line": 117,
                            "column": 55
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 6320,
                            "end": 6362,
                            "loc": {
                              "start": {
                                "line": 117,
                                "column": 12
                              },
                              "end": {
                                "line": 117,
                                "column": 54
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 6320,
                              "end": 6323,
                              "loc": {
                                "start": {
                                  "line": 117,
                                  "column": 12
                                },
                                "end": {
                                  "line": 117,
                                  "column": 15
                                },
                                "identifierName": "end"
                              },
                              "name": "end"
                            },
                            "init": {
                              "type": "CallExpression",
                              "start": 6326,
                              "end": 6362,
                              "loc": {
                                "start": {
                                  "line": 117,
                                  "column": 18
                                },
                                "end": {
                                  "line": 117,
                                  "column": 54
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 6326,
                                "end": 6357,
                                "loc": {
                                  "start": {
                                    "line": 117,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 117,
                                    "column": 49
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 6326,
                                  "end": 6341,
                                  "loc": {
                                    "start": {
                                      "line": 117,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 117,
                                      "column": 33
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 6326,
                                    "end": 6339,
                                    "loc": {
                                      "start": {
                                        "line": 117,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 117,
                                        "column": 31
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 6326,
                                      "end": 6333,
                                      "loc": {
                                        "start": {
                                          "line": 117,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 117,
                                          "column": 25
                                        },
                                        "identifierName": "dirHint"
                                      },
                                      "name": "dirHint"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 6334,
                                      "end": 6339,
                                      "loc": {
                                        "start": {
                                          "line": 117,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 117,
                                          "column": 31
                                        },
                                        "identifierName": "clone"
                                      },
                                      "name": "clone"
                                    },
                                    "computed": false
                                  },
                                  "arguments": []
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6342,
                                  "end": 6357,
                                  "loc": {
                                    "start": {
                                      "line": 117,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 117,
                                      "column": 49
                                    },
                                    "identifierName": "projectOnVector"
                                  },
                                  "name": "projectOnVector"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 6358,
                                  "end": 6361,
                                  "loc": {
                                    "start": {
                                      "line": 117,
                                      "column": 50
                                    },
                                    "end": {
                                      "line": 117,
                                      "column": 53
                                    },
                                    "identifierName": "dir"
                                  },
                                  "name": "dir"
                                }
                              ]
                            }
                          }
                        ],
                        "kind": "let"
                      },
                      {
                        "type": "IfStatement",
                        "start": 6372,
                        "end": 6407,
                        "loc": {
                          "start": {
                            "line": 118,
                            "column": 8
                          },
                          "end": {
                            "line": 118,
                            "column": 43
                          }
                        },
                        "test": {
                          "type": "BinaryExpression",
                          "start": 6376,
                          "end": 6392,
                          "loc": {
                            "start": {
                              "line": 118,
                              "column": 12
                            },
                            "end": {
                              "line": 118,
                              "column": 28
                            }
                          },
                          "left": {
                            "type": "CallExpression",
                            "start": 6376,
                            "end": 6388,
                            "loc": {
                              "start": {
                                "line": 118,
                                "column": 12
                              },
                              "end": {
                                "line": 118,
                                "column": 24
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 6376,
                              "end": 6383,
                              "loc": {
                                "start": {
                                  "line": 118,
                                  "column": 12
                                },
                                "end": {
                                  "line": 118,
                                  "column": 19
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 6376,
                                "end": 6379,
                                "loc": {
                                  "start": {
                                    "line": 118,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 118,
                                    "column": 15
                                  },
                                  "identifierName": "dir"
                                },
                                "name": "dir"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6380,
                                "end": 6383,
                                "loc": {
                                  "start": {
                                    "line": 118,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 118,
                                    "column": 19
                                  },
                                  "identifierName": "dot"
                                },
                                "name": "dot"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 6384,
                                "end": 6387,
                                "loc": {
                                  "start": {
                                    "line": 118,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 118,
                                    "column": 23
                                  },
                                  "identifierName": "end"
                                },
                                "name": "end"
                              }
                            ]
                          },
                          "operator": "<",
                          "right": {
                            "type": "NumericLiteral",
                            "start": 6391,
                            "end": 6392,
                            "loc": {
                              "start": {
                                "line": 118,
                                "column": 27
                              },
                              "end": {
                                "line": 118,
                                "column": 28
                              }
                            },
                            "extra": {
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "value": 0
                          }
                        },
                        "consequent": {
                          "type": "ExpressionStatement",
                          "start": 6394,
                          "end": 6407,
                          "loc": {
                            "start": {
                              "line": 118,
                              "column": 30
                            },
                            "end": {
                              "line": 118,
                              "column": 43
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 6394,
                            "end": 6406,
                            "loc": {
                              "start": {
                                "line": 118,
                                "column": 30
                              },
                              "end": {
                                "line": 118,
                                "column": 42
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 6394,
                              "end": 6404,
                              "loc": {
                                "start": {
                                  "line": 118,
                                  "column": 30
                                },
                                "end": {
                                  "line": 118,
                                  "column": 40
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 6394,
                                "end": 6397,
                                "loc": {
                                  "start": {
                                    "line": 118,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 118,
                                    "column": 33
                                  },
                                  "identifierName": "end"
                                },
                                "name": "end"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6398,
                                "end": 6404,
                                "loc": {
                                  "start": {
                                    "line": 118,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 118,
                                    "column": 40
                                  },
                                  "identifierName": "negate"
                                },
                                "name": "negate"
                              },
                              "computed": false
                            },
                            "arguments": []
                          }
                        },
                        "alternate": null
                      },
                      {
                        "type": "ExpressionStatement",
                        "start": 6416,
                        "end": 6431,
                        "loc": {
                          "start": {
                            "line": 119,
                            "column": 8
                          },
                          "end": {
                            "line": 119,
                            "column": 23
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 6416,
                          "end": 6430,
                          "loc": {
                            "start": {
                              "line": 119,
                              "column": 8
                            },
                            "end": {
                              "line": 119,
                              "column": 22
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 6416,
                            "end": 6423,
                            "loc": {
                              "start": {
                                "line": 119,
                                "column": 8
                              },
                              "end": {
                                "line": 119,
                                "column": 15
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 6416,
                              "end": 6419,
                              "loc": {
                                "start": {
                                  "line": 119,
                                  "column": 8
                                },
                                "end": {
                                  "line": 119,
                                  "column": 11
                                },
                                "identifierName": "end"
                              },
                              "name": "end"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 6420,
                              "end": 6423,
                              "loc": {
                                "start": {
                                  "line": 119,
                                  "column": 12
                                },
                                "end": {
                                  "line": 119,
                                  "column": 15
                                },
                                "identifierName": "add"
                              },
                              "name": "add"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 6424,
                              "end": 6429,
                              "loc": {
                                "start": {
                                  "line": 119,
                                  "column": 16
                                },
                                "end": {
                                  "line": 119,
                                  "column": 21
                                },
                                "identifierName": "start"
                              },
                              "name": "start"
                            }
                          ]
                        }
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 6440,
                        "end": 6506,
                        "loc": {
                          "start": {
                            "line": 120,
                            "column": 8
                          },
                          "end": {
                            "line": 120,
                            "column": 74
                          }
                        },
                        "argument": {
                          "type": "CallExpression",
                          "start": 6447,
                          "end": 6505,
                          "loc": {
                            "start": {
                              "line": 120,
                              "column": 15
                            },
                            "end": {
                              "line": 120,
                              "column": 73
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 6447,
                            "end": 6460,
                            "loc": {
                              "start": {
                                "line": 120,
                                "column": 15
                              },
                              "end": {
                                "line": 120,
                                "column": 28
                              },
                              "identifierName": "drawArcBy_S_E"
                            },
                            "name": "drawArcBy_S_E"
                          },
                          "arguments": [
                            {
                              "type": "ArrayExpression",
                              "start": 6461,
                              "end": 6482,
                              "loc": {
                                "start": {
                                  "line": 120,
                                  "column": 29
                                },
                                "end": {
                                  "line": 120,
                                  "column": 50
                                }
                              },
                              "elements": [
                                {
                                  "type": "Identifier",
                                  "start": 6462,
                                  "end": 6467,
                                  "loc": {
                                    "start": {
                                      "line": 120,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 120,
                                      "column": 35
                                    },
                                    "identifierName": "start"
                                  },
                                  "name": "start"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 6469,
                                  "end": 6472,
                                  "loc": {
                                    "start": {
                                      "line": 120,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 120,
                                      "column": 40
                                    },
                                    "identifierName": "end"
                                  },
                                  "name": "end"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 6474,
                                  "end": 6481,
                                  "loc": {
                                    "start": {
                                      "line": 120,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 120,
                                      "column": 49
                                    },
                                    "identifierName": "endHint"
                                  },
                                  "name": "endHint"
                                }
                              ]
                            },
                            {
                              "type": "ObjectExpression",
                              "start": 6484,
                              "end": 6504,
                              "loc": {
                                "start": {
                                  "line": 120,
                                  "column": 52
                                },
                                "end": {
                                  "line": 120,
                                  "column": 72
                                }
                              },
                              "properties": [
                                {
                                  "type": "ObjectProperty",
                                  "start": 6486,
                                  "end": 6491,
                                  "loc": {
                                    "start": {
                                      "line": 120,
                                      "column": 54
                                    },
                                    "end": {
                                      "line": 120,
                                      "column": 59
                                    }
                                  },
                                  "method": false,
                                  "shorthand": true,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 6486,
                                    "end": 6491,
                                    "loc": {
                                      "start": {
                                        "line": 120,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 120,
                                        "column": 59
                                      },
                                      "identifierName": "angle"
                                    },
                                    "name": "angle"
                                  },
                                  "value": {
                                    "type": "Identifier",
                                    "start": 6486,
                                    "end": 6491,
                                    "loc": {
                                      "start": {
                                        "line": 120,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 120,
                                        "column": 59
                                      },
                                      "identifierName": "angle"
                                    },
                                    "name": "angle"
                                  },
                                  "extra": {
                                    "shorthand": true
                                  }
                                },
                                {
                                  "type": "ObjectProperty",
                                  "start": 6493,
                                  "end": 6502,
                                  "loc": {
                                    "start": {
                                      "line": 120,
                                      "column": 61
                                    },
                                    "end": {
                                      "line": 120,
                                      "column": 70
                                    }
                                  },
                                  "method": false,
                                  "shorthand": true,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 6493,
                                    "end": 6502,
                                    "loc": {
                                      "start": {
                                        "line": 120,
                                        "column": 61
                                      },
                                      "end": {
                                        "line": 120,
                                        "column": 70
                                      },
                                      "identifierName": "clockwise"
                                    },
                                    "name": "clockwise"
                                  },
                                  "value": {
                                    "type": "Identifier",
                                    "start": 6493,
                                    "end": 6502,
                                    "loc": {
                                      "start": {
                                        "line": 120,
                                        "column": 61
                                      },
                                      "end": {
                                        "line": 120,
                                        "column": 70
                                      },
                                      "identifierName": "clockwise"
                                    },
                                    "name": "clockwise"
                                  },
                                  "extra": {
                                    "shorthand": true
                                  }
                                }
                              ]
                            }
                          ]
                        }
                      }
                    ],
                    "directives": []
                  },
                  "alternate": {
                    "type": "IfStatement",
                    "start": 6518,
                    "end": 7096,
                    "loc": {
                      "start": {
                        "line": 121,
                        "column": 11
                      },
                      "end": {
                        "line": 129,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "BinaryExpression",
                      "start": 6522,
                      "end": 6542,
                      "loc": {
                        "start": {
                          "line": 121,
                          "column": 15
                        },
                        "end": {
                          "line": 121,
                          "column": 35
                        }
                      },
                      "left": {
                        "type": "Identifier",
                        "start": 6522,
                        "end": 6528,
                        "loc": {
                          "start": {
                            "line": 121,
                            "column": 15
                          },
                          "end": {
                            "line": 121,
                            "column": 21
                          },
                          "identifierName": "radius"
                        },
                        "name": "radius"
                      },
                      "operator": "!==",
                      "right": {
                        "type": "Identifier",
                        "start": 6533,
                        "end": 6542,
                        "loc": {
                          "start": {
                            "line": 121,
                            "column": 26
                          },
                          "end": {
                            "line": 121,
                            "column": 35
                          },
                          "identifierName": "undefined"
                        },
                        "name": "undefined"
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 6544,
                      "end": 6795,
                      "loc": {
                        "start": {
                          "line": 121,
                          "column": 37
                        },
                        "end": {
                          "line": 125,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "VariableDeclaration",
                          "start": 6554,
                          "end": 6660,
                          "loc": {
                            "start": {
                              "line": 122,
                              "column": 8
                            },
                            "end": {
                              "line": 122,
                              "column": 114
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 6560,
                              "end": 6659,
                              "loc": {
                                "start": {
                                  "line": 122,
                                  "column": 14
                                },
                                "end": {
                                  "line": 122,
                                  "column": 113
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 6560,
                                "end": 6566,
                                "loc": {
                                  "start": {
                                    "line": 122,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 122,
                                    "column": 20
                                  },
                                  "identifierName": "center"
                                },
                                "name": "center"
                              },
                              "init": {
                                "type": "CallExpression",
                                "start": 6569,
                                "end": 6659,
                                "loc": {
                                  "start": {
                                    "line": 122,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 122,
                                    "column": 113
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 6569,
                                  "end": 6652,
                                  "loc": {
                                    "start": {
                                      "line": 122,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 122,
                                      "column": 106
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 6569,
                                    "end": 6648,
                                    "loc": {
                                      "start": {
                                        "line": 122,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 122,
                                        "column": 102
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 6569,
                                      "end": 6593,
                                      "loc": {
                                        "start": {
                                          "line": 122,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 122,
                                          "column": 47
                                        },
                                        "identifierName": "setVectorFromOrthoCoords"
                                      },
                                      "name": "setVectorFromOrthoCoords"
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "start": 6594,
                                        "end": 6614,
                                        "loc": {
                                          "start": {
                                            "line": 122,
                                            "column": 48
                                          },
                                          "end": {
                                            "line": 122,
                                            "column": 68
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 6594,
                                          "end": 6612,
                                          "loc": {
                                            "start": {
                                              "line": 122,
                                              "column": 48
                                            },
                                            "end": {
                                              "line": 122,
                                              "column": 66
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 6594,
                                            "end": 6606,
                                            "loc": {
                                              "start": {
                                                "line": 122,
                                                "column": 48
                                              },
                                              "end": {
                                                "line": 122,
                                                "column": 60
                                              },
                                              "identifierName": "startTangent"
                                            },
                                            "name": "startTangent"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 6607,
                                            "end": 6612,
                                            "loc": {
                                              "start": {
                                                "line": 122,
                                                "column": 61
                                              },
                                              "end": {
                                                "line": 122,
                                                "column": 66
                                              },
                                              "identifierName": "clone"
                                            },
                                            "name": "clone"
                                          },
                                          "computed": false
                                        },
                                        "arguments": []
                                      },
                                      {
                                        "type": "NumericLiteral",
                                        "start": 6616,
                                        "end": 6617,
                                        "loc": {
                                          "start": {
                                            "line": 122,
                                            "column": 70
                                          },
                                          "end": {
                                            "line": 122,
                                            "column": 71
                                          }
                                        },
                                        "extra": {
                                          "rawValue": 0,
                                          "raw": "0"
                                        },
                                        "value": 0
                                      },
                                      {
                                        "type": "ConditionalExpression",
                                        "start": 6619,
                                        "end": 6647,
                                        "loc": {
                                          "start": {
                                            "line": 122,
                                            "column": 73
                                          },
                                          "end": {
                                            "line": 122,
                                            "column": 101
                                          }
                                        },
                                        "test": {
                                          "type": "Identifier",
                                          "start": 6619,
                                          "end": 6628,
                                          "loc": {
                                            "start": {
                                              "line": 122,
                                              "column": 73
                                            },
                                            "end": {
                                              "line": 122,
                                              "column": 82
                                            },
                                            "identifierName": "clockwise"
                                          },
                                          "name": "clockwise"
                                        },
                                        "consequent": {
                                          "type": "UnaryExpression",
                                          "start": 6631,
                                          "end": 6638,
                                          "loc": {
                                            "start": {
                                              "line": 122,
                                              "column": 85
                                            },
                                            "end": {
                                              "line": 122,
                                              "column": 92
                                            }
                                          },
                                          "operator": "-",
                                          "prefix": true,
                                          "argument": {
                                            "type": "Identifier",
                                            "start": 6632,
                                            "end": 6638,
                                            "loc": {
                                              "start": {
                                                "line": 122,
                                                "column": 86
                                              },
                                              "end": {
                                                "line": 122,
                                                "column": 92
                                              },
                                              "identifierName": "radius"
                                            },
                                            "name": "radius"
                                          },
                                          "extra": {
                                            "parenthesizedArgument": false
                                          }
                                        },
                                        "alternate": {
                                          "type": "Identifier",
                                          "start": 6641,
                                          "end": 6647,
                                          "loc": {
                                            "start": {
                                              "line": 122,
                                              "column": 95
                                            },
                                            "end": {
                                              "line": 122,
                                              "column": 101
                                            },
                                            "identifierName": "radius"
                                          },
                                          "name": "radius"
                                        }
                                      }
                                    ]
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6649,
                                    "end": 6652,
                                    "loc": {
                                      "start": {
                                        "line": 122,
                                        "column": 103
                                      },
                                      "end": {
                                        "line": 122,
                                        "column": 106
                                      },
                                      "identifierName": "add"
                                    },
                                    "name": "add"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 6653,
                                    "end": 6658,
                                    "loc": {
                                      "start": {
                                        "line": 122,
                                        "column": 107
                                      },
                                      "end": {
                                        "line": 122,
                                        "column": 112
                                      },
                                      "identifierName": "start"
                                    },
                                    "name": "start"
                                  }
                                ]
                              }
                            }
                          ],
                          "kind": "const"
                        },
                        {
                          "type": "VariableDeclaration",
                          "start": 6669,
                          "end": 6739,
                          "loc": {
                            "start": {
                              "line": 123,
                              "column": 8
                            },
                            "end": {
                              "line": 123,
                              "column": 78
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 6675,
                              "end": 6738,
                              "loc": {
                                "start": {
                                  "line": 123,
                                  "column": 14
                                },
                                "end": {
                                  "line": 123,
                                  "column": 77
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 6675,
                                "end": 6678,
                                "loc": {
                                  "start": {
                                    "line": 123,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 123,
                                    "column": 17
                                  },
                                  "identifierName": "end"
                                },
                                "name": "end"
                              },
                              "init": {
                                "type": "CallExpression",
                                "start": 6681,
                                "end": 6738,
                                "loc": {
                                  "start": {
                                    "line": 123,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 123,
                                    "column": 77
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 6681,
                                  "end": 6730,
                                  "loc": {
                                    "start": {
                                      "line": 123,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 123,
                                      "column": 69
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 6681,
                                    "end": 6726,
                                    "loc": {
                                      "start": {
                                        "line": 123,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 123,
                                        "column": 65
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 6681,
                                      "end": 6718,
                                      "loc": {
                                        "start": {
                                          "line": 123,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 123,
                                          "column": 57
                                        }
                                      },
                                      "object": {
                                        "type": "CallExpression",
                                        "start": 6681,
                                        "end": 6708,
                                        "loc": {
                                          "start": {
                                            "line": 123,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 123,
                                            "column": 47
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 6681,
                                          "end": 6700,
                                          "loc": {
                                            "start": {
                                              "line": 123,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 123,
                                              "column": 39
                                            }
                                          },
                                          "object": {
                                            "type": "CallExpression",
                                            "start": 6681,
                                            "end": 6696,
                                            "loc": {
                                              "start": {
                                                "line": 123,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 123,
                                                "column": 35
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 6681,
                                              "end": 6694,
                                              "loc": {
                                                "start": {
                                                  "line": 123,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 123,
                                                  "column": 33
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 6681,
                                                "end": 6688,
                                                "loc": {
                                                  "start": {
                                                    "line": 123,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 123,
                                                    "column": 27
                                                  },
                                                  "identifierName": "endHint"
                                                },
                                                "name": "endHint"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 6689,
                                                "end": 6694,
                                                "loc": {
                                                  "start": {
                                                    "line": 123,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 123,
                                                    "column": 33
                                                  },
                                                  "identifierName": "clone"
                                                },
                                                "name": "clone"
                                              },
                                              "computed": false
                                            },
                                            "arguments": []
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 6697,
                                            "end": 6700,
                                            "loc": {
                                              "start": {
                                                "line": 123,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 123,
                                                "column": 39
                                              },
                                              "identifierName": "sub"
                                            },
                                            "name": "sub"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 6701,
                                            "end": 6707,
                                            "loc": {
                                              "start": {
                                                "line": 123,
                                                "column": 40
                                              },
                                              "end": {
                                                "line": 123,
                                                "column": 46
                                              },
                                              "identifierName": "center"
                                            },
                                            "name": "center"
                                          }
                                        ]
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6709,
                                        "end": 6718,
                                        "loc": {
                                          "start": {
                                            "line": 123,
                                            "column": 48
                                          },
                                          "end": {
                                            "line": 123,
                                            "column": 57
                                          },
                                          "identifierName": "setLength"
                                        },
                                        "name": "setLength"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 6719,
                                        "end": 6725,
                                        "loc": {
                                          "start": {
                                            "line": 123,
                                            "column": 58
                                          },
                                          "end": {
                                            "line": 123,
                                            "column": 64
                                          },
                                          "identifierName": "radius"
                                        },
                                        "name": "radius"
                                      }
                                    ]
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6727,
                                    "end": 6730,
                                    "loc": {
                                      "start": {
                                        "line": 123,
                                        "column": 66
                                      },
                                      "end": {
                                        "line": 123,
                                        "column": 69
                                      },
                                      "identifierName": "add"
                                    },
                                    "name": "add"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 6731,
                                    "end": 6737,
                                    "loc": {
                                      "start": {
                                        "line": 123,
                                        "column": 70
                                      },
                                      "end": {
                                        "line": 123,
                                        "column": 76
                                      },
                                      "identifierName": "center"
                                    },
                                    "name": "center"
                                  }
                                ]
                              }
                            }
                          ],
                          "kind": "const"
                        },
                        {
                          "type": "ReturnStatement",
                          "start": 6748,
                          "end": 6789,
                          "loc": {
                            "start": {
                              "line": 124,
                              "column": 8
                            },
                            "end": {
                              "line": 124,
                              "column": 49
                            }
                          },
                          "argument": {
                            "type": "ObjectExpression",
                            "start": 6755,
                            "end": 6788,
                            "loc": {
                              "start": {
                                "line": 124,
                                "column": 15
                              },
                              "end": {
                                "line": 124,
                                "column": 48
                              }
                            },
                            "properties": [
                              {
                                "type": "ObjectProperty",
                                "start": 6757,
                                "end": 6762,
                                "loc": {
                                  "start": {
                                    "line": 124,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 124,
                                    "column": 22
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 6757,
                                  "end": 6762,
                                  "loc": {
                                    "start": {
                                      "line": 124,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 124,
                                      "column": 22
                                    },
                                    "identifierName": "start"
                                  },
                                  "name": "start"
                                },
                                "value": {
                                  "type": "Identifier",
                                  "start": 6757,
                                  "end": 6762,
                                  "loc": {
                                    "start": {
                                      "line": 124,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 124,
                                      "column": 22
                                    },
                                    "identifierName": "start"
                                  },
                                  "name": "start"
                                },
                                "extra": {
                                  "shorthand": true
                                }
                              },
                              {
                                "type": "ObjectProperty",
                                "start": 6764,
                                "end": 6767,
                                "loc": {
                                  "start": {
                                    "line": 124,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 124,
                                    "column": 27
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 6764,
                                  "end": 6767,
                                  "loc": {
                                    "start": {
                                      "line": 124,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 124,
                                      "column": 27
                                    },
                                    "identifierName": "end"
                                  },
                                  "name": "end"
                                },
                                "value": {
                                  "type": "Identifier",
                                  "start": 6764,
                                  "end": 6767,
                                  "loc": {
                                    "start": {
                                      "line": 124,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 124,
                                      "column": 27
                                    },
                                    "identifierName": "end"
                                  },
                                  "name": "end"
                                },
                                "extra": {
                                  "shorthand": true
                                }
                              },
                              {
                                "type": "ObjectProperty",
                                "start": 6769,
                                "end": 6775,
                                "loc": {
                                  "start": {
                                    "line": 124,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 124,
                                    "column": 35
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 6769,
                                  "end": 6775,
                                  "loc": {
                                    "start": {
                                      "line": 124,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 124,
                                      "column": 35
                                    },
                                    "identifierName": "center"
                                  },
                                  "name": "center"
                                },
                                "value": {
                                  "type": "Identifier",
                                  "start": 6769,
                                  "end": 6775,
                                  "loc": {
                                    "start": {
                                      "line": 124,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 124,
                                      "column": 35
                                    },
                                    "identifierName": "center"
                                  },
                                  "name": "center"
                                },
                                "extra": {
                                  "shorthand": true
                                }
                              },
                              {
                                "type": "ObjectProperty",
                                "start": 6777,
                                "end": 6786,
                                "loc": {
                                  "start": {
                                    "line": 124,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 124,
                                    "column": 46
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 6777,
                                  "end": 6786,
                                  "loc": {
                                    "start": {
                                      "line": 124,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 124,
                                      "column": 46
                                    },
                                    "identifierName": "clockwise"
                                  },
                                  "name": "clockwise"
                                },
                                "value": {
                                  "type": "Identifier",
                                  "start": 6777,
                                  "end": 6786,
                                  "loc": {
                                    "start": {
                                      "line": 124,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 124,
                                      "column": 46
                                    },
                                    "identifierName": "clockwise"
                                  },
                                  "name": "clockwise"
                                },
                                "extra": {
                                  "shorthand": true
                                }
                              }
                            ]
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": {
                      "type": "BlockStatement",
                      "start": 6801,
                      "end": 7096,
                      "loc": {
                        "start": {
                          "line": 125,
                          "column": 11
                        },
                        "end": {
                          "line": 129,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "VariableDeclaration",
                          "start": 6811,
                          "end": 6886,
                          "loc": {
                            "start": {
                              "line": 126,
                              "column": 8
                            },
                            "end": {
                              "line": 126,
                              "column": 83
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 6817,
                              "end": 6885,
                              "loc": {
                                "start": {
                                  "line": 126,
                                  "column": 14
                                },
                                "end": {
                                  "line": 126,
                                  "column": 82
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 6817,
                                "end": 6829,
                                "loc": {
                                  "start": {
                                    "line": 126,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 126,
                                    "column": 26
                                  },
                                  "identifierName": "signedRadius"
                                },
                                "name": "signedRadius"
                              },
                              "init": {
                                "type": "BinaryExpression",
                                "start": 6832,
                                "end": 6885,
                                "loc": {
                                  "start": {
                                    "line": 126,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 126,
                                    "column": 82
                                  }
                                },
                                "left": {
                                  "type": "BinaryExpression",
                                  "start": 6832,
                                  "end": 6881,
                                  "loc": {
                                    "start": {
                                      "line": 126,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 126,
                                      "column": 78
                                    }
                                  },
                                  "left": {
                                    "type": "CallExpression",
                                    "start": 6832,
                                    "end": 6850,
                                    "loc": {
                                      "start": {
                                        "line": 126,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 126,
                                        "column": 47
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 6832,
                                      "end": 6848,
                                      "loc": {
                                        "start": {
                                          "line": 126,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 126,
                                          "column": 45
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 6832,
                                        "end": 6839,
                                        "loc": {
                                          "start": {
                                            "line": 126,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 126,
                                            "column": 36
                                          },
                                          "identifierName": "dirHint"
                                        },
                                        "name": "dirHint"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6840,
                                        "end": 6848,
                                        "loc": {
                                          "start": {
                                            "line": 126,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 126,
                                            "column": 45
                                          },
                                          "identifierName": "lengthSq"
                                        },
                                        "name": "lengthSq"
                                      },
                                      "computed": false
                                    },
                                    "arguments": []
                                  },
                                  "operator": "/",
                                  "right": {
                                    "type": "CallExpression",
                                    "start": 6853,
                                    "end": 6881,
                                    "loc": {
                                      "start": {
                                        "line": 126,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 126,
                                        "column": 78
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 6853,
                                      "end": 6858,
                                      "loc": {
                                        "start": {
                                          "line": 126,
                                          "column": 50
                                        },
                                        "end": {
                                          "line": 126,
                                          "column": 55
                                        },
                                        "identifierName": "cross"
                                      },
                                      "name": "cross"
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 6859,
                                        "end": 6871,
                                        "loc": {
                                          "start": {
                                            "line": 126,
                                            "column": 56
                                          },
                                          "end": {
                                            "line": 126,
                                            "column": 68
                                          },
                                          "identifierName": "startTangent"
                                        },
                                        "name": "startTangent"
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 6873,
                                        "end": 6880,
                                        "loc": {
                                          "start": {
                                            "line": 126,
                                            "column": 70
                                          },
                                          "end": {
                                            "line": 126,
                                            "column": 77
                                          },
                                          "identifierName": "dirHint"
                                        },
                                        "name": "dirHint"
                                      }
                                    ]
                                  }
                                },
                                "operator": "/",
                                "right": {
                                  "type": "NumericLiteral",
                                  "start": 6884,
                                  "end": 6885,
                                  "loc": {
                                    "start": {
                                      "line": 126,
                                      "column": 81
                                    },
                                    "end": {
                                      "line": 126,
                                      "column": 82
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 2,
                                    "raw": "2"
                                  },
                                  "value": 2
                                }
                              }
                            }
                          ],
                          "kind": "const"
                        },
                        {
                          "type": "VariableDeclaration",
                          "start": 6895,
                          "end": 6985,
                          "loc": {
                            "start": {
                              "line": 127,
                              "column": 8
                            },
                            "end": {
                              "line": 127,
                              "column": 98
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 6901,
                              "end": 6984,
                              "loc": {
                                "start": {
                                  "line": 127,
                                  "column": 14
                                },
                                "end": {
                                  "line": 127,
                                  "column": 97
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 6901,
                                "end": 6907,
                                "loc": {
                                  "start": {
                                    "line": 127,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 127,
                                    "column": 20
                                  },
                                  "identifierName": "center"
                                },
                                "name": "center"
                              },
                              "init": {
                                "type": "CallExpression",
                                "start": 6910,
                                "end": 6984,
                                "loc": {
                                  "start": {
                                    "line": 127,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 127,
                                    "column": 97
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 6910,
                                  "end": 6977,
                                  "loc": {
                                    "start": {
                                      "line": 127,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 127,
                                      "column": 90
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 6910,
                                    "end": 6973,
                                    "loc": {
                                      "start": {
                                        "line": 127,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 127,
                                        "column": 86
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 6910,
                                      "end": 6934,
                                      "loc": {
                                        "start": {
                                          "line": 127,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 127,
                                          "column": 47
                                        },
                                        "identifierName": "setVectorFromOrthoCoords"
                                      },
                                      "name": "setVectorFromOrthoCoords"
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "start": 6935,
                                        "end": 6955,
                                        "loc": {
                                          "start": {
                                            "line": 127,
                                            "column": 48
                                          },
                                          "end": {
                                            "line": 127,
                                            "column": 68
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 6935,
                                          "end": 6953,
                                          "loc": {
                                            "start": {
                                              "line": 127,
                                              "column": 48
                                            },
                                            "end": {
                                              "line": 127,
                                              "column": 66
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 6935,
                                            "end": 6947,
                                            "loc": {
                                              "start": {
                                                "line": 127,
                                                "column": 48
                                              },
                                              "end": {
                                                "line": 127,
                                                "column": 60
                                              },
                                              "identifierName": "startTangent"
                                            },
                                            "name": "startTangent"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 6948,
                                            "end": 6953,
                                            "loc": {
                                              "start": {
                                                "line": 127,
                                                "column": 61
                                              },
                                              "end": {
                                                "line": 127,
                                                "column": 66
                                              },
                                              "identifierName": "clone"
                                            },
                                            "name": "clone"
                                          },
                                          "computed": false
                                        },
                                        "arguments": []
                                      },
                                      {
                                        "type": "NumericLiteral",
                                        "start": 6957,
                                        "end": 6958,
                                        "loc": {
                                          "start": {
                                            "line": 127,
                                            "column": 70
                                          },
                                          "end": {
                                            "line": 127,
                                            "column": 71
                                          }
                                        },
                                        "extra": {
                                          "rawValue": 0,
                                          "raw": "0"
                                        },
                                        "value": 0
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 6960,
                                        "end": 6972,
                                        "loc": {
                                          "start": {
                                            "line": 127,
                                            "column": 73
                                          },
                                          "end": {
                                            "line": 127,
                                            "column": 85
                                          },
                                          "identifierName": "signedRadius"
                                        },
                                        "name": "signedRadius"
                                      }
                                    ]
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6974,
                                    "end": 6977,
                                    "loc": {
                                      "start": {
                                        "line": 127,
                                        "column": 87
                                      },
                                      "end": {
                                        "line": 127,
                                        "column": 90
                                      },
                                      "identifierName": "add"
                                    },
                                    "name": "add"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 6978,
                                    "end": 6983,
                                    "loc": {
                                      "start": {
                                        "line": 127,
                                        "column": 91
                                      },
                                      "end": {
                                        "line": 127,
                                        "column": 96
                                      },
                                      "identifierName": "start"
                                    },
                                    "name": "start"
                                  }
                                ]
                              }
                            }
                          ],
                          "kind": "const"
                        },
                        {
                          "type": "ReturnStatement",
                          "start": 6994,
                          "end": 7090,
                          "loc": {
                            "start": {
                              "line": 128,
                              "column": 8
                            },
                            "end": {
                              "line": 128,
                              "column": 104
                            }
                          },
                          "argument": {
                            "type": "CallExpression",
                            "start": 7001,
                            "end": 7089,
                            "loc": {
                              "start": {
                                "line": 128,
                                "column": 15
                              },
                              "end": {
                                "line": 128,
                                "column": 103
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 7001,
                              "end": 7016,
                              "loc": {
                                "start": {
                                  "line": 128,
                                  "column": 15
                                },
                                "end": {
                                  "line": 128,
                                  "column": 30
                                },
                                "identifierName": "drawArcBy_S_E_C"
                              },
                              "name": "drawArcBy_S_E_C"
                            },
                            "arguments": [
                              {
                                "type": "ArrayExpression",
                                "start": 7017,
                                "end": 7041,
                                "loc": {
                                  "start": {
                                    "line": 128,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 128,
                                    "column": 55
                                  }
                                },
                                "elements": [
                                  {
                                    "type": "Identifier",
                                    "start": 7018,
                                    "end": 7023,
                                    "loc": {
                                      "start": {
                                        "line": 128,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 128,
                                        "column": 37
                                      },
                                      "identifierName": "start"
                                    },
                                    "name": "start"
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 7025,
                                    "end": 7032,
                                    "loc": {
                                      "start": {
                                        "line": 128,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 128,
                                        "column": 46
                                      },
                                      "identifierName": "endHint"
                                    },
                                    "name": "endHint"
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 7034,
                                    "end": 7040,
                                    "loc": {
                                      "start": {
                                        "line": 128,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 128,
                                        "column": 54
                                      },
                                      "identifierName": "center"
                                    },
                                    "name": "center"
                                  }
                                ]
                              },
                              {
                                "type": "ObjectExpression",
                                "start": 7043,
                                "end": 7088,
                                "loc": {
                                  "start": {
                                    "line": 128,
                                    "column": 57
                                  },
                                  "end": {
                                    "line": 128,
                                    "column": 102
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "ObjectProperty",
                                    "start": 7045,
                                    "end": 7075,
                                    "loc": {
                                      "start": {
                                        "line": 128,
                                        "column": 59
                                      },
                                      "end": {
                                        "line": 128,
                                        "column": 89
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 7045,
                                      "end": 7051,
                                      "loc": {
                                        "start": {
                                          "line": 128,
                                          "column": 59
                                        },
                                        "end": {
                                          "line": 128,
                                          "column": 65
                                        },
                                        "identifierName": "radius"
                                      },
                                      "name": "radius"
                                    },
                                    "value": {
                                      "type": "CallExpression",
                                      "start": 7053,
                                      "end": 7075,
                                      "loc": {
                                        "start": {
                                          "line": 128,
                                          "column": 67
                                        },
                                        "end": {
                                          "line": 128,
                                          "column": 89
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 7053,
                                        "end": 7061,
                                        "loc": {
                                          "start": {
                                            "line": 128,
                                            "column": 67
                                          },
                                          "end": {
                                            "line": 128,
                                            "column": 75
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 7053,
                                          "end": 7057,
                                          "loc": {
                                            "start": {
                                              "line": 128,
                                              "column": 67
                                            },
                                            "end": {
                                              "line": 128,
                                              "column": 71
                                            },
                                            "identifierName": "Math"
                                          },
                                          "name": "Math"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 7058,
                                          "end": 7061,
                                          "loc": {
                                            "start": {
                                              "line": 128,
                                              "column": 72
                                            },
                                            "end": {
                                              "line": 128,
                                              "column": 75
                                            },
                                            "identifierName": "abs"
                                          },
                                          "name": "abs"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 7062,
                                          "end": 7074,
                                          "loc": {
                                            "start": {
                                              "line": 128,
                                              "column": 76
                                            },
                                            "end": {
                                              "line": 128,
                                              "column": 88
                                            },
                                            "identifierName": "signedRadius"
                                          },
                                          "name": "signedRadius"
                                        }
                                      ]
                                    }
                                  },
                                  {
                                    "type": "ObjectProperty",
                                    "start": 7077,
                                    "end": 7086,
                                    "loc": {
                                      "start": {
                                        "line": 128,
                                        "column": 91
                                      },
                                      "end": {
                                        "line": 128,
                                        "column": 100
                                      }
                                    },
                                    "method": false,
                                    "shorthand": true,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 7077,
                                      "end": 7086,
                                      "loc": {
                                        "start": {
                                          "line": 128,
                                          "column": 91
                                        },
                                        "end": {
                                          "line": 128,
                                          "column": 100
                                        },
                                        "identifierName": "clockwise"
                                      },
                                      "name": "clockwise"
                                    },
                                    "value": {
                                      "type": "Identifier",
                                      "start": 7077,
                                      "end": 7086,
                                      "loc": {
                                        "start": {
                                          "line": 128,
                                          "column": 91
                                        },
                                        "end": {
                                          "line": 128,
                                          "column": 100
                                        },
                                        "identifierName": "clockwise"
                                      },
                                      "name": "clockwise"
                                    },
                                    "extra": {
                                      "shorthand": true
                                    }
                                  }
                                ]
                              }
                            ]
                          }
                        }
                      ],
                      "directives": []
                    }
                  }
                }
              }
            ],
            "directives": []
          },
          "leadingComments": [],
          "trailingComments": []
        }
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 7100,
        "end": 7302,
        "loc": {
          "start": {
            "line": 132,
            "column": 0
          },
          "end": {
            "line": 136,
            "column": 1
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "FunctionDeclaration",
          "start": 7107,
          "end": 7302,
          "loc": {
            "start": {
              "line": 132,
              "column": 7
            },
            "end": {
              "line": 136,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 7116,
            "end": 7132,
            "loc": {
              "start": {
                "line": 132,
                "column": 16
              },
              "end": {
                "line": 132,
                "column": 32
              },
              "identifierName": "drawCircleBy_C_E"
            },
            "name": "drawCircleBy_C_E"
          },
          "generator": false,
          "expression": false,
          "async": false,
          "params": [
            {
              "type": "ArrayPattern",
              "start": 7133,
              "end": 7150,
              "loc": {
                "start": {
                  "line": 132,
                  "column": 33
                },
                "end": {
                  "line": 132,
                  "column": 50
                }
              },
              "elements": [
                {
                  "type": "Identifier",
                  "start": 7134,
                  "end": 7140,
                  "loc": {
                    "start": {
                      "line": 132,
                      "column": 34
                    },
                    "end": {
                      "line": 132,
                      "column": 40
                    },
                    "identifierName": "center"
                  },
                  "name": "center"
                },
                {
                  "type": "Identifier",
                  "start": 7142,
                  "end": 7149,
                  "loc": {
                    "start": {
                      "line": 132,
                      "column": 42
                    },
                    "end": {
                      "line": 132,
                      "column": 49
                    },
                    "identifierName": "endHint"
                  },
                  "name": "endHint"
                }
              ]
            },
            {
              "type": "Identifier",
              "start": 7152,
              "end": 7164,
              "loc": {
                "start": {
                  "line": 132,
                  "column": 52
                },
                "end": {
                  "line": 132,
                  "column": 64
                },
                "identifierName": "restrictions"
              },
              "name": "restrictions"
            }
          ],
          "body": {
            "type": "BlockStatement",
            "start": 7166,
            "end": 7302,
            "loc": {
              "start": {
                "line": 132,
                "column": 66
              },
              "end": {
                "line": 136,
                "column": 1
              }
            },
            "body": [
              {
                "type": "VariableDeclaration",
                "start": 7172,
                "end": 7202,
                "loc": {
                  "start": {
                    "line": 133,
                    "column": 4
                  },
                  "end": {
                    "line": 133,
                    "column": 34
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 7176,
                    "end": 7201,
                    "loc": {
                      "start": {
                        "line": 133,
                        "column": 8
                      },
                      "end": {
                        "line": 133,
                        "column": 33
                      }
                    },
                    "id": {
                      "type": "ObjectPattern",
                      "start": 7176,
                      "end": 7186,
                      "loc": {
                        "start": {
                          "line": 133,
                          "column": 8
                        },
                        "end": {
                          "line": 133,
                          "column": 18
                        }
                      },
                      "properties": [
                        {
                          "type": "ObjectProperty",
                          "start": 7178,
                          "end": 7184,
                          "loc": {
                            "start": {
                              "line": 133,
                              "column": 10
                            },
                            "end": {
                              "line": 133,
                              "column": 16
                            }
                          },
                          "method": false,
                          "shorthand": true,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 7178,
                            "end": 7184,
                            "loc": {
                              "start": {
                                "line": 133,
                                "column": 10
                              },
                              "end": {
                                "line": 133,
                                "column": 16
                              },
                              "identifierName": "radius"
                            },
                            "name": "radius"
                          },
                          "value": {
                            "type": "Identifier",
                            "start": 7178,
                            "end": 7184,
                            "loc": {
                              "start": {
                                "line": 133,
                                "column": 10
                              },
                              "end": {
                                "line": 133,
                                "column": 16
                              },
                              "identifierName": "radius"
                            },
                            "name": "radius"
                          },
                          "extra": {
                            "shorthand": true
                          }
                        }
                      ]
                    },
                    "init": {
                      "type": "Identifier",
                      "start": 7189,
                      "end": 7201,
                      "loc": {
                        "start": {
                          "line": 133,
                          "column": 21
                        },
                        "end": {
                          "line": 133,
                          "column": 33
                        },
                        "identifierName": "restrictions"
                      },
                      "name": "restrictions"
                    }
                  }
                ],
                "kind": "let"
              },
              {
                "type": "IfStatement",
                "start": 7207,
                "end": 7269,
                "loc": {
                  "start": {
                    "line": 134,
                    "column": 4
                  },
                  "end": {
                    "line": 134,
                    "column": 66
                  }
                },
                "test": {
                  "type": "BinaryExpression",
                  "start": 7211,
                  "end": 7231,
                  "loc": {
                    "start": {
                      "line": 134,
                      "column": 8
                    },
                    "end": {
                      "line": 134,
                      "column": 28
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 7211,
                    "end": 7217,
                    "loc": {
                      "start": {
                        "line": 134,
                        "column": 8
                      },
                      "end": {
                        "line": 134,
                        "column": 14
                      },
                      "identifierName": "radius"
                    },
                    "name": "radius"
                  },
                  "operator": "===",
                  "right": {
                    "type": "Identifier",
                    "start": 7222,
                    "end": 7231,
                    "loc": {
                      "start": {
                        "line": 134,
                        "column": 19
                      },
                      "end": {
                        "line": 134,
                        "column": 28
                      },
                      "identifierName": "undefined"
                    },
                    "name": "undefined"
                  }
                },
                "consequent": {
                  "type": "ExpressionStatement",
                  "start": 7233,
                  "end": 7269,
                  "loc": {
                    "start": {
                      "line": 134,
                      "column": 30
                    },
                    "end": {
                      "line": 134,
                      "column": 66
                    }
                  },
                  "expression": {
                    "type": "AssignmentExpression",
                    "start": 7233,
                    "end": 7268,
                    "loc": {
                      "start": {
                        "line": 134,
                        "column": 30
                      },
                      "end": {
                        "line": 134,
                        "column": 65
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "Identifier",
                      "start": 7233,
                      "end": 7239,
                      "loc": {
                        "start": {
                          "line": 134,
                          "column": 30
                        },
                        "end": {
                          "line": 134,
                          "column": 36
                        },
                        "identifierName": "radius"
                      },
                      "name": "radius"
                    },
                    "right": {
                      "type": "CallExpression",
                      "start": 7242,
                      "end": 7268,
                      "loc": {
                        "start": {
                          "line": 134,
                          "column": 39
                        },
                        "end": {
                          "line": 134,
                          "column": 65
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 7242,
                        "end": 7259,
                        "loc": {
                          "start": {
                            "line": 134,
                            "column": 39
                          },
                          "end": {
                            "line": 134,
                            "column": 56
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 7242,
                          "end": 7248,
                          "loc": {
                            "start": {
                              "line": 134,
                              "column": 39
                            },
                            "end": {
                              "line": 134,
                              "column": 45
                            },
                            "identifierName": "center"
                          },
                          "name": "center"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 7249,
                          "end": 7259,
                          "loc": {
                            "start": {
                              "line": 134,
                              "column": 46
                            },
                            "end": {
                              "line": 134,
                              "column": 56
                            },
                            "identifierName": "distanceTo"
                          },
                          "name": "distanceTo"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 7260,
                          "end": 7267,
                          "loc": {
                            "start": {
                              "line": 134,
                              "column": 57
                            },
                            "end": {
                              "line": 134,
                              "column": 64
                            },
                            "identifierName": "endHint"
                          },
                          "name": "endHint"
                        }
                      ]
                    }
                  }
                },
                "alternate": null
              },
              {
                "type": "ReturnStatement",
                "start": 7274,
                "end": 7300,
                "loc": {
                  "start": {
                    "line": 135,
                    "column": 4
                  },
                  "end": {
                    "line": 135,
                    "column": 30
                  }
                },
                "argument": {
                  "type": "ObjectExpression",
                  "start": 7281,
                  "end": 7299,
                  "loc": {
                    "start": {
                      "line": 135,
                      "column": 11
                    },
                    "end": {
                      "line": 135,
                      "column": 29
                    }
                  },
                  "properties": [
                    {
                      "type": "ObjectProperty",
                      "start": 7283,
                      "end": 7289,
                      "loc": {
                        "start": {
                          "line": 135,
                          "column": 13
                        },
                        "end": {
                          "line": 135,
                          "column": 19
                        }
                      },
                      "method": false,
                      "shorthand": true,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 7283,
                        "end": 7289,
                        "loc": {
                          "start": {
                            "line": 135,
                            "column": 13
                          },
                          "end": {
                            "line": 135,
                            "column": 19
                          },
                          "identifierName": "center"
                        },
                        "name": "center"
                      },
                      "value": {
                        "type": "Identifier",
                        "start": 7283,
                        "end": 7289,
                        "loc": {
                          "start": {
                            "line": 135,
                            "column": 13
                          },
                          "end": {
                            "line": 135,
                            "column": 19
                          },
                          "identifierName": "center"
                        },
                        "name": "center"
                      },
                      "extra": {
                        "shorthand": true
                      }
                    },
                    {
                      "type": "ObjectProperty",
                      "start": 7291,
                      "end": 7297,
                      "loc": {
                        "start": {
                          "line": 135,
                          "column": 21
                        },
                        "end": {
                          "line": 135,
                          "column": 27
                        }
                      },
                      "method": false,
                      "shorthand": true,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 7291,
                        "end": 7297,
                        "loc": {
                          "start": {
                            "line": 135,
                            "column": 21
                          },
                          "end": {
                            "line": 135,
                            "column": 27
                          },
                          "identifierName": "radius"
                        },
                        "name": "radius"
                      },
                      "value": {
                        "type": "Identifier",
                        "start": 7291,
                        "end": 7297,
                        "loc": {
                          "start": {
                            "line": 135,
                            "column": 21
                          },
                          "end": {
                            "line": 135,
                            "column": 27
                          },
                          "identifierName": "radius"
                        },
                        "name": "radius"
                      },
                      "extra": {
                        "shorthand": true
                      }
                    }
                  ]
                }
              }
            ],
            "directives": []
          },
          "leadingComments": [],
          "trailingComments": []
        }
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 7304,
        "end": 10333,
        "loc": {
          "start": {
            "line": 138,
            "column": 0
          },
          "end": {
            "line": 221,
            "column": 1
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "FunctionDeclaration",
          "start": 7311,
          "end": 10333,
          "loc": {
            "start": {
              "line": 138,
              "column": 7
            },
            "end": {
              "line": 221,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 7320,
            "end": 7337,
            "loc": {
              "start": {
                "line": 138,
                "column": 16
              },
              "end": {
                "line": 138,
                "column": 33
              },
              "identifierName": "drawArcBy_Angle_M"
            },
            "name": "drawArcBy_Angle_M"
          },
          "generator": false,
          "expression": false,
          "async": false,
          "params": [
            {
              "type": "ArrayPattern",
              "start": 7338,
              "end": 7378,
              "loc": {
                "start": {
                  "line": 138,
                  "column": 34
                },
                "end": {
                  "line": 138,
                  "column": 74
                }
              },
              "elements": [
                {
                  "type": "Identifier",
                  "start": 7339,
                  "end": 7348,
                  "loc": {
                    "start": {
                      "line": 138,
                      "column": 35
                    },
                    "end": {
                      "line": 138,
                      "column": 44
                    },
                    "identifierName": "vertexPos"
                  },
                  "name": "vertexPos"
                },
                {
                  "type": "Identifier",
                  "start": 7350,
                  "end": 7358,
                  "loc": {
                    "start": {
                      "line": 138,
                      "column": 46
                    },
                    "end": {
                      "line": 138,
                      "column": 54
                    },
                    "identifierName": "startDir"
                  },
                  "name": "startDir"
                },
                {
                  "type": "Identifier",
                  "start": 7360,
                  "end": 7366,
                  "loc": {
                    "start": {
                      "line": 138,
                      "column": 56
                    },
                    "end": {
                      "line": 138,
                      "column": 62
                    },
                    "identifierName": "endDir"
                  },
                  "name": "endDir"
                },
                {
                  "type": "Identifier",
                  "start": 7368,
                  "end": 7377,
                  "loc": {
                    "start": {
                      "line": 138,
                      "column": 64
                    },
                    "end": {
                      "line": 138,
                      "column": 73
                    },
                    "identifierName": "middlePos"
                  },
                  "name": "middlePos"
                }
              ]
            }
          ],
          "body": {
            "type": "BlockStatement",
            "start": 7380,
            "end": 10333,
            "loc": {
              "start": {
                "line": 138,
                "column": 76
              },
              "end": {
                "line": 221,
                "column": 1
              }
            },
            "body": [
              {
                "type": "VariableDeclaration",
                "start": 7403,
                "end": 7423,
                "loc": {
                  "start": {
                    "line": 140,
                    "column": 4
                  },
                  "end": {
                    "line": 140,
                    "column": 24
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 7407,
                    "end": 7422,
                    "loc": {
                      "start": {
                        "line": 140,
                        "column": 8
                      },
                      "end": {
                        "line": 140,
                        "column": 23
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 7407,
                      "end": 7410,
                      "loc": {
                        "start": {
                          "line": 140,
                          "column": 8
                        },
                        "end": {
                          "line": 140,
                          "column": 11
                        },
                        "identifierName": "len"
                      },
                      "name": "len",
                      "leadingComments": null
                    },
                    "init": {
                      "type": "Identifier",
                      "start": 7413,
                      "end": 7422,
                      "loc": {
                        "start": {
                          "line": 140,
                          "column": 14
                        },
                        "end": {
                          "line": 140,
                          "column": 23
                        },
                        "identifierName": "undefined"
                      },
                      "name": "undefined"
                    },
                    "leadingComments": null
                  }
                ],
                "kind": "var",
                "leadingComments": [
                  {
                    "type": "CommentLine",
                    "value": " to return",
                    "start": 7386,
                    "end": 7398,
                    "loc": {
                      "start": {
                        "line": 139,
                        "column": 4
                      },
                      "end": {
                        "line": 139,
                        "column": 16
                      }
                    }
                  }
                ]
              },
              {
                "type": "VariableDeclaration",
                "start": 7428,
                "end": 7468,
                "loc": {
                  "start": {
                    "line": 141,
                    "column": 4
                  },
                  "end": {
                    "line": 141,
                    "column": 44
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 7432,
                    "end": 7467,
                    "loc": {
                      "start": {
                        "line": 141,
                        "column": 8
                      },
                      "end": {
                        "line": 141,
                        "column": 43
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 7432,
                      "end": 7438,
                      "loc": {
                        "start": {
                          "line": 141,
                          "column": 8
                        },
                        "end": {
                          "line": 141,
                          "column": 14
                        },
                        "identifierName": "center"
                      },
                      "name": "center"
                    },
                    "init": {
                      "type": "NewExpression",
                      "start": 7441,
                      "end": 7467,
                      "loc": {
                        "start": {
                          "line": 141,
                          "column": 17
                        },
                        "end": {
                          "line": 141,
                          "column": 43
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 7445,
                        "end": 7458,
                        "loc": {
                          "start": {
                            "line": 141,
                            "column": 21
                          },
                          "end": {
                            "line": 141,
                            "column": 34
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 7445,
                          "end": 7450,
                          "loc": {
                            "start": {
                              "line": 141,
                              "column": 21
                            },
                            "end": {
                              "line": 141,
                              "column": 26
                            },
                            "identifierName": "THREE"
                          },
                          "name": "THREE"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 7451,
                          "end": 7458,
                          "loc": {
                            "start": {
                              "line": 141,
                              "column": 27
                            },
                            "end": {
                              "line": 141,
                              "column": 34
                            },
                            "identifierName": "Vector3"
                          },
                          "name": "Vector3"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "NumericLiteral",
                          "start": 7459,
                          "end": 7460,
                          "loc": {
                            "start": {
                              "line": 141,
                              "column": 35
                            },
                            "end": {
                              "line": 141,
                              "column": 36
                            }
                          },
                          "extra": {
                            "rawValue": 0,
                            "raw": "0"
                          },
                          "value": 0
                        },
                        {
                          "type": "NumericLiteral",
                          "start": 7462,
                          "end": 7463,
                          "loc": {
                            "start": {
                              "line": 141,
                              "column": 38
                            },
                            "end": {
                              "line": 141,
                              "column": 39
                            }
                          },
                          "extra": {
                            "rawValue": 0,
                            "raw": "0"
                          },
                          "value": 0
                        },
                        {
                          "type": "NumericLiteral",
                          "start": 7465,
                          "end": 7466,
                          "loc": {
                            "start": {
                              "line": 141,
                              "column": 41
                            },
                            "end": {
                              "line": 141,
                              "column": 42
                            }
                          },
                          "extra": {
                            "rawValue": 0,
                            "raw": "0"
                          },
                          "value": 0
                        }
                      ]
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 7474,
                "end": 7551,
                "loc": {
                  "start": {
                    "line": 143,
                    "column": 4
                  },
                  "end": {
                    "line": 143,
                    "column": 81
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 7478,
                    "end": 7550,
                    "loc": {
                      "start": {
                        "line": 143,
                        "column": 8
                      },
                      "end": {
                        "line": 143,
                        "column": 80
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 7478,
                      "end": 7487,
                      "loc": {
                        "start": {
                          "line": 143,
                          "column": 8
                        },
                        "end": {
                          "line": 143,
                          "column": 17
                        },
                        "identifierName": "centerDir"
                      },
                      "name": "centerDir"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 7490,
                      "end": 7550,
                      "loc": {
                        "start": {
                          "line": 143,
                          "column": 20
                        },
                        "end": {
                          "line": 143,
                          "column": 80
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 7490,
                        "end": 7548,
                        "loc": {
                          "start": {
                            "line": 143,
                            "column": 20
                          },
                          "end": {
                            "line": 143,
                            "column": 78
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 7490,
                          "end": 7538,
                          "loc": {
                            "start": {
                              "line": 143,
                              "column": 20
                            },
                            "end": {
                              "line": 143,
                              "column": 68
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 7490,
                            "end": 7533,
                            "loc": {
                              "start": {
                                "line": 143,
                                "column": 20
                              },
                              "end": {
                                "line": 143,
                                "column": 63
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 7490,
                              "end": 7518,
                              "loc": {
                                "start": {
                                  "line": 143,
                                  "column": 20
                                },
                                "end": {
                                  "line": 143,
                                  "column": 48
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 7490,
                                "end": 7510,
                                "loc": {
                                  "start": {
                                    "line": 143,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 143,
                                    "column": 40
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 7490,
                                  "end": 7506,
                                  "loc": {
                                    "start": {
                                      "line": 143,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 143,
                                      "column": 36
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 7490,
                                    "end": 7504,
                                    "loc": {
                                      "start": {
                                        "line": 143,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 143,
                                        "column": 34
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 7490,
                                      "end": 7498,
                                      "loc": {
                                        "start": {
                                          "line": 143,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 143,
                                          "column": 28
                                        },
                                        "identifierName": "startDir"
                                      },
                                      "name": "startDir"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7499,
                                      "end": 7504,
                                      "loc": {
                                        "start": {
                                          "line": 143,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 143,
                                          "column": 34
                                        },
                                        "identifierName": "clone"
                                      },
                                      "name": "clone"
                                    },
                                    "computed": false
                                  },
                                  "arguments": []
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7507,
                                  "end": 7510,
                                  "loc": {
                                    "start": {
                                      "line": 143,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 143,
                                      "column": 40
                                    },
                                    "identifierName": "add"
                                  },
                                  "name": "add"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 7511,
                                  "end": 7517,
                                  "loc": {
                                    "start": {
                                      "line": 143,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 143,
                                      "column": 47
                                    },
                                    "identifierName": "endDir"
                                  },
                                  "name": "endDir"
                                }
                              ]
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 7519,
                              "end": 7533,
                              "loc": {
                                "start": {
                                  "line": 143,
                                  "column": 49
                                },
                                "end": {
                                  "line": 143,
                                  "column": 63
                                },
                                "identifierName": "multiplyScalar"
                              },
                              "name": "multiplyScalar"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "NumericLiteral",
                              "start": 7534,
                              "end": 7537,
                              "loc": {
                                "start": {
                                  "line": 143,
                                  "column": 64
                                },
                                "end": {
                                  "line": 143,
                                  "column": 67
                                }
                              },
                              "extra": {
                                "rawValue": 0.5,
                                "raw": "0.5"
                              },
                              "value": 0.5
                            }
                          ]
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 7539,
                          "end": 7548,
                          "loc": {
                            "start": {
                              "line": 143,
                              "column": 69
                            },
                            "end": {
                              "line": 143,
                              "column": 78
                            },
                            "identifierName": "normalize"
                          },
                          "name": "normalize"
                        },
                        "computed": false
                      },
                      "arguments": []
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 7556,
                "end": 7610,
                "loc": {
                  "start": {
                    "line": 144,
                    "column": 4
                  },
                  "end": {
                    "line": 144,
                    "column": 58
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 7560,
                    "end": 7609,
                    "loc": {
                      "start": {
                        "line": 144,
                        "column": 8
                      },
                      "end": {
                        "line": 144,
                        "column": 57
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 7560,
                      "end": 7574,
                      "loc": {
                        "start": {
                          "line": 144,
                          "column": 8
                        },
                        "end": {
                          "line": 144,
                          "column": 22
                        },
                        "identifierName": "vertexToMiddle"
                      },
                      "name": "vertexToMiddle"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 7577,
                      "end": 7609,
                      "loc": {
                        "start": {
                          "line": 144,
                          "column": 25
                        },
                        "end": {
                          "line": 144,
                          "column": 57
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 7577,
                        "end": 7598,
                        "loc": {
                          "start": {
                            "line": 144,
                            "column": 25
                          },
                          "end": {
                            "line": 144,
                            "column": 46
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 7577,
                          "end": 7594,
                          "loc": {
                            "start": {
                              "line": 144,
                              "column": 25
                            },
                            "end": {
                              "line": 144,
                              "column": 42
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 7577,
                            "end": 7592,
                            "loc": {
                              "start": {
                                "line": 144,
                                "column": 25
                              },
                              "end": {
                                "line": 144,
                                "column": 40
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 7577,
                              "end": 7586,
                              "loc": {
                                "start": {
                                  "line": 144,
                                  "column": 25
                                },
                                "end": {
                                  "line": 144,
                                  "column": 34
                                },
                                "identifierName": "middlePos"
                              },
                              "name": "middlePos"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 7587,
                              "end": 7592,
                              "loc": {
                                "start": {
                                  "line": 144,
                                  "column": 35
                                },
                                "end": {
                                  "line": 144,
                                  "column": 40
                                },
                                "identifierName": "clone"
                              },
                              "name": "clone"
                            },
                            "computed": false
                          },
                          "arguments": []
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 7595,
                          "end": 7598,
                          "loc": {
                            "start": {
                              "line": 144,
                              "column": 43
                            },
                            "end": {
                              "line": 144,
                              "column": 46
                            },
                            "identifierName": "sub"
                          },
                          "name": "sub"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 7599,
                          "end": 7608,
                          "loc": {
                            "start": {
                              "line": 144,
                              "column": 47
                            },
                            "end": {
                              "line": 144,
                              "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": 7616,
                    "end": 7708,
                    "loc": {
                      "start": {
                        "line": 146,
                        "column": 4
                      },
                      "end": {
                        "line": 146,
                        "column": 96
                      }
                    }
                  }
                ]
              },
              {
                "type": "IfStatement",
                "start": 7713,
                "end": 7798,
                "loc": {
                  "start": {
                    "line": 147,
                    "column": 4
                  },
                  "end": {
                    "line": 147,
                    "column": 89
                  }
                },
                "test": {
                  "type": "LogicalExpression",
                  "start": 7717,
                  "end": 7784,
                  "loc": {
                    "start": {
                      "line": 147,
                      "column": 8
                    },
                    "end": {
                      "line": 147,
                      "column": 75
                    }
                  },
                  "left": {
                    "type": "BinaryExpression",
                    "start": 7717,
                    "end": 7747,
                    "loc": {
                      "start": {
                        "line": 147,
                        "column": 8
                      },
                      "end": {
                        "line": 147,
                        "column": 38
                      }
                    },
                    "left": {
                      "type": "CallExpression",
                      "start": 7717,
                      "end": 7740,
                      "loc": {
                        "start": {
                          "line": 147,
                          "column": 8
                        },
                        "end": {
                          "line": 147,
                          "column": 31
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 7717,
                        "end": 7738,
                        "loc": {
                          "start": {
                            "line": 147,
                            "column": 8
                          },
                          "end": {
                            "line": 147,
                            "column": 29
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 7717,
                          "end": 7731,
                          "loc": {
                            "start": {
                              "line": 147,
                              "column": 8
                            },
                            "end": {
                              "line": 147,
                              "column": 22
                            },
                            "identifierName": "vertexToMiddle"
                          },
                          "name": "vertexToMiddle",
                          "leadingComments": null
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 7732,
                          "end": 7738,
                          "loc": {
                            "start": {
                              "line": 147,
                              "column": 23
                            },
                            "end": {
                              "line": 147,
                              "column": 29
                            },
                            "identifierName": "length"
                          },
                          "name": "length"
                        },
                        "computed": false,
                        "leadingComments": null
                      },
                      "arguments": [],
                      "leadingComments": null
                    },
                    "operator": "<",
                    "right": {
                      "type": "NumericLiteral",
                      "start": 7743,
                      "end": 7747,
                      "loc": {
                        "start": {
                          "line": 147,
                          "column": 34
                        },
                        "end": {
                          "line": 147,
                          "column": 38
                        }
                      },
                      "extra": {
                        "rawValue": 0.01,
                        "raw": "1e-2"
                      },
                      "value": 0.01
                    },
                    "leadingComments": null
                  },
                  "operator": "||",
                  "right": {
                    "type": "BinaryExpression",
                    "start": 7751,
                    "end": 7784,
                    "loc": {
                      "start": {
                        "line": 147,
                        "column": 42
                      },
                      "end": {
                        "line": 147,
                        "column": 75
                      }
                    },
                    "left": {
                      "type": "CallExpression",
                      "start": 7751,
                      "end": 7780,
                      "loc": {
                        "start": {
                          "line": 147,
                          "column": 42
                        },
                        "end": {
                          "line": 147,
                          "column": 71
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 7751,
                        "end": 7769,
                        "loc": {
                          "start": {
                            "line": 147,
                            "column": 42
                          },
                          "end": {
                            "line": 147,
                            "column": 60
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 7751,
                          "end": 7765,
                          "loc": {
                            "start": {
                              "line": 147,
                              "column": 42
                            },
                            "end": {
                              "line": 147,
                              "column": 56
                            },
                            "identifierName": "vertexToMiddle"
                          },
                          "name": "vertexToMiddle"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 7766,
                          "end": 7769,
                          "loc": {
                            "start": {
                              "line": 147,
                              "column": 57
                            },
                            "end": {
                              "line": 147,
                              "column": 60
                            },
                            "identifierName": "dot"
                          },
                          "name": "dot"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 7770,
                          "end": 7779,
                          "loc": {
                            "start": {
                              "line": 147,
                              "column": 61
                            },
                            "end": {
                              "line": 147,
                              "column": 70
                            },
                            "identifierName": "centerDir"
                          },
                          "name": "centerDir"
                        }
                      ]
                    },
                    "operator": "<",
                    "right": {
                      "type": "NumericLiteral",
                      "start": 7783,
                      "end": 7784,
                      "loc": {
                        "start": {
                          "line": 147,
                          "column": 74
                        },
                        "end": {
                          "line": 147,
                          "column": 75
                        }
                      },
                      "extra": {
                        "rawValue": 0,
                        "raw": "0"
                      },
                      "value": 0
                    }
                  },
                  "leadingComments": null
                },
                "consequent": {
                  "type": "ReturnStatement",
                  "start": 7786,
                  "end": 7798,
                  "loc": {
                    "start": {
                      "line": 147,
                      "column": 77
                    },
                    "end": {
                      "line": 147,
                      "column": 89
                    }
                  },
                  "argument": {
                    "type": "NullLiteral",
                    "start": 7793,
                    "end": 7797,
                    "loc": {
                      "start": {
                        "line": 147,
                        "column": 84
                      },
                      "end": {
                        "line": 147,
                        "column": 88
                      }
                    }
                  },
                  "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": 7616,
                    "end": 7708,
                    "loc": {
                      "start": {
                        "line": 146,
                        "column": 4
                      },
                      "end": {
                        "line": 146,
                        "column": 96
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentLine",
                    "value": " if  middlepos is out of filletAngle but its projection to centerDir isn't",
                    "start": 7804,
                    "end": 7880,
                    "loc": {
                      "start": {
                        "line": 149,
                        "column": 4
                      },
                      "end": {
                        "line": 149,
                        "column": 80
                      }
                    }
                  }
                ]
              },
              {
                "type": "VariableDeclaration",
                "start": 7885,
                "end": 7922,
                "loc": {
                  "start": {
                    "line": 150,
                    "column": 4
                  },
                  "end": {
                    "line": 150,
                    "column": 41
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 7889,
                    "end": 7921,
                    "loc": {
                      "start": {
                        "line": 150,
                        "column": 8
                      },
                      "end": {
                        "line": 150,
                        "column": 40
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 7889,
                      "end": 7894,
                      "loc": {
                        "start": {
                          "line": 150,
                          "column": 8
                        },
                        "end": {
                          "line": 150,
                          "column": 13
                        },
                        "identifierName": "alpha"
                      },
                      "name": "alpha",
                      "leadingComments": null
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 7897,
                      "end": 7921,
                      "loc": {
                        "start": {
                          "line": 150,
                          "column": 16
                        },
                        "end": {
                          "line": 150,
                          "column": 40
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 7897,
                        "end": 7911,
                        "loc": {
                          "start": {
                            "line": 150,
                            "column": 16
                          },
                          "end": {
                            "line": 150,
                            "column": 30
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 7897,
                          "end": 7903,
                          "loc": {
                            "start": {
                              "line": 150,
                              "column": 16
                            },
                            "end": {
                              "line": 150,
                              "column": 22
                            },
                            "identifierName": "endDir"
                          },
                          "name": "endDir"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 7904,
                          "end": 7911,
                          "loc": {
                            "start": {
                              "line": 150,
                              "column": 23
                            },
                            "end": {
                              "line": 150,
                              "column": 30
                            },
                            "identifierName": "angleTo"
                          },
                          "name": "angleTo"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 7912,
                          "end": 7920,
                          "loc": {
                            "start": {
                              "line": 150,
                              "column": 31
                            },
                            "end": {
                              "line": 150,
                              "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": 7804,
                    "end": 7880,
                    "loc": {
                      "start": {
                        "line": 149,
                        "column": 4
                      },
                      "end": {
                        "line": 149,
                        "column": 80
                      }
                    }
                  }
                ]
              },
              {
                "type": "VariableDeclaration",
                "start": 7927,
                "end": 7982,
                "loc": {
                  "start": {
                    "line": 151,
                    "column": 4
                  },
                  "end": {
                    "line": 151,
                    "column": 59
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 7931,
                    "end": 7981,
                    "loc": {
                      "start": {
                        "line": 151,
                        "column": 8
                      },
                      "end": {
                        "line": 151,
                        "column": 58
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 7931,
                      "end": 7946,
                      "loc": {
                        "start": {
                          "line": 151,
                          "column": 8
                        },
                        "end": {
                          "line": 151,
                          "column": 23
                        },
                        "identifierName": "angleMidToStart"
                      },
                      "name": "angleMidToStart"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 7949,
                      "end": 7981,
                      "loc": {
                        "start": {
                          "line": 151,
                          "column": 26
                        },
                        "end": {
                          "line": 151,
                          "column": 58
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 7949,
                        "end": 7971,
                        "loc": {
                          "start": {
                            "line": 151,
                            "column": 26
                          },
                          "end": {
                            "line": 151,
                            "column": 48
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 7949,
                          "end": 7963,
                          "loc": {
                            "start": {
                              "line": 151,
                              "column": 26
                            },
                            "end": {
                              "line": 151,
                              "column": 40
                            },
                            "identifierName": "vertexToMiddle"
                          },
                          "name": "vertexToMiddle"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 7964,
                          "end": 7971,
                          "loc": {
                            "start": {
                              "line": 151,
                              "column": 41
                            },
                            "end": {
                              "line": 151,
                              "column": 48
                            },
                            "identifierName": "angleTo"
                          },
                          "name": "angleTo"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 7972,
                          "end": 7980,
                          "loc": {
                            "start": {
                              "line": 151,
                              "column": 49
                            },
                            "end": {
                              "line": 151,
                              "column": 57
                            },
                            "identifierName": "startDir"
                          },
                          "name": "startDir"
                        }
                      ]
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 7987,
                "end": 8038,
                "loc": {
                  "start": {
                    "line": 152,
                    "column": 4
                  },
                  "end": {
                    "line": 152,
                    "column": 55
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 7991,
                    "end": 8037,
                    "loc": {
                      "start": {
                        "line": 152,
                        "column": 8
                      },
                      "end": {
                        "line": 152,
                        "column": 54
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 7991,
                      "end": 8004,
                      "loc": {
                        "start": {
                          "line": 152,
                          "column": 8
                        },
                        "end": {
                          "line": 152,
                          "column": 21
                        },
                        "identifierName": "angleMidToEnd"
                      },
                      "name": "angleMidToEnd"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 8007,
                      "end": 8037,
                      "loc": {
                        "start": {
                          "line": 152,
                          "column": 24
                        },
                        "end": {
                          "line": 152,
                          "column": 54
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 8007,
                        "end": 8029,
                        "loc": {
                          "start": {
                            "line": 152,
                            "column": 24
                          },
                          "end": {
                            "line": 152,
                            "column": 46
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 8007,
                          "end": 8021,
                          "loc": {
                            "start": {
                              "line": 152,
                              "column": 24
                            },
                            "end": {
                              "line": 152,
                              "column": 38
                            },
                            "identifierName": "vertexToMiddle"
                          },
                          "name": "vertexToMiddle"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 8022,
                          "end": 8029,
                          "loc": {
                            "start": {
                              "line": 152,
                              "column": 39
                            },
                            "end": {
                              "line": 152,
                              "column": 46
                            },
                            "identifierName": "angleTo"
                          },
                          "name": "angleTo"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 8030,
                          "end": 8036,
                          "loc": {
                            "start": {
                              "line": 152,
                              "column": 47
                            },
                            "end": {
                              "line": 152,
                              "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": 8044,
                    "end": 8119,
                    "loc": {
                      "start": {
                        "line": 154,
                        "column": 4
                      },
                      "end": {
                        "line": 154,
                        "column": 79
                      }
                    }
                  }
                ]
              },
              {
                "type": "VariableDeclaration",
                "start": 8124,
                "end": 8187,
                "loc": {
                  "start": {
                    "line": 155,
                    "column": 4
                  },
                  "end": {
                    "line": 155,
                    "column": 67
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 8128,
                    "end": 8186,
                    "loc": {
                      "start": {
                        "line": 155,
                        "column": 8
                      },
                      "end": {
                        "line": 155,
                        "column": 66
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 8128,
                      "end": 8136,
                      "loc": {
                        "start": {
                          "line": 155,
                          "column": 8
                        },
                        "end": {
                          "line": 155,
                          "column": 16
                        },
                        "identifierName": "maxAngle"
                      },
                      "name": "maxAngle",
                      "leadingComments": null
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 8139,
                      "end": 8186,
                      "loc": {
                        "start": {
                          "line": 155,
                          "column": 19
                        },
                        "end": {
                          "line": 155,
                          "column": 66
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 8139,
                        "end": 8147,
                        "loc": {
                          "start": {
                            "line": 155,
                            "column": 19
                          },
                          "end": {
                            "line": 155,
                            "column": 27
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 8139,
                          "end": 8143,
                          "loc": {
                            "start": {
                              "line": 155,
                              "column": 19
                            },
                            "end": {
                              "line": 155,
                              "column": 23
                            },
                            "identifierName": "Math"
                          },
                          "name": "Math"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 8144,
                          "end": 8147,
                          "loc": {
                            "start": {
                              "line": 155,
                              "column": 24
                            },
                            "end": {
                              "line": 155,
                              "column": 27
                            },
                            "identifierName": "max"
                          },
                          "name": "max"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 8148,
                          "end": 8163,
                          "loc": {
                            "start": {
                              "line": 155,
                              "column": 28
                            },
                            "end": {
                              "line": 155,
                              "column": 43
                            },
                            "identifierName": "angleMidToStart"
                          },
                          "name": "angleMidToStart"
                        },
                        {
                          "type": "Identifier",
                          "start": 8165,
                          "end": 8178,
                          "loc": {
                            "start": {
                              "line": 155,
                              "column": 45
                            },
                            "end": {
                              "line": 155,
                              "column": 58
                            },
                            "identifierName": "angleMidToEnd"
                          },
                          "name": "angleMidToEnd"
                        },
                        {
                          "type": "Identifier",
                          "start": 8180,
                          "end": 8185,
                          "loc": {
                            "start": {
                              "line": 155,
                              "column": 60
                            },
                            "end": {
                              "line": 155,
                              "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": 8044,
                    "end": 8119,
                    "loc": {
                      "start": {
                        "line": 154,
                        "column": 4
                      },
                      "end": {
                        "line": 154,
                        "column": 79
                      }
                    }
                  }
                ]
              },
              {
                "type": "IfStatement",
                "start": 8192,
                "end": 8420,
                "loc": {
                  "start": {
                    "line": 156,
                    "column": 4
                  },
                  "end": {
                    "line": 162,
                    "column": 5
                  }
                },
                "test": {
                  "type": "BinaryExpression",
                  "start": 8196,
                  "end": 8214,
                  "loc": {
                    "start": {
                      "line": 156,
                      "column": 8
                    },
                    "end": {
                      "line": 156,
                      "column": 26
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 8196,
                    "end": 8204,
                    "loc": {
                      "start": {
                        "line": 156,
                        "column": 8
                      },
                      "end": {
                        "line": 156,
                        "column": 16
                      },
                      "identifierName": "maxAngle"
                    },
                    "name": "maxAngle"
                  },
                  "operator": "!==",
                  "right": {
                    "type": "Identifier",
                    "start": 8209,
                    "end": 8214,
                    "loc": {
                      "start": {
                        "line": 156,
                        "column": 21
                      },
                      "end": {
                        "line": 156,
                        "column": 26
                      },
                      "identifierName": "alpha"
                    },
                    "name": "alpha"
                  }
                },
                "consequent": {
                  "type": "BlockStatement",
                  "start": 8216,
                  "end": 8420,
                  "loc": {
                    "start": {
                      "line": 156,
                      "column": 28
                    },
                    "end": {
                      "line": 162,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 8226,
                      "end": 8414,
                      "loc": {
                        "start": {
                          "line": 157,
                          "column": 8
                        },
                        "end": {
                          "line": 161,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 8230,
                        "end": 8258,
                        "loc": {
                          "start": {
                            "line": 157,
                            "column": 12
                          },
                          "end": {
                            "line": 157,
                            "column": 40
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 8230,
                          "end": 8245,
                          "loc": {
                            "start": {
                              "line": 157,
                              "column": 12
                            },
                            "end": {
                              "line": 157,
                              "column": 27
                            },
                            "identifierName": "angleMidToStart"
                          },
                          "name": "angleMidToStart"
                        },
                        "operator": "===",
                        "right": {
                          "type": "Identifier",
                          "start": 8250,
                          "end": 8258,
                          "loc": {
                            "start": {
                              "line": 157,
                              "column": 32
                            },
                            "end": {
                              "line": 157,
                              "column": 40
                            },
                            "identifierName": "maxAngle"
                          },
                          "name": "maxAngle"
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 8260,
                        "end": 8317,
                        "loc": {
                          "start": {
                            "line": 157,
                            "column": 42
                          },
                          "end": {
                            "line": 159,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 8274,
                            "end": 8307,
                            "loc": {
                              "start": {
                                "line": 158,
                                "column": 12
                              },
                              "end": {
                                "line": 158,
                                "column": 45
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 8274,
                              "end": 8306,
                              "loc": {
                                "start": {
                                  "line": 158,
                                  "column": 12
                                },
                                "end": {
                                  "line": 158,
                                  "column": 44
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 8274,
                                "end": 8277,
                                "loc": {
                                  "start": {
                                    "line": 158,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 158,
                                    "column": 15
                                  },
                                  "identifierName": "len"
                                },
                                "name": "len"
                              },
                              "right": {
                                "type": "CallExpression",
                                "start": 8280,
                                "end": 8306,
                                "loc": {
                                  "start": {
                                    "line": 158,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 158,
                                    "column": 44
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 8280,
                                  "end": 8298,
                                  "loc": {
                                    "start": {
                                      "line": 158,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 158,
                                      "column": 36
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 8280,
                                    "end": 8294,
                                    "loc": {
                                      "start": {
                                        "line": 158,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 158,
                                        "column": 32
                                      },
                                      "identifierName": "vertexToMiddle"
                                    },
                                    "name": "vertexToMiddle"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 8295,
                                    "end": 8298,
                                    "loc": {
                                      "start": {
                                        "line": 158,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 158,
                                        "column": 36
                                      },
                                      "identifierName": "dot"
                                    },
                                    "name": "dot"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 8299,
                                    "end": 8305,
                                    "loc": {
                                      "start": {
                                        "line": 158,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 158,
                                        "column": 43
                                      },
                                      "identifierName": "endDir"
                                    },
                                    "name": "endDir"
                                  }
                                ]
                              }
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": {
                        "type": "IfStatement",
                        "start": 8323,
                        "end": 8414,
                        "loc": {
                          "start": {
                            "line": 159,
                            "column": 15
                          },
                          "end": {
                            "line": 161,
                            "column": 9
                          }
                        },
                        "test": {
                          "type": "BinaryExpression",
                          "start": 8327,
                          "end": 8353,
                          "loc": {
                            "start": {
                              "line": 159,
                              "column": 19
                            },
                            "end": {
                              "line": 159,
                              "column": 45
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 8327,
                            "end": 8340,
                            "loc": {
                              "start": {
                                "line": 159,
                                "column": 19
                              },
                              "end": {
                                "line": 159,
                                "column": 32
                              },
                              "identifierName": "angleMidToEnd"
                            },
                            "name": "angleMidToEnd"
                          },
                          "operator": "===",
                          "right": {
                            "type": "Identifier",
                            "start": 8345,
                            "end": 8353,
                            "loc": {
                              "start": {
                                "line": 159,
                                "column": 37
                              },
                              "end": {
                                "line": 159,
                                "column": 45
                              },
                              "identifierName": "maxAngle"
                            },
                            "name": "maxAngle"
                          }
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 8355,
                          "end": 8414,
                          "loc": {
                            "start": {
                              "line": 159,
                              "column": 47
                            },
                            "end": {
                              "line": 161,
                              "column": 9
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 8369,
                              "end": 8404,
                              "loc": {
                                "start": {
                                  "line": 160,
                                  "column": 12
                                },
                                "end": {
                                  "line": 160,
                                  "column": 47
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 8369,
                                "end": 8403,
                                "loc": {
                                  "start": {
                                    "line": 160,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 160,
                                    "column": 46
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 8369,
                                  "end": 8372,
                                  "loc": {
                                    "start": {
                                      "line": 160,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 160,
                                      "column": 15
                                    },
                                    "identifierName": "len"
                                  },
                                  "name": "len"
                                },
                                "right": {
                                  "type": "CallExpression",
                                  "start": 8375,
                                  "end": 8403,
                                  "loc": {
                                    "start": {
                                      "line": 160,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 160,
                                      "column": 46
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 8375,
                                    "end": 8393,
                                    "loc": {
                                      "start": {
                                        "line": 160,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 160,
                                        "column": 36
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 8375,
                                      "end": 8389,
                                      "loc": {
                                        "start": {
                                          "line": 160,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 160,
                                          "column": 32
                                        },
                                        "identifierName": "vertexToMiddle"
                                      },
                                      "name": "vertexToMiddle"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 8390,
                                      "end": 8393,
                                      "loc": {
                                        "start": {
                                          "line": 160,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 160,
                                          "column": 36
                                        },
                                        "identifierName": "dot"
                                      },
                                      "name": "dot"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 8394,
                                      "end": 8402,
                                      "loc": {
                                        "start": {
                                          "line": 160,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 160,
                                          "column": 45
                                        },
                                        "identifierName": "startDir"
                                      },
                                      "name": "startDir"
                                    }
                                  ]
                                }
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      }
                    }
                  ],
                  "directives": []
                },
                "alternate": null
              },
              {
                "type": "IfStatement",
                "start": 8426,
                "end": 8827,
                "loc": {
                  "start": {
                    "line": 164,
                    "column": 4
                  },
                  "end": {
                    "line": 172,
                    "column": 5
                  }
                },
                "test": {
                  "type": "Identifier",
                  "start": 8430,
                  "end": 8433,
                  "loc": {
                    "start": {
                      "line": 164,
                      "column": 8
                    },
                    "end": {
                      "line": 164,
                      "column": 11
                    },
                    "identifierName": "len"
                  },
                  "name": "len"
                },
                "consequent": {
                  "type": "BlockStatement",
                  "start": 8435,
                  "end": 8827,
                  "loc": {
                    "start": {
                      "line": 164,
                      "column": 13
                    },
                    "end": {
                      "line": 172,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 8445,
                      "end": 8537,
                      "loc": {
                        "start": {
                          "line": 165,
                          "column": 8
                        },
                        "end": {
                          "line": 165,
                          "column": 100
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 8445,
                        "end": 8536,
                        "loc": {
                          "start": {
                            "line": 165,
                            "column": 8
                          },
                          "end": {
                            "line": 165,
                            "column": 99
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "Identifier",
                          "start": 8445,
                          "end": 8451,
                          "loc": {
                            "start": {
                              "line": 165,
                              "column": 8
                            },
                            "end": {
                              "line": 165,
                              "column": 14
                            },
                            "identifierName": "center"
                          },
                          "name": "center"
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 8454,
                          "end": 8536,
                          "loc": {
                            "start": {
                              "line": 165,
                              "column": 17
                            },
                            "end": {
                              "line": 165,
                              "column": 99
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 8454,
                            "end": 8475,
                            "loc": {
                              "start": {
                                "line": 165,
                                "column": 17
                              },
                              "end": {
                                "line": 165,
                                "column": 38
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 8454,
                              "end": 8471,
                              "loc": {
                                "start": {
                                  "line": 165,
                                  "column": 17
                                },
                                "end": {
                                  "line": 165,
                                  "column": 34
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 8454,
                                "end": 8469,
                                "loc": {
                                  "start": {
                                    "line": 165,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 165,
                                    "column": 32
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 8454,
                                  "end": 8463,
                                  "loc": {
                                    "start": {
                                      "line": 165,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 165,
                                      "column": 26
                                    },
                                    "identifierName": "vertexPos"
                                  },
                                  "name": "vertexPos"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 8464,
                                  "end": 8469,
                                  "loc": {
                                    "start": {
                                      "line": 165,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 165,
                                      "column": 32
                                    },
                                    "identifierName": "clone"
                                  },
                                  "name": "clone"
                                },
                                "computed": false
                              },
                              "arguments": []
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 8472,
                              "end": 8475,
                              "loc": {
                                "start": {
                                  "line": 165,
                                  "column": 35
                                },
                                "end": {
                                  "line": 165,
                                  "column": 38
                                },
                                "identifierName": "add"
                              },
                              "name": "add"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "CallExpression",
                              "start": 8476,
                              "end": 8535,
                              "loc": {
                                "start": {
                                  "line": 165,
                                  "column": 39
                                },
                                "end": {
                                  "line": 165,
                                  "column": 98
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 8476,
                                "end": 8508,
                                "loc": {
                                  "start": {
                                    "line": 165,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 165,
                                    "column": 71
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 8476,
                                  "end": 8493,
                                  "loc": {
                                    "start": {
                                      "line": 165,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 165,
                                      "column": 56
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 8476,
                                    "end": 8491,
                                    "loc": {
                                      "start": {
                                        "line": 165,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 165,
                                        "column": 54
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 8476,
                                      "end": 8485,
                                      "loc": {
                                        "start": {
                                          "line": 165,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 165,
                                          "column": 48
                                        },
                                        "identifierName": "centerDir"
                                      },
                                      "name": "centerDir"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 8486,
                                      "end": 8491,
                                      "loc": {
                                        "start": {
                                          "line": 165,
                                          "column": 49
                                        },
                                        "end": {
                                          "line": 165,
                                          "column": 54
                                        },
                                        "identifierName": "clone"
                                      },
                                      "name": "clone"
                                    },
                                    "computed": false
                                  },
                                  "arguments": []
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 8494,
                                  "end": 8508,
                                  "loc": {
                                    "start": {
                                      "line": 165,
                                      "column": 57
                                    },
                                    "end": {
                                      "line": 165,
                                      "column": 71
                                    },
                                    "identifierName": "multiplyScalar"
                                  },
                                  "name": "multiplyScalar"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "BinaryExpression",
                                  "start": 8509,
                                  "end": 8534,
                                  "loc": {
                                    "start": {
                                      "line": 165,
                                      "column": 72
                                    },
                                    "end": {
                                      "line": 165,
                                      "column": 97
                                    }
                                  },
                                  "left": {
                                    "type": "Identifier",
                                    "start": 8509,
                                    "end": 8512,
                                    "loc": {
                                      "start": {
                                        "line": 165,
                                        "column": 72
                                      },
                                      "end": {
                                        "line": 165,
                                        "column": 75
                                      },
                                      "identifierName": "len"
                                    },
                                    "name": "len"
                                  },
                                  "operator": "/",
                                  "right": {
                                    "type": "CallExpression",
                                    "start": 8515,
                                    "end": 8534,
                                    "loc": {
                                      "start": {
                                        "line": 165,
                                        "column": 78
                                      },
                                      "end": {
                                        "line": 165,
                                        "column": 97
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 8515,
                                      "end": 8523,
                                      "loc": {
                                        "start": {
                                          "line": 165,
                                          "column": 78
                                        },
                                        "end": {
                                          "line": 165,
                                          "column": 86
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 8515,
                                        "end": 8519,
                                        "loc": {
                                          "start": {
                                            "line": 165,
                                            "column": 78
                                          },
                                          "end": {
                                            "line": 165,
                                            "column": 82
                                          },
                                          "identifierName": "Math"
                                        },
                                        "name": "Math"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 8520,
                                        "end": 8523,
                                        "loc": {
                                          "start": {
                                            "line": 165,
                                            "column": 83
                                          },
                                          "end": {
                                            "line": 165,
                                            "column": 86
                                          },
                                          "identifierName": "cos"
                                        },
                                        "name": "cos"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "BinaryExpression",
                                        "start": 8524,
                                        "end": 8533,
                                        "loc": {
                                          "start": {
                                            "line": 165,
                                            "column": 87
                                          },
                                          "end": {
                                            "line": 165,
                                            "column": 96
                                          }
                                        },
                                        "left": {
                                          "type": "Identifier",
                                          "start": 8524,
                                          "end": 8529,
                                          "loc": {
                                            "start": {
                                              "line": 165,
                                              "column": 87
                                            },
                                            "end": {
                                              "line": 165,
                                              "column": 92
                                            },
                                            "identifierName": "alpha"
                                          },
                                          "name": "alpha"
                                        },
                                        "operator": "/",
                                        "right": {
                                          "type": "NumericLiteral",
                                          "start": 8532,
                                          "end": 8533,
                                          "loc": {
                                            "start": {
                                              "line": 165,
                                              "column": 95
                                            },
                                            "end": {
                                              "line": 165,
                                              "column": 96
                                            }
                                          },
                                          "extra": {
                                            "rawValue": 2,
                                            "raw": "2"
                                          },
                                          "value": 2
                                        }
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          ]
                        }
                      },
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " fillet angle < 180 => cos(alpha/2) != 0",
                          "start": 8538,
                          "end": 8580,
                          "loc": {
                            "start": {
                              "line": 165,
                              "column": 101
                            },
                            "end": {
                              "line": 165,
                              "column": 143
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 8589,
                      "end": 8821,
                      "loc": {
                        "start": {
                          "line": 166,
                          "column": 8
                        },
                        "end": {
                          "line": 171,
                          "column": 10
                        }
                      },
                      "argument": {
                        "type": "ObjectExpression",
                        "start": 8596,
                        "end": 8820,
                        "loc": {
                          "start": {
                            "line": 166,
                            "column": 15
                          },
                          "end": {
                            "line": 171,
                            "column": 9
                          }
                        },
                        "properties": [
                          {
                            "type": "ObjectProperty",
                            "start": 8610,
                            "end": 8676,
                            "loc": {
                              "start": {
                                "line": 167,
                                "column": 12
                              },
                              "end": {
                                "line": 167,
                                "column": 78
                              }
                            },
                            "method": false,
                            "shorthand": false,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 8610,
                              "end": 8615,
                              "loc": {
                                "start": {
                                  "line": 167,
                                  "column": 12
                                },
                                "end": {
                                  "line": 167,
                                  "column": 17
                                },
                                "identifierName": "start"
                              },
                              "name": "start",
                              "leadingComments": null
                            },
                            "value": {
                              "type": "CallExpression",
                              "start": 8617,
                              "end": 8676,
                              "loc": {
                                "start": {
                                  "line": 167,
                                  "column": 19
                                },
                                "end": {
                                  "line": 167,
                                  "column": 78
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 8617,
                                "end": 8638,
                                "loc": {
                                  "start": {
                                    "line": 167,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 167,
                                    "column": 40
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 8617,
                                  "end": 8634,
                                  "loc": {
                                    "start": {
                                      "line": 167,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 167,
                                      "column": 36
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 8617,
                                    "end": 8632,
                                    "loc": {
                                      "start": {
                                        "line": 167,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 167,
                                        "column": 34
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 8617,
                                      "end": 8626,
                                      "loc": {
                                        "start": {
                                          "line": 167,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 167,
                                          "column": 28
                                        },
                                        "identifierName": "vertexPos"
                                      },
                                      "name": "vertexPos"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 8627,
                                      "end": 8632,
                                      "loc": {
                                        "start": {
                                          "line": 167,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 167,
                                          "column": 34
                                        },
                                        "identifierName": "clone"
                                      },
                                      "name": "clone"
                                    },
                                    "computed": false
                                  },
                                  "arguments": []
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 8635,
                                  "end": 8638,
                                  "loc": {
                                    "start": {
                                      "line": 167,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 167,
                                      "column": 40
                                    },
                                    "identifierName": "add"
                                  },
                                  "name": "add"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "CallExpression",
                                  "start": 8639,
                                  "end": 8675,
                                  "loc": {
                                    "start": {
                                      "line": 167,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 167,
                                      "column": 77
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 8639,
                                    "end": 8670,
                                    "loc": {
                                      "start": {
                                        "line": 167,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 167,
                                        "column": 72
                                      }
                                    },
                                    "object": {
                                      "type": "CallExpression",
                                      "start": 8639,
                                      "end": 8655,
                                      "loc": {
                                        "start": {
                                          "line": 167,
                                          "column": 41
                                        },
                                        "end": {
                                          "line": 167,
                                          "column": 57
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 8639,
                                        "end": 8653,
                                        "loc": {
                                          "start": {
                                            "line": 167,
                                            "column": 41
                                          },
                                          "end": {
                                            "line": 167,
                                            "column": 55
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 8639,
                                          "end": 8647,
                                          "loc": {
                                            "start": {
                                              "line": 167,
                                              "column": 41
                                            },
                                            "end": {
                                              "line": 167,
                                              "column": 49
                                            },
                                            "identifierName": "startDir"
                                          },
                                          "name": "startDir"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 8648,
                                          "end": 8653,
                                          "loc": {
                                            "start": {
                                              "line": 167,
                                              "column": 50
                                            },
                                            "end": {
                                              "line": 167,
                                              "column": 55
                                            },
                                            "identifierName": "clone"
                                          },
                                          "name": "clone"
                                        },
                                        "computed": false
                                      },
                                      "arguments": []
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 8656,
                                      "end": 8670,
                                      "loc": {
                                        "start": {
                                          "line": 167,
                                          "column": 58
                                        },
                                        "end": {
                                          "line": 167,
                                          "column": 72
                                        },
                                        "identifierName": "multiplyScalar"
                                      },
                                      "name": "multiplyScalar"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 8671,
                                      "end": 8674,
                                      "loc": {
                                        "start": {
                                          "line": 167,
                                          "column": 73
                                        },
                                        "end": {
                                          "line": 167,
                                          "column": 76
                                        },
                                        "identifierName": "len"
                                      },
                                      "name": "len"
                                    }
                                  ]
                                }
                              ]
                            },
                            "leadingComments": null
                          },
                          {
                            "type": "ObjectProperty",
                            "start": 8690,
                            "end": 8752,
                            "loc": {
                              "start": {
                                "line": 168,
                                "column": 12
                              },
                              "end": {
                                "line": 168,
                                "column": 74
                              }
                            },
                            "method": false,
                            "shorthand": false,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 8690,
                              "end": 8693,
                              "loc": {
                                "start": {
                                  "line": 168,
                                  "column": 12
                                },
                                "end": {
                                  "line": 168,
                                  "column": 15
                                },
                                "identifierName": "end"
                              },
                              "name": "end"
                            },
                            "value": {
                              "type": "CallExpression",
                              "start": 8695,
                              "end": 8752,
                              "loc": {
                                "start": {
                                  "line": 168,
                                  "column": 17
                                },
                                "end": {
                                  "line": 168,
                                  "column": 74
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 8695,
                                "end": 8716,
                                "loc": {
                                  "start": {
                                    "line": 168,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 168,
                                    "column": 38
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 8695,
                                  "end": 8712,
                                  "loc": {
                                    "start": {
                                      "line": 168,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 168,
                                      "column": 34
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 8695,
                                    "end": 8710,
                                    "loc": {
                                      "start": {
                                        "line": 168,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 168,
                                        "column": 32
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 8695,
                                      "end": 8704,
                                      "loc": {
                                        "start": {
                                          "line": 168,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 168,
                                          "column": 26
                                        },
                                        "identifierName": "vertexPos"
                                      },
                                      "name": "vertexPos"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 8705,
                                      "end": 8710,
                                      "loc": {
                                        "start": {
                                          "line": 168,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 168,
                                          "column": 32
                                        },
                                        "identifierName": "clone"
                                      },
                                      "name": "clone"
                                    },
                                    "computed": false
                                  },
                                  "arguments": []
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 8713,
                                  "end": 8716,
                                  "loc": {
                                    "start": {
                                      "line": 168,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 168,
                                      "column": 38
                                    },
                                    "identifierName": "add"
                                  },
                                  "name": "add"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "CallExpression",
                                  "start": 8717,
                                  "end": 8751,
                                  "loc": {
                                    "start": {
                                      "line": 168,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 168,
                                      "column": 73
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 8717,
                                    "end": 8746,
                                    "loc": {
                                      "start": {
                                        "line": 168,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 168,
                                        "column": 68
                                      }
                                    },
                                    "object": {
                                      "type": "CallExpression",
                                      "start": 8717,
                                      "end": 8731,
                                      "loc": {
                                        "start": {
                                          "line": 168,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 168,
                                          "column": 53
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 8717,
                                        "end": 8729,
                                        "loc": {
                                          "start": {
                                            "line": 168,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 168,
                                            "column": 51
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 8717,
                                          "end": 8723,
                                          "loc": {
                                            "start": {
                                              "line": 168,
                                              "column": 39
                                            },
                                            "end": {
                                              "line": 168,
                                              "column": 45
                                            },
                                            "identifierName": "endDir"
                                          },
                                          "name": "endDir"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 8724,
                                          "end": 8729,
                                          "loc": {
                                            "start": {
                                              "line": 168,
                                              "column": 46
                                            },
                                            "end": {
                                              "line": 168,
                                              "column": 51
                                            },
                                            "identifierName": "clone"
                                          },
                                          "name": "clone"
                                        },
                                        "computed": false
                                      },
                                      "arguments": []
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 8732,
                                      "end": 8746,
                                      "loc": {
                                        "start": {
                                          "line": 168,
                                          "column": 54
                                        },
                                        "end": {
                                          "line": 168,
                                          "column": 68
                                        },
                                        "identifierName": "multiplyScalar"
                                      },
                                      "name": "multiplyScalar"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 8747,
                                      "end": 8750,
                                      "loc": {
                                        "start": {
                                          "line": 168,
                                          "column": 69
                                        },
                                        "end": {
                                          "line": 168,
                                          "column": 72
                                        },
                                        "identifierName": "len"
                                      },
                                      "name": "len"
                                    }
                                  ]
                                }
                              ]
                            }
                          },
                          {
                            "type": "ObjectProperty",
                            "start": 8766,
                            "end": 8780,
                            "loc": {
                              "start": {
                                "line": 169,
                                "column": 12
                              },
                              "end": {
                                "line": 169,
                                "column": 26
                              }
                            },
                            "method": false,
                            "shorthand": false,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 8766,
                              "end": 8772,
                              "loc": {
                                "start": {
                                  "line": 169,
                                  "column": 12
                                },
                                "end": {
                                  "line": 169,
                                  "column": 18
                                },
                                "identifierName": "center"
                              },
                              "name": "center"
                            },
                            "value": {
                              "type": "Identifier",
                              "start": 8774,
                              "end": 8780,
                              "loc": {
                                "start": {
                                  "line": 169,
                                  "column": 20
                                },
                                "end": {
                                  "line": 169,
                                  "column": 26
                                },
                                "identifierName": "center"
                              },
                              "name": "center"
                            }
                          },
                          {
                            "type": "ObjectProperty",
                            "start": 8794,
                            "end": 8809,
                            "loc": {
                              "start": {
                                "line": 170,
                                "column": 12
                              },
                              "end": {
                                "line": 170,
                                "column": 27
                              }
                            },
                            "method": false,
                            "shorthand": false,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 8794,
                              "end": 8803,
                              "loc": {
                                "start": {
                                  "line": 170,
                                  "column": 12
                                },
                                "end": {
                                  "line": 170,
                                  "column": 21
                                },
                                "identifierName": "clockwise"
                              },
                              "name": "clockwise"
                            },
                            "value": {
                              "type": "BooleanLiteral",
                              "start": 8805,
                              "end": 8809,
                              "loc": {
                                "start": {
                                  "line": 170,
                                  "column": 23
                                },
                                "end": {
                                  "line": 170,
                                  "column": 27
                                }
                              },
                              "value": true
                            }
                          }
                        ],
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " fillet angle < 180 => cos(alpha/2) != 0",
                          "start": 8538,
                          "end": 8580,
                          "loc": {
                            "start": {
                              "line": 165,
                              "column": 101
                            },
                            "end": {
                              "line": 165,
                              "column": 143
                            }
                          }
                        }
                      ]
                    }
                  ],
                  "directives": []
                },
                "alternate": null
              },
              {
                "type": "VariableDeclaration",
                "start": 8833,
                "end": 8882,
                "loc": {
                  "start": {
                    "line": 174,
                    "column": 4
                  },
                  "end": {
                    "line": 174,
                    "column": 53
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 8837,
                    "end": 8881,
                    "loc": {
                      "start": {
                        "line": 174,
                        "column": 8
                      },
                      "end": {
                        "line": 174,
                        "column": 52
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 8837,
                      "end": 8846,
                      "loc": {
                        "start": {
                          "line": 174,
                          "column": 8
                        },
                        "end": {
                          "line": 174,
                          "column": 17
                        },
                        "identifierName": "middleNew"
                      },
                      "name": "middleNew"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 8849,
                      "end": 8881,
                      "loc": {
                        "start": {
                          "line": 174,
                          "column": 20
                        },
                        "end": {
                          "line": 174,
                          "column": 52
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 8849,
                        "end": 8870,
                        "loc": {
                          "start": {
                            "line": 174,
                            "column": 20
                          },
                          "end": {
                            "line": 174,
                            "column": 41
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 8849,
                          "end": 8866,
                          "loc": {
                            "start": {
                              "line": 174,
                              "column": 20
                            },
                            "end": {
                              "line": 174,
                              "column": 37
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 8849,
                            "end": 8864,
                            "loc": {
                              "start": {
                                "line": 174,
                                "column": 20
                              },
                              "end": {
                                "line": 174,
                                "column": 35
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 8849,
                              "end": 8858,
                              "loc": {
                                "start": {
                                  "line": 174,
                                  "column": 20
                                },
                                "end": {
                                  "line": 174,
                                  "column": 29
                                },
                                "identifierName": "middlePos"
                              },
                              "name": "middlePos"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 8859,
                              "end": 8864,
                              "loc": {
                                "start": {
                                  "line": 174,
                                  "column": 30
                                },
                                "end": {
                                  "line": 174,
                                  "column": 35
                                },
                                "identifierName": "clone"
                              },
                              "name": "clone"
                            },
                            "computed": false
                          },
                          "arguments": []
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 8867,
                          "end": 8870,
                          "loc": {
                            "start": {
                              "line": 174,
                              "column": 38
                            },
                            "end": {
                              "line": 174,
                              "column": 41
                            },
                            "identifierName": "sub"
                          },
                          "name": "sub"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 8871,
                          "end": 8880,
                          "loc": {
                            "start": {
                              "line": 174,
                              "column": 42
                            },
                            "end": {
                              "line": 174,
                              "column": 51
                            },
                            "identifierName": "vertexPos"
                          },
                          "name": "vertexPos"
                        }
                      ]
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 8888,
                "end": 8935,
                "loc": {
                  "start": {
                    "line": 176,
                    "column": 4
                  },
                  "end": {
                    "line": 176,
                    "column": 51
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 8892,
                    "end": 8934,
                    "loc": {
                      "start": {
                        "line": 176,
                        "column": 8
                      },
                      "end": {
                        "line": 176,
                        "column": 50
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 8892,
                      "end": 8899,
                      "loc": {
                        "start": {
                          "line": 176,
                          "column": 8
                        },
                        "end": {
                          "line": 176,
                          "column": 15
                        },
                        "identifierName": "sinA2Sq"
                      },
                      "name": "sinA2Sq"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 8902,
                      "end": 8934,
                      "loc": {
                        "start": {
                          "line": 176,
                          "column": 18
                        },
                        "end": {
                          "line": 176,
                          "column": 50
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 8902,
                        "end": 8910,
                        "loc": {
                          "start": {
                            "line": 176,
                            "column": 18
                          },
                          "end": {
                            "line": 176,
                            "column": 26
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 8902,
                          "end": 8906,
                          "loc": {
                            "start": {
                              "line": 176,
                              "column": 18
                            },
                            "end": {
                              "line": 176,
                              "column": 22
                            },
                            "identifierName": "Math"
                          },
                          "name": "Math"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 8907,
                          "end": 8910,
                          "loc": {
                            "start": {
                              "line": 176,
                              "column": 23
                            },
                            "end": {
                              "line": 176,
                              "column": 26
                            },
                            "identifierName": "pow"
                          },
                          "name": "pow"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "CallExpression",
                          "start": 8911,
                          "end": 8930,
                          "loc": {
                            "start": {
                              "line": 176,
                              "column": 27
                            },
                            "end": {
                              "line": 176,
                              "column": 46
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 8911,
                            "end": 8919,
                            "loc": {
                              "start": {
                                "line": 176,
                                "column": 27
                              },
                              "end": {
                                "line": 176,
                                "column": 35
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 8911,
                              "end": 8915,
                              "loc": {
                                "start": {
                                  "line": 176,
                                  "column": 27
                                },
                                "end": {
                                  "line": 176,
                                  "column": 31
                                },
                                "identifierName": "Math"
                              },
                              "name": "Math"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 8916,
                              "end": 8919,
                              "loc": {
                                "start": {
                                  "line": 176,
                                  "column": 32
                                },
                                "end": {
                                  "line": 176,
                                  "column": 35
                                },
                                "identifierName": "sin"
                              },
                              "name": "sin"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "BinaryExpression",
                              "start": 8920,
                              "end": 8929,
                              "loc": {
                                "start": {
                                  "line": 176,
                                  "column": 36
                                },
                                "end": {
                                  "line": 176,
                                  "column": 45
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 8920,
                                "end": 8925,
                                "loc": {
                                  "start": {
                                    "line": 176,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 176,
                                    "column": 41
                                  },
                                  "identifierName": "alpha"
                                },
                                "name": "alpha"
                              },
                              "operator": "/",
                              "right": {
                                "type": "NumericLiteral",
                                "start": 8928,
                                "end": 8929,
                                "loc": {
                                  "start": {
                                    "line": 176,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 176,
                                    "column": 45
                                  }
                                },
                                "extra": {
                                  "rawValue": 2,
                                  "raw": "2"
                                },
                                "value": 2
                              }
                            }
                          ]
                        },
                        {
                          "type": "NumericLiteral",
                          "start": 8932,
                          "end": 8933,
                          "loc": {
                            "start": {
                              "line": 176,
                              "column": 48
                            },
                            "end": {
                              "line": 176,
                              "column": 49
                            }
                          },
                          "extra": {
                            "rawValue": 2,
                            "raw": "2"
                          },
                          "value": 2
                        }
                      ]
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 8940,
                "end": 8966,
                "loc": {
                  "start": {
                    "line": 177,
                    "column": 4
                  },
                  "end": {
                    "line": 177,
                    "column": 30
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 8944,
                    "end": 8965,
                    "loc": {
                      "start": {
                        "line": 177,
                        "column": 8
                      },
                      "end": {
                        "line": 177,
                        "column": 29
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 8944,
                      "end": 8951,
                      "loc": {
                        "start": {
                          "line": 177,
                          "column": 8
                        },
                        "end": {
                          "line": 177,
                          "column": 15
                        },
                        "identifierName": "cosA2Sq"
                      },
                      "name": "cosA2Sq"
                    },
                    "init": {
                      "type": "BinaryExpression",
                      "start": 8954,
                      "end": 8965,
                      "loc": {
                        "start": {
                          "line": 177,
                          "column": 18
                        },
                        "end": {
                          "line": 177,
                          "column": 29
                        }
                      },
                      "left": {
                        "type": "NumericLiteral",
                        "start": 8954,
                        "end": 8955,
                        "loc": {
                          "start": {
                            "line": 177,
                            "column": 18
                          },
                          "end": {
                            "line": 177,
                            "column": 19
                          }
                        },
                        "extra": {
                          "rawValue": 1,
                          "raw": "1"
                        },
                        "value": 1
                      },
                      "operator": "-",
                      "right": {
                        "type": "Identifier",
                        "start": 8958,
                        "end": 8965,
                        "loc": {
                          "start": {
                            "line": 177,
                            "column": 22
                          },
                          "end": {
                            "line": 177,
                            "column": 29
                          },
                          "identifierName": "sinA2Sq"
                        },
                        "name": "sinA2Sq"
                      }
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 8972,
                "end": 9002,
                "loc": {
                  "start": {
                    "line": 179,
                    "column": 4
                  },
                  "end": {
                    "line": 179,
                    "column": 34
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 8976,
                    "end": 9001,
                    "loc": {
                      "start": {
                        "line": 179,
                        "column": 8
                      },
                      "end": {
                        "line": 179,
                        "column": 33
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 8976,
                      "end": 8978,
                      "loc": {
                        "start": {
                          "line": 179,
                          "column": 8
                        },
                        "end": {
                          "line": 179,
                          "column": 10
                        },
                        "identifierName": "A0"
                      },
                      "name": "A0"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 8981,
                      "end": 9001,
                      "loc": {
                        "start": {
                          "line": 179,
                          "column": 13
                        },
                        "end": {
                          "line": 179,
                          "column": 33
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 8981,
                        "end": 8999,
                        "loc": {
                          "start": {
                            "line": 179,
                            "column": 13
                          },
                          "end": {
                            "line": 179,
                            "column": 31
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 8981,
                          "end": 8990,
                          "loc": {
                            "start": {
                              "line": 179,
                              "column": 13
                            },
                            "end": {
                              "line": 179,
                              "column": 22
                            },
                            "identifierName": "middleNew"
                          },
                          "name": "middleNew"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 8991,
                          "end": 8999,
                          "loc": {
                            "start": {
                              "line": 179,
                              "column": 23
                            },
                            "end": {
                              "line": 179,
                              "column": 31
                            },
                            "identifierName": "lengthSq"
                          },
                          "name": "lengthSq"
                        },
                        "computed": false
                      },
                      "arguments": []
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 9007,
                "end": 9035,
                "loc": {
                  "start": {
                    "line": 180,
                    "column": 4
                  },
                  "end": {
                    "line": 180,
                    "column": 32
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 9011,
                    "end": 9034,
                    "loc": {
                      "start": {
                        "line": 180,
                        "column": 8
                      },
                      "end": {
                        "line": 180,
                        "column": 31
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 9011,
                      "end": 9013,
                      "loc": {
                        "start": {
                          "line": 180,
                          "column": 8
                        },
                        "end": {
                          "line": 180,
                          "column": 10
                        },
                        "identifierName": "A1"
                      },
                      "name": "A1"
                    },
                    "init": {
                      "type": "BinaryExpression",
                      "start": 9016,
                      "end": 9034,
                      "loc": {
                        "start": {
                          "line": 180,
                          "column": 13
                        },
                        "end": {
                          "line": 180,
                          "column": 31
                        }
                      },
                      "left": {
                        "type": "UnaryExpression",
                        "start": 9017,
                        "end": 9019,
                        "loc": {
                          "start": {
                            "line": 180,
                            "column": 14
                          },
                          "end": {
                            "line": 180,
                            "column": 16
                          }
                        },
                        "operator": "-",
                        "prefix": true,
                        "argument": {
                          "type": "NumericLiteral",
                          "start": 9018,
                          "end": 9019,
                          "loc": {
                            "start": {
                              "line": 180,
                              "column": 15
                            },
                            "end": {
                              "line": 180,
                              "column": 16
                            }
                          },
                          "extra": {
                            "rawValue": 2,
                            "raw": "2"
                          },
                          "value": 2
                        },
                        "extra": {
                          "parenthesizedArgument": false,
                          "parenthesized": true,
                          "parenStart": 9016
                        }
                      },
                      "operator": "*",
                      "right": {
                        "type": "MemberExpression",
                        "start": 9023,
                        "end": 9034,
                        "loc": {
                          "start": {
                            "line": 180,
                            "column": 20
                          },
                          "end": {
                            "line": 180,
                            "column": 31
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 9023,
                          "end": 9032,
                          "loc": {
                            "start": {
                              "line": 180,
                              "column": 20
                            },
                            "end": {
                              "line": 180,
                              "column": 29
                            },
                            "identifierName": "middleNew"
                          },
                          "name": "middleNew"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 9033,
                          "end": 9034,
                          "loc": {
                            "start": {
                              "line": 180,
                              "column": 30
                            },
                            "end": {
                              "line": 180,
                              "column": 31
                            },
                            "identifierName": "x"
                          },
                          "name": "x"
                        },
                        "computed": false
                      }
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 9040,
                "end": 9068,
                "loc": {
                  "start": {
                    "line": 181,
                    "column": 4
                  },
                  "end": {
                    "line": 181,
                    "column": 32
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 9044,
                    "end": 9067,
                    "loc": {
                      "start": {
                        "line": 181,
                        "column": 8
                      },
                      "end": {
                        "line": 181,
                        "column": 31
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 9044,
                      "end": 9046,
                      "loc": {
                        "start": {
                          "line": 181,
                          "column": 8
                        },
                        "end": {
                          "line": 181,
                          "column": 10
                        },
                        "identifierName": "A2"
                      },
                      "name": "A2"
                    },
                    "init": {
                      "type": "BinaryExpression",
                      "start": 9049,
                      "end": 9067,
                      "loc": {
                        "start": {
                          "line": 181,
                          "column": 13
                        },
                        "end": {
                          "line": 181,
                          "column": 31
                        }
                      },
                      "left": {
                        "type": "UnaryExpression",
                        "start": 9050,
                        "end": 9052,
                        "loc": {
                          "start": {
                            "line": 181,
                            "column": 14
                          },
                          "end": {
                            "line": 181,
                            "column": 16
                          }
                        },
                        "operator": "-",
                        "prefix": true,
                        "argument": {
                          "type": "NumericLiteral",
                          "start": 9051,
                          "end": 9052,
                          "loc": {
                            "start": {
                              "line": 181,
                              "column": 15
                            },
                            "end": {
                              "line": 181,
                              "column": 16
                            }
                          },
                          "extra": {
                            "rawValue": 2,
                            "raw": "2"
                          },
                          "value": 2
                        },
                        "extra": {
                          "parenthesizedArgument": false,
                          "parenthesized": true,
                          "parenStart": 9049
                        }
                      },
                      "operator": "*",
                      "right": {
                        "type": "MemberExpression",
                        "start": 9056,
                        "end": 9067,
                        "loc": {
                          "start": {
                            "line": 181,
                            "column": 20
                          },
                          "end": {
                            "line": 181,
                            "column": 31
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 9056,
                          "end": 9065,
                          "loc": {
                            "start": {
                              "line": 181,
                              "column": 20
                            },
                            "end": {
                              "line": 181,
                              "column": 29
                            },
                            "identifierName": "middleNew"
                          },
                          "name": "middleNew"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 9066,
                          "end": 9067,
                          "loc": {
                            "start": {
                              "line": 181,
                              "column": 30
                            },
                            "end": {
                              "line": 181,
                              "column": 31
                            },
                            "identifierName": "y"
                          },
                          "name": "y"
                        },
                        "computed": false
                      }
                    }
                  }
                ],
                "kind": "var",
                "trailingComments": [
                  {
                    "type": "CommentLine",
                    "value": "if (centerDir.x === 0) {",
                    "start": 9074,
                    "end": 9100,
                    "loc": {
                      "start": {
                        "line": 183,
                        "column": 4
                      },
                      "end": {
                        "line": 183,
                        "column": 30
                      }
                    }
                  },
                  {
                    "type": "CommentLine",
                    "value": "    var sign = centerDir.dot(new THREE.Vector3(0,1,0));",
                    "start": 9105,
                    "end": 9162,
                    "loc": {
                      "start": {
                        "line": 184,
                        "column": 4
                      },
                      "end": {
                        "line": 184,
                        "column": 61
                      }
                    }
                  },
                  {
                    "type": "CommentLine",
                    "value": "    var discr = Math.pow(A2, 2) - 4 * cosA2Sq * A0;",
                    "start": 9167,
                    "end": 9220,
                    "loc": {
                      "start": {
                        "line": 185,
                        "column": 4
                      },
                      "end": {
                        "line": 185,
                        "column": 57
                      }
                    }
                  },
                  {
                    "type": "CommentLine",
                    "value": "    var Oy = (-A2 + sign * Math.sqrt(discr)) / (2 * cosA2Sq);",
                    "start": 9225,
                    "end": 9288,
                    "loc": {
                      "start": {
                        "line": 186,
                        "column": 4
                      },
                      "end": {
                        "line": 186,
                        "column": 67
                      }
                    }
                  },
                  {
                    "type": "CommentLine",
                    "value": "",
                    "start": 9293,
                    "end": 9295,
                    "loc": {
                      "start": {
                        "line": 187,
                        "column": 4
                      },
                      "end": {
                        "line": 187,
                        "column": 6
                      }
                    }
                  },
                  {
                    "type": "CommentLine",
                    "value": "    center.x = 0;",
                    "start": 9300,
                    "end": 9319,
                    "loc": {
                      "start": {
                        "line": 188,
                        "column": 4
                      },
                      "end": {
                        "line": 188,
                        "column": 23
                      }
                    }
                  },
                  {
                    "type": "CommentLine",
                    "value": "    center.y = Oy;",
                    "start": 9324,
                    "end": 9344,
                    "loc": {
                      "start": {
                        "line": 189,
                        "column": 4
                      },
                      "end": {
                        "line": 189,
                        "column": 24
                      }
                    }
                  },
                  {
                    "type": "CommentLine",
                    "value": "} else",
                    "start": 9349,
                    "end": 9357,
                    "loc": {
                      "start": {
                        "line": 190,
                        "column": 4
                      },
                      "end": {
                        "line": 190,
                        "column": 12
                      }
                    }
                  }
                ]
              },
              {
                "type": "IfStatement",
                "start": 9362,
                "end": 10032,
                "loc": {
                  "start": {
                    "line": 191,
                    "column": 4
                  },
                  "end": {
                    "line": 210,
                    "column": 5
                  }
                },
                "test": {
                  "type": "BinaryExpression",
                  "start": 9366,
                  "end": 9383,
                  "loc": {
                    "start": {
                      "line": 191,
                      "column": 8
                    },
                    "end": {
                      "line": 191,
                      "column": 25
                    }
                  },
                  "left": {
                    "type": "MemberExpression",
                    "start": 9366,
                    "end": 9377,
                    "loc": {
                      "start": {
                        "line": 191,
                        "column": 8
                      },
                      "end": {
                        "line": 191,
                        "column": 19
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 9366,
                      "end": 9375,
                      "loc": {
                        "start": {
                          "line": 191,
                          "column": 8
                        },
                        "end": {
                          "line": 191,
                          "column": 17
                        },
                        "identifierName": "centerDir"
                      },
                      "name": "centerDir",
                      "leadingComments": null
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 9376,
                      "end": 9377,
                      "loc": {
                        "start": {
                          "line": 191,
                          "column": 18
                        },
                        "end": {
                          "line": 191,
                          "column": 19
                        },
                        "identifierName": "y"
                      },
                      "name": "y"
                    },
                    "computed": false,
                    "leadingComments": null
                  },
                  "operator": "===",
                  "right": {
                    "type": "NumericLiteral",
                    "start": 9382,
                    "end": 9383,
                    "loc": {
                      "start": {
                        "line": 191,
                        "column": 24
                      },
                      "end": {
                        "line": 191,
                        "column": 25
                      }
                    },
                    "extra": {
                      "rawValue": 0,
                      "raw": "0"
                    },
                    "value": 0
                  },
                  "leadingComments": null
                },
                "consequent": {
                  "type": "BlockStatement",
                  "start": 9385,
                  "end": 9622,
                  "loc": {
                    "start": {
                      "line": 191,
                      "column": 27
                    },
                    "end": {
                      "line": 198,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 9395,
                      "end": 9448,
                      "loc": {
                        "start": {
                          "line": 192,
                          "column": 8
                        },
                        "end": {
                          "line": 192,
                          "column": 61
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 9399,
                          "end": 9447,
                          "loc": {
                            "start": {
                              "line": 192,
                              "column": 12
                            },
                            "end": {
                              "line": 192,
                              "column": 60
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 9399,
                            "end": 9403,
                            "loc": {
                              "start": {
                                "line": 192,
                                "column": 12
                              },
                              "end": {
                                "line": 192,
                                "column": 16
                              },
                              "identifierName": "sign"
                            },
                            "name": "sign"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 9406,
                            "end": 9447,
                            "loc": {
                              "start": {
                                "line": 192,
                                "column": 19
                              },
                              "end": {
                                "line": 192,
                                "column": 60
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 9406,
                              "end": 9419,
                              "loc": {
                                "start": {
                                  "line": 192,
                                  "column": 19
                                },
                                "end": {
                                  "line": 192,
                                  "column": 32
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 9406,
                                "end": 9415,
                                "loc": {
                                  "start": {
                                    "line": 192,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 192,
                                    "column": 28
                                  },
                                  "identifierName": "centerDir"
                                },
                                "name": "centerDir"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 9416,
                                "end": 9419,
                                "loc": {
                                  "start": {
                                    "line": 192,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 192,
                                    "column": 32
                                  },
                                  "identifierName": "dot"
                                },
                                "name": "dot"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "NewExpression",
                                "start": 9420,
                                "end": 9446,
                                "loc": {
                                  "start": {
                                    "line": 192,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 192,
                                    "column": 59
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 9424,
                                  "end": 9437,
                                  "loc": {
                                    "start": {
                                      "line": 192,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 192,
                                      "column": 50
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 9424,
                                    "end": 9429,
                                    "loc": {
                                      "start": {
                                        "line": 192,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 192,
                                        "column": 42
                                      },
                                      "identifierName": "THREE"
                                    },
                                    "name": "THREE"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 9430,
                                    "end": 9437,
                                    "loc": {
                                      "start": {
                                        "line": 192,
                                        "column": 43
                                      },
                                      "end": {
                                        "line": 192,
                                        "column": 50
                                      },
                                      "identifierName": "Vector3"
                                    },
                                    "name": "Vector3"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "NumericLiteral",
                                    "start": 9438,
                                    "end": 9439,
                                    "loc": {
                                      "start": {
                                        "line": 192,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 192,
                                        "column": 52
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 1,
                                      "raw": "1"
                                    },
                                    "value": 1
                                  },
                                  {
                                    "type": "NumericLiteral",
                                    "start": 9441,
                                    "end": 9442,
                                    "loc": {
                                      "start": {
                                        "line": 192,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 192,
                                        "column": 55
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 0,
                                      "raw": "0"
                                    },
                                    "value": 0
                                  },
                                  {
                                    "type": "NumericLiteral",
                                    "start": 9444,
                                    "end": 9445,
                                    "loc": {
                                      "start": {
                                        "line": 192,
                                        "column": 57
                                      },
                                      "end": {
                                        "line": 192,
                                        "column": 58
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 0,
                                      "raw": "0"
                                    },
                                    "value": 0
                                  }
                                ]
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 9457,
                      "end": 9504,
                      "loc": {
                        "start": {
                          "line": 193,
                          "column": 8
                        },
                        "end": {
                          "line": 193,
                          "column": 55
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 9461,
                          "end": 9503,
                          "loc": {
                            "start": {
                              "line": 193,
                              "column": 12
                            },
                            "end": {
                              "line": 193,
                              "column": 54
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 9461,
                            "end": 9466,
                            "loc": {
                              "start": {
                                "line": 193,
                                "column": 12
                              },
                              "end": {
                                "line": 193,
                                "column": 17
                              },
                              "identifierName": "discr"
                            },
                            "name": "discr"
                          },
                          "init": {
                            "type": "BinaryExpression",
                            "start": 9469,
                            "end": 9503,
                            "loc": {
                              "start": {
                                "line": 193,
                                "column": 20
                              },
                              "end": {
                                "line": 193,
                                "column": 54
                              }
                            },
                            "left": {
                              "type": "CallExpression",
                              "start": 9469,
                              "end": 9484,
                              "loc": {
                                "start": {
                                  "line": 193,
                                  "column": 20
                                },
                                "end": {
                                  "line": 193,
                                  "column": 35
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 9469,
                                "end": 9477,
                                "loc": {
                                  "start": {
                                    "line": 193,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 193,
                                    "column": 28
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 9469,
                                  "end": 9473,
                                  "loc": {
                                    "start": {
                                      "line": 193,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 193,
                                      "column": 24
                                    },
                                    "identifierName": "Math"
                                  },
                                  "name": "Math"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 9474,
                                  "end": 9477,
                                  "loc": {
                                    "start": {
                                      "line": 193,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 193,
                                      "column": 28
                                    },
                                    "identifierName": "pow"
                                  },
                                  "name": "pow"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 9478,
                                  "end": 9480,
                                  "loc": {
                                    "start": {
                                      "line": 193,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 193,
                                      "column": 31
                                    },
                                    "identifierName": "A1"
                                  },
                                  "name": "A1"
                                },
                                {
                                  "type": "NumericLiteral",
                                  "start": 9482,
                                  "end": 9483,
                                  "loc": {
                                    "start": {
                                      "line": 193,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 193,
                                      "column": 34
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 2,
                                    "raw": "2"
                                  },
                                  "value": 2
                                }
                              ]
                            },
                            "operator": "-",
                            "right": {
                              "type": "BinaryExpression",
                              "start": 9487,
                              "end": 9503,
                              "loc": {
                                "start": {
                                  "line": 193,
                                  "column": 38
                                },
                                "end": {
                                  "line": 193,
                                  "column": 54
                                }
                              },
                              "left": {
                                "type": "BinaryExpression",
                                "start": 9487,
                                "end": 9498,
                                "loc": {
                                  "start": {
                                    "line": 193,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 193,
                                    "column": 49
                                  }
                                },
                                "left": {
                                  "type": "NumericLiteral",
                                  "start": 9487,
                                  "end": 9488,
                                  "loc": {
                                    "start": {
                                      "line": 193,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 193,
                                      "column": 39
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 4,
                                    "raw": "4"
                                  },
                                  "value": 4
                                },
                                "operator": "*",
                                "right": {
                                  "type": "Identifier",
                                  "start": 9491,
                                  "end": 9498,
                                  "loc": {
                                    "start": {
                                      "line": 193,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 193,
                                      "column": 49
                                    },
                                    "identifierName": "cosA2Sq"
                                  },
                                  "name": "cosA2Sq"
                                }
                              },
                              "operator": "*",
                              "right": {
                                "type": "Identifier",
                                "start": 9501,
                                "end": 9503,
                                "loc": {
                                  "start": {
                                    "line": 193,
                                    "column": 52
                                  },
                                  "end": {
                                    "line": 193,
                                    "column": 54
                                  },
                                  "identifierName": "A0"
                                },
                                "name": "A0"
                              }
                            }
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 9513,
                      "end": 9570,
                      "loc": {
                        "start": {
                          "line": 194,
                          "column": 8
                        },
                        "end": {
                          "line": 194,
                          "column": 65
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 9517,
                          "end": 9569,
                          "loc": {
                            "start": {
                              "line": 194,
                              "column": 12
                            },
                            "end": {
                              "line": 194,
                              "column": 64
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 9517,
                            "end": 9519,
                            "loc": {
                              "start": {
                                "line": 194,
                                "column": 12
                              },
                              "end": {
                                "line": 194,
                                "column": 14
                              },
                              "identifierName": "Ox"
                            },
                            "name": "Ox"
                          },
                          "init": {
                            "type": "BinaryExpression",
                            "start": 9522,
                            "end": 9569,
                            "loc": {
                              "start": {
                                "line": 194,
                                "column": 17
                              },
                              "end": {
                                "line": 194,
                                "column": 64
                              }
                            },
                            "left": {
                              "type": "BinaryExpression",
                              "start": 9523,
                              "end": 9552,
                              "loc": {
                                "start": {
                                  "line": 194,
                                  "column": 18
                                },
                                "end": {
                                  "line": 194,
                                  "column": 47
                                }
                              },
                              "left": {
                                "type": "UnaryExpression",
                                "start": 9523,
                                "end": 9526,
                                "loc": {
                                  "start": {
                                    "line": 194,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 194,
                                    "column": 21
                                  }
                                },
                                "operator": "-",
                                "prefix": true,
                                "argument": {
                                  "type": "Identifier",
                                  "start": 9524,
                                  "end": 9526,
                                  "loc": {
                                    "start": {
                                      "line": 194,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 194,
                                      "column": 21
                                    },
                                    "identifierName": "A1"
                                  },
                                  "name": "A1"
                                },
                                "extra": {
                                  "parenthesizedArgument": false
                                }
                              },
                              "operator": "+",
                              "right": {
                                "type": "BinaryExpression",
                                "start": 9529,
                                "end": 9552,
                                "loc": {
                                  "start": {
                                    "line": 194,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 194,
                                    "column": 47
                                  }
                                },
                                "left": {
                                  "type": "Identifier",
                                  "start": 9529,
                                  "end": 9533,
                                  "loc": {
                                    "start": {
                                      "line": 194,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 194,
                                      "column": 28
                                    },
                                    "identifierName": "sign"
                                  },
                                  "name": "sign"
                                },
                                "operator": "*",
                                "right": {
                                  "type": "CallExpression",
                                  "start": 9536,
                                  "end": 9552,
                                  "loc": {
                                    "start": {
                                      "line": 194,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 194,
                                      "column": 47
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 9536,
                                    "end": 9545,
                                    "loc": {
                                      "start": {
                                        "line": 194,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 194,
                                        "column": 40
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 9536,
                                      "end": 9540,
                                      "loc": {
                                        "start": {
                                          "line": 194,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 194,
                                          "column": 35
                                        },
                                        "identifierName": "Math"
                                      },
                                      "name": "Math"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 9541,
                                      "end": 9545,
                                      "loc": {
                                        "start": {
                                          "line": 194,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 194,
                                          "column": 40
                                        },
                                        "identifierName": "sqrt"
                                      },
                                      "name": "sqrt"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 9546,
                                      "end": 9551,
                                      "loc": {
                                        "start": {
                                          "line": 194,
                                          "column": 41
                                        },
                                        "end": {
                                          "line": 194,
                                          "column": 46
                                        },
                                        "identifierName": "discr"
                                      },
                                      "name": "discr"
                                    }
                                  ]
                                }
                              },
                              "extra": {
                                "parenthesized": true,
                                "parenStart": 9522
                              }
                            },
                            "operator": "/",
                            "right": {
                              "type": "BinaryExpression",
                              "start": 9557,
                              "end": 9568,
                              "loc": {
                                "start": {
                                  "line": 194,
                                  "column": 52
                                },
                                "end": {
                                  "line": 194,
                                  "column": 63
                                }
                              },
                              "left": {
                                "type": "NumericLiteral",
                                "start": 9557,
                                "end": 9558,
                                "loc": {
                                  "start": {
                                    "line": 194,
                                    "column": 52
                                  },
                                  "end": {
                                    "line": 194,
                                    "column": 53
                                  }
                                },
                                "extra": {
                                  "rawValue": 2,
                                  "raw": "2"
                                },
                                "value": 2
                              },
                              "operator": "*",
                              "right": {
                                "type": "Identifier",
                                "start": 9561,
                                "end": 9568,
                                "loc": {
                                  "start": {
                                    "line": 194,
                                    "column": 56
                                  },
                                  "end": {
                                    "line": 194,
                                    "column": 63
                                  },
                                  "identifierName": "cosA2Sq"
                                },
                                "name": "cosA2Sq"
                              },
                              "extra": {
                                "parenthesized": true,
                                "parenStart": 9556
                              }
                            }
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 9580,
                      "end": 9594,
                      "loc": {
                        "start": {
                          "line": 196,
                          "column": 8
                        },
                        "end": {
                          "line": 196,
                          "column": 22
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 9580,
                        "end": 9593,
                        "loc": {
                          "start": {
                            "line": 196,
                            "column": 8
                          },
                          "end": {
                            "line": 196,
                            "column": 21
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 9580,
                          "end": 9588,
                          "loc": {
                            "start": {
                              "line": 196,
                              "column": 8
                            },
                            "end": {
                              "line": 196,
                              "column": 16
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 9580,
                            "end": 9586,
                            "loc": {
                              "start": {
                                "line": 196,
                                "column": 8
                              },
                              "end": {
                                "line": 196,
                                "column": 14
                              },
                              "identifierName": "center"
                            },
                            "name": "center"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 9587,
                            "end": 9588,
                            "loc": {
                              "start": {
                                "line": 196,
                                "column": 15
                              },
                              "end": {
                                "line": 196,
                                "column": 16
                              },
                              "identifierName": "x"
                            },
                            "name": "x"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 9591,
                          "end": 9593,
                          "loc": {
                            "start": {
                              "line": 196,
                              "column": 19
                            },
                            "end": {
                              "line": 196,
                              "column": 21
                            },
                            "identifierName": "Ox"
                          },
                          "name": "Ox"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 9603,
                      "end": 9616,
                      "loc": {
                        "start": {
                          "line": 197,
                          "column": 8
                        },
                        "end": {
                          "line": 197,
                          "column": 21
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 9603,
                        "end": 9615,
                        "loc": {
                          "start": {
                            "line": 197,
                            "column": 8
                          },
                          "end": {
                            "line": 197,
                            "column": 20
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 9603,
                          "end": 9611,
                          "loc": {
                            "start": {
                              "line": 197,
                              "column": 8
                            },
                            "end": {
                              "line": 197,
                              "column": 16
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 9603,
                            "end": 9609,
                            "loc": {
                              "start": {
                                "line": 197,
                                "column": 8
                              },
                              "end": {
                                "line": 197,
                                "column": 14
                              },
                              "identifierName": "center"
                            },
                            "name": "center"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 9610,
                            "end": 9611,
                            "loc": {
                              "start": {
                                "line": 197,
                                "column": 15
                              },
                              "end": {
                                "line": 197,
                                "column": 16
                              },
                              "identifierName": "y"
                            },
                            "name": "y"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NumericLiteral",
                          "start": 9614,
                          "end": 9615,
                          "loc": {
                            "start": {
                              "line": 197,
                              "column": 19
                            },
                            "end": {
                              "line": 197,
                              "column": 20
                            }
                          },
                          "extra": {
                            "rawValue": 0,
                            "raw": "0"
                          },
                          "value": 0
                        }
                      }
                    }
                  ],
                  "directives": []
                },
                "alternate": {
                  "type": "BlockStatement",
                  "start": 9628,
                  "end": 10032,
                  "loc": {
                    "start": {
                      "line": 198,
                      "column": 11
                    },
                    "end": {
                      "line": 210,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 9638,
                      "end": 9691,
                      "loc": {
                        "start": {
                          "line": 199,
                          "column": 8
                        },
                        "end": {
                          "line": 199,
                          "column": 61
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 9642,
                          "end": 9690,
                          "loc": {
                            "start": {
                              "line": 199,
                              "column": 12
                            },
                            "end": {
                              "line": 199,
                              "column": 60
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 9642,
                            "end": 9646,
                            "loc": {
                              "start": {
                                "line": 199,
                                "column": 12
                              },
                              "end": {
                                "line": 199,
                                "column": 16
                              },
                              "identifierName": "sign"
                            },
                            "name": "sign"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 9649,
                            "end": 9690,
                            "loc": {
                              "start": {
                                "line": 199,
                                "column": 19
                              },
                              "end": {
                                "line": 199,
                                "column": 60
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 9649,
                              "end": 9662,
                              "loc": {
                                "start": {
                                  "line": 199,
                                  "column": 19
                                },
                                "end": {
                                  "line": 199,
                                  "column": 32
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 9649,
                                "end": 9658,
                                "loc": {
                                  "start": {
                                    "line": 199,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 199,
                                    "column": 28
                                  },
                                  "identifierName": "centerDir"
                                },
                                "name": "centerDir"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 9659,
                                "end": 9662,
                                "loc": {
                                  "start": {
                                    "line": 199,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 199,
                                    "column": 32
                                  },
                                  "identifierName": "dot"
                                },
                                "name": "dot"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "NewExpression",
                                "start": 9663,
                                "end": 9689,
                                "loc": {
                                  "start": {
                                    "line": 199,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 199,
                                    "column": 59
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 9667,
                                  "end": 9680,
                                  "loc": {
                                    "start": {
                                      "line": 199,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 199,
                                      "column": 50
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 9667,
                                    "end": 9672,
                                    "loc": {
                                      "start": {
                                        "line": 199,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 199,
                                        "column": 42
                                      },
                                      "identifierName": "THREE"
                                    },
                                    "name": "THREE"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 9673,
                                    "end": 9680,
                                    "loc": {
                                      "start": {
                                        "line": 199,
                                        "column": 43
                                      },
                                      "end": {
                                        "line": 199,
                                        "column": 50
                                      },
                                      "identifierName": "Vector3"
                                    },
                                    "name": "Vector3"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "NumericLiteral",
                                    "start": 9681,
                                    "end": 9682,
                                    "loc": {
                                      "start": {
                                        "line": 199,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 199,
                                        "column": 52
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 0,
                                      "raw": "0"
                                    },
                                    "value": 0
                                  },
                                  {
                                    "type": "NumericLiteral",
                                    "start": 9684,
                                    "end": 9685,
                                    "loc": {
                                      "start": {
                                        "line": 199,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 199,
                                        "column": 55
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 1,
                                      "raw": "1"
                                    },
                                    "value": 1
                                  },
                                  {
                                    "type": "NumericLiteral",
                                    "start": 9687,
                                    "end": 9688,
                                    "loc": {
                                      "start": {
                                        "line": 199,
                                        "column": 57
                                      },
                                      "end": {
                                        "line": 199,
                                        "column": 58
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 0,
                                      "raw": "0"
                                    },
                                    "value": 0
                                  }
                                ]
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 9700,
                      "end": 9743,
                      "loc": {
                        "start": {
                          "line": 200,
                          "column": 8
                        },
                        "end": {
                          "line": 200,
                          "column": 51
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 9704,
                          "end": 9742,
                          "loc": {
                            "start": {
                              "line": 200,
                              "column": 12
                            },
                            "end": {
                              "line": 200,
                              "column": 50
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 9704,
                            "end": 9714,
                            "loc": {
                              "start": {
                                "line": 200,
                                "column": 12
                              },
                              "end": {
                                "line": 200,
                                "column": 22
                              },
                              "identifierName": "proportion"
                            },
                            "name": "proportion"
                          },
                          "init": {
                            "type": "BinaryExpression",
                            "start": 9717,
                            "end": 9742,
                            "loc": {
                              "start": {
                                "line": 200,
                                "column": 25
                              },
                              "end": {
                                "line": 200,
                                "column": 50
                              }
                            },
                            "left": {
                              "type": "MemberExpression",
                              "start": 9717,
                              "end": 9728,
                              "loc": {
                                "start": {
                                  "line": 200,
                                  "column": 25
                                },
                                "end": {
                                  "line": 200,
                                  "column": 36
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 9717,
                                "end": 9726,
                                "loc": {
                                  "start": {
                                    "line": 200,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 200,
                                    "column": 34
                                  },
                                  "identifierName": "centerDir"
                                },
                                "name": "centerDir"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 9727,
                                "end": 9728,
                                "loc": {
                                  "start": {
                                    "line": 200,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 200,
                                    "column": 36
                                  },
                                  "identifierName": "x"
                                },
                                "name": "x"
                              },
                              "computed": false
                            },
                            "operator": "/",
                            "right": {
                              "type": "MemberExpression",
                              "start": 9731,
                              "end": 9742,
                              "loc": {
                                "start": {
                                  "line": 200,
                                  "column": 39
                                },
                                "end": {
                                  "line": 200,
                                  "column": 50
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 9731,
                                "end": 9740,
                                "loc": {
                                  "start": {
                                    "line": 200,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 200,
                                    "column": 48
                                  },
                                  "identifierName": "centerDir"
                                },
                                "name": "centerDir"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 9741,
                                "end": 9742,
                                "loc": {
                                  "start": {
                                    "line": 200,
                                    "column": 49
                                  },
                                  "end": {
                                    "line": 200,
                                    "column": 50
                                  },
                                  "identifierName": "y"
                                },
                                "name": "y"
                              },
                              "computed": false
                            }
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 9752,
                      "end": 9800,
                      "loc": {
                        "start": {
                          "line": 201,
                          "column": 8
                        },
                        "end": {
                          "line": 201,
                          "column": 56
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 9756,
                          "end": 9799,
                          "loc": {
                            "start": {
                              "line": 201,
                              "column": 12
                            },
                            "end": {
                              "line": 201,
                              "column": 55
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 9756,
                            "end": 9757,
                            "loc": {
                              "start": {
                                "line": 201,
                                "column": 12
                              },
                              "end": {
                                "line": 201,
                                "column": 13
                              },
                              "identifierName": "A"
                            },
                            "name": "A"
                          },
                          "init": {
                            "type": "BinaryExpression",
                            "start": 9760,
                            "end": 9799,
                            "loc": {
                              "start": {
                                "line": 201,
                                "column": 16
                              },
                              "end": {
                                "line": 201,
                                "column": 55
                              }
                            },
                            "left": {
                              "type": "BinaryExpression",
                              "start": 9761,
                              "end": 9788,
                              "loc": {
                                "start": {
                                  "line": 201,
                                  "column": 17
                                },
                                "end": {
                                  "line": 201,
                                  "column": 44
                                }
                              },
                              "left": {
                                "type": "BinaryExpression",
                                "start": 9761,
                                "end": 9784,
                                "loc": {
                                  "start": {
                                    "line": 201,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 201,
                                    "column": 40
                                  }
                                },
                                "left": {
                                  "type": "Identifier",
                                  "start": 9761,
                                  "end": 9771,
                                  "loc": {
                                    "start": {
                                      "line": 201,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 201,
                                      "column": 27
                                    },
                                    "identifierName": "proportion"
                                  },
                                  "name": "proportion"
                                },
                                "operator": "*",
                                "right": {
                                  "type": "Identifier",
                                  "start": 9774,
                                  "end": 9784,
                                  "loc": {
                                    "start": {
                                      "line": 201,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 201,
                                      "column": 40
                                    },
                                    "identifierName": "proportion"
                                  },
                                  "name": "proportion"
                                }
                              },
                              "operator": "+",
                              "right": {
                                "type": "NumericLiteral",
                                "start": 9787,
                                "end": 9788,
                                "loc": {
                                  "start": {
                                    "line": 201,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 201,
                                    "column": 44
                                  }
                                },
                                "extra": {
                                  "rawValue": 1,
                                  "raw": "1"
                                },
                                "value": 1
                              },
                              "extra": {
                                "parenthesized": true,
                                "parenStart": 9760
                              }
                            },
                            "operator": "*",
                            "right": {
                              "type": "Identifier",
                              "start": 9792,
                              "end": 9799,
                              "loc": {
                                "start": {
                                  "line": 201,
                                  "column": 48
                                },
                                "end": {
                                  "line": 201,
                                  "column": 55
                                },
                                "identifierName": "cosA2Sq"
                              },
                              "name": "cosA2Sq"
                            }
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 9809,
                      "end": 9838,
                      "loc": {
                        "start": {
                          "line": 202,
                          "column": 8
                        },
                        "end": {
                          "line": 202,
                          "column": 37
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 9813,
                          "end": 9837,
                          "loc": {
                            "start": {
                              "line": 202,
                              "column": 12
                            },
                            "end": {
                              "line": 202,
                              "column": 36
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 9813,
                            "end": 9814,
                            "loc": {
                              "start": {
                                "line": 202,
                                "column": 12
                              },
                              "end": {
                                "line": 202,
                                "column": 13
                              },
                              "identifierName": "B"
                            },
                            "name": "B"
                          },
                          "init": {
                            "type": "BinaryExpression",
                            "start": 9817,
                            "end": 9837,
                            "loc": {
                              "start": {
                                "line": 202,
                                "column": 16
                              },
                              "end": {
                                "line": 202,
                                "column": 36
                              }
                            },
                            "left": {
                              "type": "BinaryExpression",
                              "start": 9817,
                              "end": 9832,
                              "loc": {
                                "start": {
                                  "line": 202,
                                  "column": 16
                                },
                                "end": {
                                  "line": 202,
                                  "column": 31
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 9817,
                                "end": 9819,
                                "loc": {
                                  "start": {
                                    "line": 202,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 202,
                                    "column": 18
                                  },
                                  "identifierName": "A1"
                                },
                                "name": "A1"
                              },
                              "operator": "*",
                              "right": {
                                "type": "Identifier",
                                "start": 9822,
                                "end": 9832,
                                "loc": {
                                  "start": {
                                    "line": 202,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 202,
                                    "column": 31
                                  },
                                  "identifierName": "proportion"
                                },
                                "name": "proportion"
                              }
                            },
                            "operator": "+",
                            "right": {
                              "type": "Identifier",
                              "start": 9835,
                              "end": 9837,
                              "loc": {
                                "start": {
                                  "line": 202,
                                  "column": 34
                                },
                                "end": {
                                  "line": 202,
                                  "column": 36
                                },
                                "identifierName": "A2"
                              },
                              "name": "A2"
                            }
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 9847,
                      "end": 9858,
                      "loc": {
                        "start": {
                          "line": 203,
                          "column": 8
                        },
                        "end": {
                          "line": 203,
                          "column": 19
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 9851,
                          "end": 9857,
                          "loc": {
                            "start": {
                              "line": 203,
                              "column": 12
                            },
                            "end": {
                              "line": 203,
                              "column": 18
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 9851,
                            "end": 9852,
                            "loc": {
                              "start": {
                                "line": 203,
                                "column": 12
                              },
                              "end": {
                                "line": 203,
                                "column": 13
                              },
                              "identifierName": "C"
                            },
                            "name": "C"
                          },
                          "init": {
                            "type": "Identifier",
                            "start": 9855,
                            "end": 9857,
                            "loc": {
                              "start": {
                                "line": 203,
                                "column": 16
                              },
                              "end": {
                                "line": 203,
                                "column": 18
                              },
                              "identifierName": "A0"
                            },
                            "name": "A0"
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 9868,
                      "end": 9907,
                      "loc": {
                        "start": {
                          "line": 205,
                          "column": 8
                        },
                        "end": {
                          "line": 205,
                          "column": 47
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 9872,
                          "end": 9906,
                          "loc": {
                            "start": {
                              "line": 205,
                              "column": 12
                            },
                            "end": {
                              "line": 205,
                              "column": 46
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 9872,
                            "end": 9877,
                            "loc": {
                              "start": {
                                "line": 205,
                                "column": 12
                              },
                              "end": {
                                "line": 205,
                                "column": 17
                              },
                              "identifierName": "discr"
                            },
                            "name": "discr"
                          },
                          "init": {
                            "type": "BinaryExpression",
                            "start": 9880,
                            "end": 9906,
                            "loc": {
                              "start": {
                                "line": 205,
                                "column": 20
                              },
                              "end": {
                                "line": 205,
                                "column": 46
                              }
                            },
                            "left": {
                              "type": "CallExpression",
                              "start": 9880,
                              "end": 9894,
                              "loc": {
                                "start": {
                                  "line": 205,
                                  "column": 20
                                },
                                "end": {
                                  "line": 205,
                                  "column": 34
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 9880,
                                "end": 9888,
                                "loc": {
                                  "start": {
                                    "line": 205,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 205,
                                    "column": 28
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 9880,
                                  "end": 9884,
                                  "loc": {
                                    "start": {
                                      "line": 205,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 205,
                                      "column": 24
                                    },
                                    "identifierName": "Math"
                                  },
                                  "name": "Math"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 9885,
                                  "end": 9888,
                                  "loc": {
                                    "start": {
                                      "line": 205,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 205,
                                      "column": 28
                                    },
                                    "identifierName": "pow"
                                  },
                                  "name": "pow"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 9889,
                                  "end": 9890,
                                  "loc": {
                                    "start": {
                                      "line": 205,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 205,
                                      "column": 30
                                    },
                                    "identifierName": "B"
                                  },
                                  "name": "B"
                                },
                                {
                                  "type": "NumericLiteral",
                                  "start": 9892,
                                  "end": 9893,
                                  "loc": {
                                    "start": {
                                      "line": 205,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 205,
                                      "column": 33
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 2,
                                    "raw": "2"
                                  },
                                  "value": 2
                                }
                              ]
                            },
                            "operator": "-",
                            "right": {
                              "type": "BinaryExpression",
                              "start": 9897,
                              "end": 9906,
                              "loc": {
                                "start": {
                                  "line": 205,
                                  "column": 37
                                },
                                "end": {
                                  "line": 205,
                                  "column": 46
                                }
                              },
                              "left": {
                                "type": "BinaryExpression",
                                "start": 9897,
                                "end": 9902,
                                "loc": {
                                  "start": {
                                    "line": 205,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 205,
                                    "column": 42
                                  }
                                },
                                "left": {
                                  "type": "NumericLiteral",
                                  "start": 9897,
                                  "end": 9898,
                                  "loc": {
                                    "start": {
                                      "line": 205,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 205,
                                      "column": 38
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 4,
                                    "raw": "4"
                                  },
                                  "value": 4
                                },
                                "operator": "*",
                                "right": {
                                  "type": "Identifier",
                                  "start": 9901,
                                  "end": 9902,
                                  "loc": {
                                    "start": {
                                      "line": 205,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 205,
                                      "column": 42
                                    },
                                    "identifierName": "A"
                                  },
                                  "name": "A"
                                }
                              },
                              "operator": "*",
                              "right": {
                                "type": "Identifier",
                                "start": 9905,
                                "end": 9906,
                                "loc": {
                                  "start": {
                                    "line": 205,
                                    "column": 45
                                  },
                                  "end": {
                                    "line": 205,
                                    "column": 46
                                  },
                                  "identifierName": "C"
                                },
                                "name": "C"
                              }
                            }
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 9916,
                      "end": 9966,
                      "loc": {
                        "start": {
                          "line": 206,
                          "column": 8
                        },
                        "end": {
                          "line": 206,
                          "column": 58
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 9920,
                          "end": 9965,
                          "loc": {
                            "start": {
                              "line": 206,
                              "column": 12
                            },
                            "end": {
                              "line": 206,
                              "column": 57
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 9920,
                            "end": 9922,
                            "loc": {
                              "start": {
                                "line": 206,
                                "column": 12
                              },
                              "end": {
                                "line": 206,
                                "column": 14
                              },
                              "identifierName": "Oy"
                            },
                            "name": "Oy"
                          },
                          "init": {
                            "type": "BinaryExpression",
                            "start": 9925,
                            "end": 9965,
                            "loc": {
                              "start": {
                                "line": 206,
                                "column": 17
                              },
                              "end": {
                                "line": 206,
                                "column": 57
                              }
                            },
                            "left": {
                              "type": "BinaryExpression",
                              "start": 9926,
                              "end": 9954,
                              "loc": {
                                "start": {
                                  "line": 206,
                                  "column": 18
                                },
                                "end": {
                                  "line": 206,
                                  "column": 46
                                }
                              },
                              "left": {
                                "type": "UnaryExpression",
                                "start": 9926,
                                "end": 9928,
                                "loc": {
                                  "start": {
                                    "line": 206,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 206,
                                    "column": 20
                                  }
                                },
                                "operator": "-",
                                "prefix": true,
                                "argument": {
                                  "type": "Identifier",
                                  "start": 9927,
                                  "end": 9928,
                                  "loc": {
                                    "start": {
                                      "line": 206,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 206,
                                      "column": 20
                                    },
                                    "identifierName": "B"
                                  },
                                  "name": "B"
                                },
                                "extra": {
                                  "parenthesizedArgument": false
                                }
                              },
                              "operator": "+",
                              "right": {
                                "type": "BinaryExpression",
                                "start": 9931,
                                "end": 9954,
                                "loc": {
                                  "start": {
                                    "line": 206,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 206,
                                    "column": 46
                                  }
                                },
                                "left": {
                                  "type": "Identifier",
                                  "start": 9931,
                                  "end": 9935,
                                  "loc": {
                                    "start": {
                                      "line": 206,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 206,
                                      "column": 27
                                    },
                                    "identifierName": "sign"
                                  },
                                  "name": "sign"
                                },
                                "operator": "*",
                                "right": {
                                  "type": "CallExpression",
                                  "start": 9938,
                                  "end": 9954,
                                  "loc": {
                                    "start": {
                                      "line": 206,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 206,
                                      "column": 46
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 9938,
                                    "end": 9947,
                                    "loc": {
                                      "start": {
                                        "line": 206,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 206,
                                        "column": 39
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 9938,
                                      "end": 9942,
                                      "loc": {
                                        "start": {
                                          "line": 206,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 206,
                                          "column": 34
                                        },
                                        "identifierName": "Math"
                                      },
                                      "name": "Math"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 9943,
                                      "end": 9947,
                                      "loc": {
                                        "start": {
                                          "line": 206,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 206,
                                          "column": 39
                                        },
                                        "identifierName": "sqrt"
                                      },
                                      "name": "sqrt"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 9948,
                                      "end": 9953,
                                      "loc": {
                                        "start": {
                                          "line": 206,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 206,
                                          "column": 45
                                        },
                                        "identifierName": "discr"
                                      },
                                      "name": "discr"
                                    }
                                  ]
                                }
                              },
                              "extra": {
                                "parenthesized": true,
                                "parenStart": 9925
                              }
                            },
                            "operator": "/",
                            "right": {
                              "type": "BinaryExpression",
                              "start": 9959,
                              "end": 9964,
                              "loc": {
                                "start": {
                                  "line": 206,
                                  "column": 51
                                },
                                "end": {
                                  "line": 206,
                                  "column": 56
                                }
                              },
                              "left": {
                                "type": "NumericLiteral",
                                "start": 9959,
                                "end": 9960,
                                "loc": {
                                  "start": {
                                    "line": 206,
                                    "column": 51
                                  },
                                  "end": {
                                    "line": 206,
                                    "column": 52
                                  }
                                },
                                "extra": {
                                  "rawValue": 2,
                                  "raw": "2"
                                },
                                "value": 2
                              },
                              "operator": "*",
                              "right": {
                                "type": "Identifier",
                                "start": 9963,
                                "end": 9964,
                                "loc": {
                                  "start": {
                                    "line": 206,
                                    "column": 55
                                  },
                                  "end": {
                                    "line": 206,
                                    "column": 56
                                  },
                                  "identifierName": "A"
                                },
                                "name": "A"
                              },
                              "extra": {
                                "parenthesized": true,
                                "parenStart": 9958
                              }
                            }
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 9976,
                      "end": 10003,
                      "loc": {
                        "start": {
                          "line": 208,
                          "column": 8
                        },
                        "end": {
                          "line": 208,
                          "column": 35
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 9976,
                        "end": 10002,
                        "loc": {
                          "start": {
                            "line": 208,
                            "column": 8
                          },
                          "end": {
                            "line": 208,
                            "column": 34
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 9976,
                          "end": 9984,
                          "loc": {
                            "start": {
                              "line": 208,
                              "column": 8
                            },
                            "end": {
                              "line": 208,
                              "column": 16
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 9976,
                            "end": 9982,
                            "loc": {
                              "start": {
                                "line": 208,
                                "column": 8
                              },
                              "end": {
                                "line": 208,
                                "column": 14
                              },
                              "identifierName": "center"
                            },
                            "name": "center"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 9983,
                            "end": 9984,
                            "loc": {
                              "start": {
                                "line": 208,
                                "column": 15
                              },
                              "end": {
                                "line": 208,
                                "column": 16
                              },
                              "identifierName": "x"
                            },
                            "name": "x"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "BinaryExpression",
                          "start": 9987,
                          "end": 10002,
                          "loc": {
                            "start": {
                              "line": 208,
                              "column": 19
                            },
                            "end": {
                              "line": 208,
                              "column": 34
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 9987,
                            "end": 9989,
                            "loc": {
                              "start": {
                                "line": 208,
                                "column": 19
                              },
                              "end": {
                                "line": 208,
                                "column": 21
                              },
                              "identifierName": "Oy"
                            },
                            "name": "Oy"
                          },
                          "operator": "*",
                          "right": {
                            "type": "Identifier",
                            "start": 9992,
                            "end": 10002,
                            "loc": {
                              "start": {
                                "line": 208,
                                "column": 24
                              },
                              "end": {
                                "line": 208,
                                "column": 34
                              },
                              "identifierName": "proportion"
                            },
                            "name": "proportion"
                          }
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 10012,
                      "end": 10026,
                      "loc": {
                        "start": {
                          "line": 209,
                          "column": 8
                        },
                        "end": {
                          "line": 209,
                          "column": 22
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 10012,
                        "end": 10025,
                        "loc": {
                          "start": {
                            "line": 209,
                            "column": 8
                          },
                          "end": {
                            "line": 209,
                            "column": 21
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 10012,
                          "end": 10020,
                          "loc": {
                            "start": {
                              "line": 209,
                              "column": 8
                            },
                            "end": {
                              "line": 209,
                              "column": 16
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 10012,
                            "end": 10018,
                            "loc": {
                              "start": {
                                "line": 209,
                                "column": 8
                              },
                              "end": {
                                "line": 209,
                                "column": 14
                              },
                              "identifierName": "center"
                            },
                            "name": "center"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 10019,
                            "end": 10020,
                            "loc": {
                              "start": {
                                "line": 209,
                                "column": 15
                              },
                              "end": {
                                "line": 209,
                                "column": 16
                              },
                              "identifierName": "y"
                            },
                            "name": "y"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 10023,
                          "end": 10025,
                          "loc": {
                            "start": {
                              "line": 209,
                              "column": 19
                            },
                            "end": {
                              "line": 209,
                              "column": 21
                            },
                            "identifierName": "Oy"
                          },
                          "name": "Oy"
                        }
                      }
                    }
                  ],
                  "directives": []
                },
                "leadingComments": [
                  {
                    "type": "CommentLine",
                    "value": "if (centerDir.x === 0) {",
                    "start": 9074,
                    "end": 9100,
                    "loc": {
                      "start": {
                        "line": 183,
                        "column": 4
                      },
                      "end": {
                        "line": 183,
                        "column": 30
                      }
                    }
                  },
                  {
                    "type": "CommentLine",
                    "value": "    var sign = centerDir.dot(new THREE.Vector3(0,1,0));",
                    "start": 9105,
                    "end": 9162,
                    "loc": {
                      "start": {
                        "line": 184,
                        "column": 4
                      },
                      "end": {
                        "line": 184,
                        "column": 61
                      }
                    }
                  },
                  {
                    "type": "CommentLine",
                    "value": "    var discr = Math.pow(A2, 2) - 4 * cosA2Sq * A0;",
                    "start": 9167,
                    "end": 9220,
                    "loc": {
                      "start": {
                        "line": 185,
                        "column": 4
                      },
                      "end": {
                        "line": 185,
                        "column": 57
                      }
                    }
                  },
                  {
                    "type": "CommentLine",
                    "value": "    var Oy = (-A2 + sign * Math.sqrt(discr)) / (2 * cosA2Sq);",
                    "start": 9225,
                    "end": 9288,
                    "loc": {
                      "start": {
                        "line": 186,
                        "column": 4
                      },
                      "end": {
                        "line": 186,
                        "column": 67
                      }
                    }
                  },
                  {
                    "type": "CommentLine",
                    "value": "",
                    "start": 9293,
                    "end": 9295,
                    "loc": {
                      "start": {
                        "line": 187,
                        "column": 4
                      },
                      "end": {
                        "line": 187,
                        "column": 6
                      }
                    }
                  },
                  {
                    "type": "CommentLine",
                    "value": "    center.x = 0;",
                    "start": 9300,
                    "end": 9319,
                    "loc": {
                      "start": {
                        "line": 188,
                        "column": 4
                      },
                      "end": {
                        "line": 188,
                        "column": 23
                      }
                    }
                  },
                  {
                    "type": "CommentLine",
                    "value": "    center.y = Oy;",
                    "start": 9324,
                    "end": 9344,
                    "loc": {
                      "start": {
                        "line": 189,
                        "column": 4
                      },
                      "end": {
                        "line": 189,
                        "column": 24
                      }
                    }
                  },
                  {
                    "type": "CommentLine",
                    "value": "} else",
                    "start": 9349,
                    "end": 9357,
                    "loc": {
                      "start": {
                        "line": 190,
                        "column": 4
                      },
                      "end": {
                        "line": 190,
                        "column": 12
                      }
                    }
                  }
                ]
              },
              {
                "type": "VariableDeclaration",
                "start": 10038,
                "end": 10086,
                "loc": {
                  "start": {
                    "line": 212,
                    "column": 4
                  },
                  "end": {
                    "line": 212,
                    "column": 52
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 10042,
                    "end": 10085,
                    "loc": {
                      "start": {
                        "line": 212,
                        "column": 8
                      },
                      "end": {
                        "line": 212,
                        "column": 51
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 10042,
                      "end": 10045,
                      "loc": {
                        "start": {
                          "line": 212,
                          "column": 8
                        },
                        "end": {
                          "line": 212,
                          "column": 11
                        },
                        "identifierName": "len"
                      },
                      "name": "len"
                    },
                    "init": {
                      "type": "BinaryExpression",
                      "start": 10048,
                      "end": 10085,
                      "loc": {
                        "start": {
                          "line": 212,
                          "column": 14
                        },
                        "end": {
                          "line": 212,
                          "column": 51
                        }
                      },
                      "left": {
                        "type": "CallExpression",
                        "start": 10048,
                        "end": 10063,
                        "loc": {
                          "start": {
                            "line": 212,
                            "column": 14
                          },
                          "end": {
                            "line": 212,
                            "column": 29
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 10048,
                          "end": 10061,
                          "loc": {
                            "start": {
                              "line": 212,
                              "column": 14
                            },
                            "end": {
                              "line": 212,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 10048,
                            "end": 10054,
                            "loc": {
                              "start": {
                                "line": 212,
                                "column": 14
                              },
                              "end": {
                                "line": 212,
                                "column": 20
                              },
                              "identifierName": "center"
                            },
                            "name": "center"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 10055,
                            "end": 10061,
                            "loc": {
                              "start": {
                                "line": 212,
                                "column": 21
                              },
                              "end": {
                                "line": 212,
                                "column": 27
                              },
                              "identifierName": "length"
                            },
                            "name": "length"
                          },
                          "computed": false
                        },
                        "arguments": []
                      },
                      "operator": "*",
                      "right": {
                        "type": "CallExpression",
                        "start": 10066,
                        "end": 10085,
                        "loc": {
                          "start": {
                            "line": 212,
                            "column": 32
                          },
                          "end": {
                            "line": 212,
                            "column": 51
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 10066,
                          "end": 10074,
                          "loc": {
                            "start": {
                              "line": 212,
                              "column": 32
                            },
                            "end": {
                              "line": 212,
                              "column": 40
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 10066,
                            "end": 10070,
                            "loc": {
                              "start": {
                                "line": 212,
                                "column": 32
                              },
                              "end": {
                                "line": 212,
                                "column": 36
                              },
                              "identifierName": "Math"
                            },
                            "name": "Math"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 10071,
                            "end": 10074,
                            "loc": {
                              "start": {
                                "line": 212,
                                "column": 37
                              },
                              "end": {
                                "line": 212,
                                "column": 40
                              },
                              "identifierName": "cos"
                            },
                            "name": "cos"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "BinaryExpression",
                            "start": 10075,
                            "end": 10084,
                            "loc": {
                              "start": {
                                "line": 212,
                                "column": 41
                              },
                              "end": {
                                "line": 212,
                                "column": 50
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 10075,
                              "end": 10080,
                              "loc": {
                                "start": {
                                  "line": 212,
                                  "column": 41
                                },
                                "end": {
                                  "line": 212,
                                  "column": 46
                                },
                                "identifierName": "alpha"
                              },
                              "name": "alpha"
                            },
                            "operator": "/",
                            "right": {
                              "type": "NumericLiteral",
                              "start": 10083,
                              "end": 10084,
                              "loc": {
                                "start": {
                                  "line": 212,
                                  "column": 49
                                },
                                "end": {
                                  "line": 212,
                                  "column": 50
                                }
                              },
                              "extra": {
                                "rawValue": 2,
                                "raw": "2"
                              },
                              "value": 2
                            }
                          }
                        ]
                      }
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "ExpressionStatement",
                "start": 10091,
                "end": 10113,
                "loc": {
                  "start": {
                    "line": 213,
                    "column": 4
                  },
                  "end": {
                    "line": 213,
                    "column": 26
                  }
                },
                "expression": {
                  "type": "CallExpression",
                  "start": 10091,
                  "end": 10112,
                  "loc": {
                    "start": {
                      "line": 213,
                      "column": 4
                    },
                    "end": {
                      "line": 213,
                      "column": 25
                    }
                  },
                  "callee": {
                    "type": "MemberExpression",
                    "start": 10091,
                    "end": 10101,
                    "loc": {
                      "start": {
                        "line": 213,
                        "column": 4
                      },
                      "end": {
                        "line": 213,
                        "column": 14
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 10091,
                      "end": 10097,
                      "loc": {
                        "start": {
                          "line": 213,
                          "column": 4
                        },
                        "end": {
                          "line": 213,
                          "column": 10
                        },
                        "identifierName": "center"
                      },
                      "name": "center"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 10098,
                      "end": 10101,
                      "loc": {
                        "start": {
                          "line": 213,
                          "column": 11
                        },
                        "end": {
                          "line": 213,
                          "column": 14
                        },
                        "identifierName": "add"
                      },
                      "name": "add"
                    },
                    "computed": false
                  },
                  "arguments": [
                    {
                      "type": "Identifier",
                      "start": 10102,
                      "end": 10111,
                      "loc": {
                        "start": {
                          "line": 213,
                          "column": 15
                        },
                        "end": {
                          "line": 213,
                          "column": 24
                        },
                        "identifierName": "vertexPos"
                      },
                      "name": "vertexPos"
                    }
                  ]
                }
              },
              {
                "type": "ReturnStatement",
                "start": 10119,
                "end": 10331,
                "loc": {
                  "start": {
                    "line": 215,
                    "column": 4
                  },
                  "end": {
                    "line": 220,
                    "column": 6
                  }
                },
                "argument": {
                  "type": "ObjectExpression",
                  "start": 10126,
                  "end": 10330,
                  "loc": {
                    "start": {
                      "line": 215,
                      "column": 11
                    },
                    "end": {
                      "line": 220,
                      "column": 5
                    }
                  },
                  "properties": [
                    {
                      "type": "ObjectProperty",
                      "start": 10136,
                      "end": 10202,
                      "loc": {
                        "start": {
                          "line": 216,
                          "column": 8
                        },
                        "end": {
                          "line": 216,
                          "column": 74
                        }
                      },
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 10136,
                        "end": 10141,
                        "loc": {
                          "start": {
                            "line": 216,
                            "column": 8
                          },
                          "end": {
                            "line": 216,
                            "column": 13
                          },
                          "identifierName": "start"
                        },
                        "name": "start"
                      },
                      "value": {
                        "type": "CallExpression",
                        "start": 10143,
                        "end": 10202,
                        "loc": {
                          "start": {
                            "line": 216,
                            "column": 15
                          },
                          "end": {
                            "line": 216,
                            "column": 74
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 10143,
                          "end": 10164,
                          "loc": {
                            "start": {
                              "line": 216,
                              "column": 15
                            },
                            "end": {
                              "line": 216,
                              "column": 36
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 10143,
                            "end": 10160,
                            "loc": {
                              "start": {
                                "line": 216,
                                "column": 15
                              },
                              "end": {
                                "line": 216,
                                "column": 32
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 10143,
                              "end": 10158,
                              "loc": {
                                "start": {
                                  "line": 216,
                                  "column": 15
                                },
                                "end": {
                                  "line": 216,
                                  "column": 30
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 10143,
                                "end": 10152,
                                "loc": {
                                  "start": {
                                    "line": 216,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 216,
                                    "column": 24
                                  },
                                  "identifierName": "vertexPos"
                                },
                                "name": "vertexPos"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 10153,
                                "end": 10158,
                                "loc": {
                                  "start": {
                                    "line": 216,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 216,
                                    "column": 30
                                  },
                                  "identifierName": "clone"
                                },
                                "name": "clone"
                              },
                              "computed": false
                            },
                            "arguments": []
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 10161,
                            "end": 10164,
                            "loc": {
                              "start": {
                                "line": 216,
                                "column": 33
                              },
                              "end": {
                                "line": 216,
                                "column": 36
                              },
                              "identifierName": "add"
                            },
                            "name": "add"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "CallExpression",
                            "start": 10165,
                            "end": 10201,
                            "loc": {
                              "start": {
                                "line": 216,
                                "column": 37
                              },
                              "end": {
                                "line": 216,
                                "column": 73
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 10165,
                              "end": 10196,
                              "loc": {
                                "start": {
                                  "line": 216,
                                  "column": 37
                                },
                                "end": {
                                  "line": 216,
                                  "column": 68
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 10165,
                                "end": 10181,
                                "loc": {
                                  "start": {
                                    "line": 216,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 216,
                                    "column": 53
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 10165,
                                  "end": 10179,
                                  "loc": {
                                    "start": {
                                      "line": 216,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 216,
                                      "column": 51
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 10165,
                                    "end": 10173,
                                    "loc": {
                                      "start": {
                                        "line": 216,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 216,
                                        "column": 45
                                      },
                                      "identifierName": "startDir"
                                    },
                                    "name": "startDir"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 10174,
                                    "end": 10179,
                                    "loc": {
                                      "start": {
                                        "line": 216,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 216,
                                        "column": 51
                                      },
                                      "identifierName": "clone"
                                    },
                                    "name": "clone"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 10182,
                                "end": 10196,
                                "loc": {
                                  "start": {
                                    "line": 216,
                                    "column": 54
                                  },
                                  "end": {
                                    "line": 216,
                                    "column": 68
                                  },
                                  "identifierName": "multiplyScalar"
                                },
                                "name": "multiplyScalar"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 10197,
                                "end": 10200,
                                "loc": {
                                  "start": {
                                    "line": 216,
                                    "column": 69
                                  },
                                  "end": {
                                    "line": 216,
                                    "column": 72
                                  },
                                  "identifierName": "len"
                                },
                                "name": "len"
                              }
                            ]
                          }
                        ]
                      }
                    },
                    {
                      "type": "ObjectProperty",
                      "start": 10212,
                      "end": 10274,
                      "loc": {
                        "start": {
                          "line": 217,
                          "column": 8
                        },
                        "end": {
                          "line": 217,
                          "column": 70
                        }
                      },
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 10212,
                        "end": 10215,
                        "loc": {
                          "start": {
                            "line": 217,
                            "column": 8
                          },
                          "end": {
                            "line": 217,
                            "column": 11
                          },
                          "identifierName": "end"
                        },
                        "name": "end"
                      },
                      "value": {
                        "type": "CallExpression",
                        "start": 10217,
                        "end": 10274,
                        "loc": {
                          "start": {
                            "line": 217,
                            "column": 13
                          },
                          "end": {
                            "line": 217,
                            "column": 70
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 10217,
                          "end": 10238,
                          "loc": {
                            "start": {
                              "line": 217,
                              "column": 13
                            },
                            "end": {
                              "line": 217,
                              "column": 34
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 10217,
                            "end": 10234,
                            "loc": {
                              "start": {
                                "line": 217,
                                "column": 13
                              },
                              "end": {
                                "line": 217,
                                "column": 30
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 10217,
                              "end": 10232,
                              "loc": {
                                "start": {
                                  "line": 217,
                                  "column": 13
                                },
                                "end": {
                                  "line": 217,
                                  "column": 28
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 10217,
                                "end": 10226,
                                "loc": {
                                  "start": {
                                    "line": 217,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 217,
                                    "column": 22
                                  },
                                  "identifierName": "vertexPos"
                                },
                                "name": "vertexPos"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 10227,
                                "end": 10232,
                                "loc": {
                                  "start": {
                                    "line": 217,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 217,
                                    "column": 28
                                  },
                                  "identifierName": "clone"
                                },
                                "name": "clone"
                              },
                              "computed": false
                            },
                            "arguments": []
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 10235,
                            "end": 10238,
                            "loc": {
                              "start": {
                                "line": 217,
                                "column": 31
                              },
                              "end": {
                                "line": 217,
                                "column": 34
                              },
                              "identifierName": "add"
                            },
                            "name": "add"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "CallExpression",
                            "start": 10239,
                            "end": 10273,
                            "loc": {
                              "start": {
                                "line": 217,
                                "column": 35
                              },
                              "end": {
                                "line": 217,
                                "column": 69
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 10239,
                              "end": 10268,
                              "loc": {
                                "start": {
                                  "line": 217,
                                  "column": 35
                                },
                                "end": {
                                  "line": 217,
                                  "column": 64
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 10239,
                                "end": 10253,
                                "loc": {
                                  "start": {
                                    "line": 217,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 217,
                                    "column": 49
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 10239,
                                  "end": 10251,
                                  "loc": {
                                    "start": {
                                      "line": 217,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 217,
                                      "column": 47
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 10239,
                                    "end": 10245,
                                    "loc": {
                                      "start": {
                                        "line": 217,
                                        "column": 35
                                      },
                                      "end": {
                                        "line": 217,
                                        "column": 41
                                      },
                                      "identifierName": "endDir"
                                    },
                                    "name": "endDir"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 10246,
                                    "end": 10251,
                                    "loc": {
                                      "start": {
                                        "line": 217,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 217,
                                        "column": 47
                                      },
                                      "identifierName": "clone"
                                    },
                                    "name": "clone"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 10254,
                                "end": 10268,
                                "loc": {
                                  "start": {
                                    "line": 217,
                                    "column": 50
                                  },
                                  "end": {
                                    "line": 217,
                                    "column": 64
                                  },
                                  "identifierName": "multiplyScalar"
                                },
                                "name": "multiplyScalar"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 10269,
                                "end": 10272,
                                "loc": {
                                  "start": {
                                    "line": 217,
                                    "column": 65
                                  },
                                  "end": {
                                    "line": 217,
                                    "column": 68
                                  },
                                  "identifierName": "len"
                                },
                                "name": "len"
                              }
                            ]
                          }
                        ]
                      }
                    },
                    {
                      "type": "ObjectProperty",
                      "start": 10284,
                      "end": 10298,
                      "loc": {
                        "start": {
                          "line": 218,
                          "column": 8
                        },
                        "end": {
                          "line": 218,
                          "column": 22
                        }
                      },
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 10284,
                        "end": 10290,
                        "loc": {
                          "start": {
                            "line": 218,
                            "column": 8
                          },
                          "end": {
                            "line": 218,
                            "column": 14
                          },
                          "identifierName": "center"
                        },
                        "name": "center"
                      },
                      "value": {
                        "type": "Identifier",
                        "start": 10292,
                        "end": 10298,
                        "loc": {
                          "start": {
                            "line": 218,
                            "column": 16
                          },
                          "end": {
                            "line": 218,
                            "column": 22
                          },
                          "identifierName": "center"
                        },
                        "name": "center"
                      }
                    },
                    {
                      "type": "ObjectProperty",
                      "start": 10308,
                      "end": 10323,
                      "loc": {
                        "start": {
                          "line": 219,
                          "column": 8
                        },
                        "end": {
                          "line": 219,
                          "column": 23
                        }
                      },
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 10308,
                        "end": 10317,
                        "loc": {
                          "start": {
                            "line": 219,
                            "column": 8
                          },
                          "end": {
                            "line": 219,
                            "column": 17
                          },
                          "identifierName": "clockwise"
                        },
                        "name": "clockwise"
                      },
                      "value": {
                        "type": "BooleanLiteral",
                        "start": 10319,
                        "end": 10323,
                        "loc": {
                          "start": {
                            "line": 219,
                            "column": 19
                          },
                          "end": {
                            "line": 219,
                            "column": 23
                          }
                        },
                        "value": true
                      }
                    }
                  ]
                }
              }
            ],
            "directives": []
          },
          "leadingComments": [],
          "trailingComments": []
        }
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 10335,
        "end": 11070,
        "loc": {
          "start": {
            "line": 223,
            "column": 0
          },
          "end": {
            "line": 236,
            "column": 1
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "FunctionDeclaration",
          "start": 10342,
          "end": 11070,
          "loc": {
            "start": {
              "line": 223,
              "column": 7
            },
            "end": {
              "line": 236,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 10351,
            "end": 10369,
            "loc": {
              "start": {
                "line": 223,
                "column": 16
              },
              "end": {
                "line": 223,
                "column": 34
              },
              "identifierName": "drawLineBy_Angle_M"
            },
            "name": "drawLineBy_Angle_M"
          },
          "generator": false,
          "expression": false,
          "async": false,
          "params": [
            {
              "type": "ArrayPattern",
              "start": 10370,
              "end": 10410,
              "loc": {
                "start": {
                  "line": 223,
                  "column": 35
                },
                "end": {
                  "line": 223,
                  "column": 75
                }
              },
              "elements": [
                {
                  "type": "Identifier",
                  "start": 10371,
                  "end": 10380,
                  "loc": {
                    "start": {
                      "line": 223,
                      "column": 36
                    },
                    "end": {
                      "line": 223,
                      "column": 45
                    },
                    "identifierName": "vertexPos"
                  },
                  "name": "vertexPos"
                },
                {
                  "type": "Identifier",
                  "start": 10382,
                  "end": 10390,
                  "loc": {
                    "start": {
                      "line": 223,
                      "column": 47
                    },
                    "end": {
                      "line": 223,
                      "column": 55
                    },
                    "identifierName": "startDir"
                  },
                  "name": "startDir"
                },
                {
                  "type": "Identifier",
                  "start": 10392,
                  "end": 10398,
                  "loc": {
                    "start": {
                      "line": 223,
                      "column": 57
                    },
                    "end": {
                      "line": 223,
                      "column": 63
                    },
                    "identifierName": "endDir"
                  },
                  "name": "endDir"
                },
                {
                  "type": "Identifier",
                  "start": 10400,
                  "end": 10409,
                  "loc": {
                    "start": {
                      "line": 223,
                      "column": 65
                    },
                    "end": {
                      "line": 223,
                      "column": 74
                    },
                    "identifierName": "middlePos"
                  },
                  "name": "middlePos"
                }
              ]
            }
          ],
          "body": {
            "type": "BlockStatement",
            "start": 10412,
            "end": 11070,
            "loc": {
              "start": {
                "line": 223,
                "column": 77
              },
              "end": {
                "line": 236,
                "column": 1
              }
            },
            "body": [
              {
                "type": "VariableDeclaration",
                "start": 10418,
                "end": 10495,
                "loc": {
                  "start": {
                    "line": 224,
                    "column": 4
                  },
                  "end": {
                    "line": 224,
                    "column": 81
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 10422,
                    "end": 10494,
                    "loc": {
                      "start": {
                        "line": 224,
                        "column": 8
                      },
                      "end": {
                        "line": 224,
                        "column": 80
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 10422,
                      "end": 10431,
                      "loc": {
                        "start": {
                          "line": 224,
                          "column": 8
                        },
                        "end": {
                          "line": 224,
                          "column": 17
                        },
                        "identifierName": "centerDir"
                      },
                      "name": "centerDir"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 10434,
                      "end": 10494,
                      "loc": {
                        "start": {
                          "line": 224,
                          "column": 20
                        },
                        "end": {
                          "line": 224,
                          "column": 80
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 10434,
                        "end": 10492,
                        "loc": {
                          "start": {
                            "line": 224,
                            "column": 20
                          },
                          "end": {
                            "line": 224,
                            "column": 78
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 10434,
                          "end": 10482,
                          "loc": {
                            "start": {
                              "line": 224,
                              "column": 20
                            },
                            "end": {
                              "line": 224,
                              "column": 68
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 10434,
                            "end": 10477,
                            "loc": {
                              "start": {
                                "line": 224,
                                "column": 20
                              },
                              "end": {
                                "line": 224,
                                "column": 63
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 10434,
                              "end": 10462,
                              "loc": {
                                "start": {
                                  "line": 224,
                                  "column": 20
                                },
                                "end": {
                                  "line": 224,
                                  "column": 48
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 10434,
                                "end": 10454,
                                "loc": {
                                  "start": {
                                    "line": 224,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 224,
                                    "column": 40
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 10434,
                                  "end": 10450,
                                  "loc": {
                                    "start": {
                                      "line": 224,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 224,
                                      "column": 36
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 10434,
                                    "end": 10448,
                                    "loc": {
                                      "start": {
                                        "line": 224,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 224,
                                        "column": 34
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 10434,
                                      "end": 10442,
                                      "loc": {
                                        "start": {
                                          "line": 224,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 224,
                                          "column": 28
                                        },
                                        "identifierName": "startDir"
                                      },
                                      "name": "startDir"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 10443,
                                      "end": 10448,
                                      "loc": {
                                        "start": {
                                          "line": 224,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 224,
                                          "column": 34
                                        },
                                        "identifierName": "clone"
                                      },
                                      "name": "clone"
                                    },
                                    "computed": false
                                  },
                                  "arguments": []
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 10451,
                                  "end": 10454,
                                  "loc": {
                                    "start": {
                                      "line": 224,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 224,
                                      "column": 40
                                    },
                                    "identifierName": "add"
                                  },
                                  "name": "add"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 10455,
                                  "end": 10461,
                                  "loc": {
                                    "start": {
                                      "line": 224,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 224,
                                      "column": 47
                                    },
                                    "identifierName": "endDir"
                                  },
                                  "name": "endDir"
                                }
                              ]
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 10463,
                              "end": 10477,
                              "loc": {
                                "start": {
                                  "line": 224,
                                  "column": 49
                                },
                                "end": {
                                  "line": 224,
                                  "column": 63
                                },
                                "identifierName": "multiplyScalar"
                              },
                              "name": "multiplyScalar"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "NumericLiteral",
                              "start": 10478,
                              "end": 10481,
                              "loc": {
                                "start": {
                                  "line": 224,
                                  "column": 64
                                },
                                "end": {
                                  "line": 224,
                                  "column": 67
                                }
                              },
                              "extra": {
                                "rawValue": 0.5,
                                "raw": "0.5"
                              },
                              "value": 0.5
                            }
                          ]
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 10483,
                          "end": 10492,
                          "loc": {
                            "start": {
                              "line": 224,
                              "column": 69
                            },
                            "end": {
                              "line": 224,
                              "column": 78
                            },
                            "identifierName": "normalize"
                          },
                          "name": "normalize"
                        },
                        "computed": false
                      },
                      "arguments": []
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 10500,
                "end": 10554,
                "loc": {
                  "start": {
                    "line": 225,
                    "column": 4
                  },
                  "end": {
                    "line": 225,
                    "column": 58
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 10504,
                    "end": 10553,
                    "loc": {
                      "start": {
                        "line": 225,
                        "column": 8
                      },
                      "end": {
                        "line": 225,
                        "column": 57
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 10504,
                      "end": 10518,
                      "loc": {
                        "start": {
                          "line": 225,
                          "column": 8
                        },
                        "end": {
                          "line": 225,
                          "column": 22
                        },
                        "identifierName": "vertexToMiddle"
                      },
                      "name": "vertexToMiddle"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 10521,
                      "end": 10553,
                      "loc": {
                        "start": {
                          "line": 225,
                          "column": 25
                        },
                        "end": {
                          "line": 225,
                          "column": 57
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 10521,
                        "end": 10542,
                        "loc": {
                          "start": {
                            "line": 225,
                            "column": 25
                          },
                          "end": {
                            "line": 225,
                            "column": 46
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 10521,
                          "end": 10538,
                          "loc": {
                            "start": {
                              "line": 225,
                              "column": 25
                            },
                            "end": {
                              "line": 225,
                              "column": 42
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 10521,
                            "end": 10536,
                            "loc": {
                              "start": {
                                "line": 225,
                                "column": 25
                              },
                              "end": {
                                "line": 225,
                                "column": 40
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 10521,
                              "end": 10530,
                              "loc": {
                                "start": {
                                  "line": 225,
                                  "column": 25
                                },
                                "end": {
                                  "line": 225,
                                  "column": 34
                                },
                                "identifierName": "middlePos"
                              },
                              "name": "middlePos"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 10531,
                              "end": 10536,
                              "loc": {
                                "start": {
                                  "line": 225,
                                  "column": 35
                                },
                                "end": {
                                  "line": 225,
                                  "column": 40
                                },
                                "identifierName": "clone"
                              },
                              "name": "clone"
                            },
                            "computed": false
                          },
                          "arguments": []
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 10539,
                          "end": 10542,
                          "loc": {
                            "start": {
                              "line": 225,
                              "column": 43
                            },
                            "end": {
                              "line": 225,
                              "column": 46
                            },
                            "identifierName": "sub"
                          },
                          "name": "sub"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 10543,
                          "end": 10552,
                          "loc": {
                            "start": {
                              "line": 225,
                              "column": 47
                            },
                            "end": {
                              "line": 225,
                              "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": 10560,
                    "end": 10652,
                    "loc": {
                      "start": {
                        "line": 227,
                        "column": 4
                      },
                      "end": {
                        "line": 227,
                        "column": 96
                      }
                    }
                  }
                ]
              },
              {
                "type": "IfStatement",
                "start": 10657,
                "end": 10742,
                "loc": {
                  "start": {
                    "line": 228,
                    "column": 4
                  },
                  "end": {
                    "line": 228,
                    "column": 89
                  }
                },
                "test": {
                  "type": "LogicalExpression",
                  "start": 10661,
                  "end": 10728,
                  "loc": {
                    "start": {
                      "line": 228,
                      "column": 8
                    },
                    "end": {
                      "line": 228,
                      "column": 75
                    }
                  },
                  "left": {
                    "type": "BinaryExpression",
                    "start": 10661,
                    "end": 10691,
                    "loc": {
                      "start": {
                        "line": 228,
                        "column": 8
                      },
                      "end": {
                        "line": 228,
                        "column": 38
                      }
                    },
                    "left": {
                      "type": "CallExpression",
                      "start": 10661,
                      "end": 10684,
                      "loc": {
                        "start": {
                          "line": 228,
                          "column": 8
                        },
                        "end": {
                          "line": 228,
                          "column": 31
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 10661,
                        "end": 10682,
                        "loc": {
                          "start": {
                            "line": 228,
                            "column": 8
                          },
                          "end": {
                            "line": 228,
                            "column": 29
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 10661,
                          "end": 10675,
                          "loc": {
                            "start": {
                              "line": 228,
                              "column": 8
                            },
                            "end": {
                              "line": 228,
                              "column": 22
                            },
                            "identifierName": "vertexToMiddle"
                          },
                          "name": "vertexToMiddle",
                          "leadingComments": null
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 10676,
                          "end": 10682,
                          "loc": {
                            "start": {
                              "line": 228,
                              "column": 23
                            },
                            "end": {
                              "line": 228,
                              "column": 29
                            },
                            "identifierName": "length"
                          },
                          "name": "length"
                        },
                        "computed": false,
                        "leadingComments": null
                      },
                      "arguments": [],
                      "leadingComments": null
                    },
                    "operator": "<",
                    "right": {
                      "type": "NumericLiteral",
                      "start": 10687,
                      "end": 10691,
                      "loc": {
                        "start": {
                          "line": 228,
                          "column": 34
                        },
                        "end": {
                          "line": 228,
                          "column": 38
                        }
                      },
                      "extra": {
                        "rawValue": 0.01,
                        "raw": "1e-2"
                      },
                      "value": 0.01
                    },
                    "leadingComments": null
                  },
                  "operator": "||",
                  "right": {
                    "type": "BinaryExpression",
                    "start": 10695,
                    "end": 10728,
                    "loc": {
                      "start": {
                        "line": 228,
                        "column": 42
                      },
                      "end": {
                        "line": 228,
                        "column": 75
                      }
                    },
                    "left": {
                      "type": "CallExpression",
                      "start": 10695,
                      "end": 10724,
                      "loc": {
                        "start": {
                          "line": 228,
                          "column": 42
                        },
                        "end": {
                          "line": 228,
                          "column": 71
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 10695,
                        "end": 10713,
                        "loc": {
                          "start": {
                            "line": 228,
                            "column": 42
                          },
                          "end": {
                            "line": 228,
                            "column": 60
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 10695,
                          "end": 10709,
                          "loc": {
                            "start": {
                              "line": 228,
                              "column": 42
                            },
                            "end": {
                              "line": 228,
                              "column": 56
                            },
                            "identifierName": "vertexToMiddle"
                          },
                          "name": "vertexToMiddle"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 10710,
                          "end": 10713,
                          "loc": {
                            "start": {
                              "line": 228,
                              "column": 57
                            },
                            "end": {
                              "line": 228,
                              "column": 60
                            },
                            "identifierName": "dot"
                          },
                          "name": "dot"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 10714,
                          "end": 10723,
                          "loc": {
                            "start": {
                              "line": 228,
                              "column": 61
                            },
                            "end": {
                              "line": 228,
                              "column": 70
                            },
                            "identifierName": "centerDir"
                          },
                          "name": "centerDir"
                        }
                      ]
                    },
                    "operator": "<",
                    "right": {
                      "type": "NumericLiteral",
                      "start": 10727,
                      "end": 10728,
                      "loc": {
                        "start": {
                          "line": 228,
                          "column": 74
                        },
                        "end": {
                          "line": 228,
                          "column": 75
                        }
                      },
                      "extra": {
                        "rawValue": 0,
                        "raw": "0"
                      },
                      "value": 0
                    }
                  },
                  "leadingComments": null
                },
                "consequent": {
                  "type": "ReturnStatement",
                  "start": 10730,
                  "end": 10742,
                  "loc": {
                    "start": {
                      "line": 228,
                      "column": 77
                    },
                    "end": {
                      "line": 228,
                      "column": 89
                    }
                  },
                  "argument": {
                    "type": "NullLiteral",
                    "start": 10737,
                    "end": 10741,
                    "loc": {
                      "start": {
                        "line": 228,
                        "column": 84
                      },
                      "end": {
                        "line": 228,
                        "column": 88
                      }
                    }
                  }
                },
                "alternate": null,
                "leadingComments": [
                  {
                    "type": "CommentLine",
                    "value": " if radius is too small or middlepos and its projection to centerDir is out of filletAngle",
                    "start": 10560,
                    "end": 10652,
                    "loc": {
                      "start": {
                        "line": 227,
                        "column": 4
                      },
                      "end": {
                        "line": 227,
                        "column": 96
                      }
                    }
                  }
                ]
              },
              {
                "type": "VariableDeclaration",
                "start": 10748,
                "end": 10785,
                "loc": {
                  "start": {
                    "line": 230,
                    "column": 4
                  },
                  "end": {
                    "line": 230,
                    "column": 41
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 10752,
                    "end": 10784,
                    "loc": {
                      "start": {
                        "line": 230,
                        "column": 8
                      },
                      "end": {
                        "line": 230,
                        "column": 40
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 10752,
                      "end": 10757,
                      "loc": {
                        "start": {
                          "line": 230,
                          "column": 8
                        },
                        "end": {
                          "line": 230,
                          "column": 13
                        },
                        "identifierName": "alpha"
                      },
                      "name": "alpha"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 10760,
                      "end": 10784,
                      "loc": {
                        "start": {
                          "line": 230,
                          "column": 16
                        },
                        "end": {
                          "line": 230,
                          "column": 40
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 10760,
                        "end": 10774,
                        "loc": {
                          "start": {
                            "line": 230,
                            "column": 16
                          },
                          "end": {
                            "line": 230,
                            "column": 30
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 10760,
                          "end": 10766,
                          "loc": {
                            "start": {
                              "line": 230,
                              "column": 16
                            },
                            "end": {
                              "line": 230,
                              "column": 22
                            },
                            "identifierName": "endDir"
                          },
                          "name": "endDir"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 10767,
                          "end": 10774,
                          "loc": {
                            "start": {
                              "line": 230,
                              "column": 23
                            },
                            "end": {
                              "line": 230,
                              "column": 30
                            },
                            "identifierName": "angleTo"
                          },
                          "name": "angleTo"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 10775,
                          "end": 10783,
                          "loc": {
                            "start": {
                              "line": 230,
                              "column": 31
                            },
                            "end": {
                              "line": 230,
                              "column": 39
                            },
                            "identifierName": "startDir"
                          },
                          "name": "startDir"
                        }
                      ]
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 10790,
                "end": 10852,
                "loc": {
                  "start": {
                    "line": 231,
                    "column": 4
                  },
                  "end": {
                    "line": 231,
                    "column": 66
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 10794,
                    "end": 10851,
                    "loc": {
                      "start": {
                        "line": 231,
                        "column": 8
                      },
                      "end": {
                        "line": 231,
                        "column": 65
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 10794,
                      "end": 10797,
                      "loc": {
                        "start": {
                          "line": 231,
                          "column": 8
                        },
                        "end": {
                          "line": 231,
                          "column": 11
                        },
                        "identifierName": "len"
                      },
                      "name": "len"
                    },
                    "init": {
                      "type": "BinaryExpression",
                      "start": 10800,
                      "end": 10851,
                      "loc": {
                        "start": {
                          "line": 231,
                          "column": 14
                        },
                        "end": {
                          "line": 231,
                          "column": 65
                        }
                      },
                      "left": {
                        "type": "CallExpression",
                        "start": 10800,
                        "end": 10829,
                        "loc": {
                          "start": {
                            "line": 231,
                            "column": 14
                          },
                          "end": {
                            "line": 231,
                            "column": 43
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 10800,
                          "end": 10818,
                          "loc": {
                            "start": {
                              "line": 231,
                              "column": 14
                            },
                            "end": {
                              "line": 231,
                              "column": 32
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 10800,
                            "end": 10814,
                            "loc": {
                              "start": {
                                "line": 231,
                                "column": 14
                              },
                              "end": {
                                "line": 231,
                                "column": 28
                              },
                              "identifierName": "vertexToMiddle"
                            },
                            "name": "vertexToMiddle"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 10815,
                            "end": 10818,
                            "loc": {
                              "start": {
                                "line": 231,
                                "column": 29
                              },
                              "end": {
                                "line": 231,
                                "column": 32
                              },
                              "identifierName": "dot"
                            },
                            "name": "dot"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 10819,
                            "end": 10828,
                            "loc": {
                              "start": {
                                "line": 231,
                                "column": 33
                              },
                              "end": {
                                "line": 231,
                                "column": 42
                              },
                              "identifierName": "centerDir"
                            },
                            "name": "centerDir"
                          }
                        ]
                      },
                      "operator": "/",
                      "right": {
                        "type": "CallExpression",
                        "start": 10832,
                        "end": 10851,
                        "loc": {
                          "start": {
                            "line": 231,
                            "column": 46
                          },
                          "end": {
                            "line": 231,
                            "column": 65
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 10832,
                          "end": 10840,
                          "loc": {
                            "start": {
                              "line": 231,
                              "column": 46
                            },
                            "end": {
                              "line": 231,
                              "column": 54
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 10832,
                            "end": 10836,
                            "loc": {
                              "start": {
                                "line": 231,
                                "column": 46
                              },
                              "end": {
                                "line": 231,
                                "column": 50
                              },
                              "identifierName": "Math"
                            },
                            "name": "Math"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 10837,
                            "end": 10840,
                            "loc": {
                              "start": {
                                "line": 231,
                                "column": 51
                              },
                              "end": {
                                "line": 231,
                                "column": 54
                              },
                              "identifierName": "cos"
                            },
                            "name": "cos"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "BinaryExpression",
                            "start": 10841,
                            "end": 10850,
                            "loc": {
                              "start": {
                                "line": 231,
                                "column": 55
                              },
                              "end": {
                                "line": 231,
                                "column": 64
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 10841,
                              "end": 10846,
                              "loc": {
                                "start": {
                                  "line": 231,
                                  "column": 55
                                },
                                "end": {
                                  "line": 231,
                                  "column": 60
                                },
                                "identifierName": "alpha"
                              },
                              "name": "alpha"
                            },
                            "operator": "/",
                            "right": {
                              "type": "NumericLiteral",
                              "start": 10849,
                              "end": 10850,
                              "loc": {
                                "start": {
                                  "line": 231,
                                  "column": 63
                                },
                                "end": {
                                  "line": 231,
                                  "column": 64
                                }
                              },
                              "extra": {
                                "rawValue": 2,
                                "raw": "2"
                              },
                              "value": 2
                            }
                          }
                        ]
                      }
                    }
                  }
                ],
                "kind": "var",
                "trailingComments": [
                  {
                    "type": "CommentLine",
                    "value": " we have appropriate fillet angle so cos != 0",
                    "start": 10853,
                    "end": 10900,
                    "loc": {
                      "start": {
                        "line": 231,
                        "column": 67
                      },
                      "end": {
                        "line": 231,
                        "column": 114
                      }
                    }
                  }
                ]
              },
              {
                "type": "ReturnStatement",
                "start": 10905,
                "end": 11068,
                "loc": {
                  "start": {
                    "line": 232,
                    "column": 4
                  },
                  "end": {
                    "line": 235,
                    "column": 6
                  }
                },
                "argument": {
                  "type": "ObjectExpression",
                  "start": 10912,
                  "end": 11067,
                  "loc": {
                    "start": {
                      "line": 232,
                      "column": 11
                    },
                    "end": {
                      "line": 235,
                      "column": 5
                    }
                  },
                  "properties": [
                    {
                      "type": "ObjectProperty",
                      "start": 10922,
                      "end": 10988,
                      "loc": {
                        "start": {
                          "line": 233,
                          "column": 8
                        },
                        "end": {
                          "line": 233,
                          "column": 74
                        }
                      },
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 10922,
                        "end": 10927,
                        "loc": {
                          "start": {
                            "line": 233,
                            "column": 8
                          },
                          "end": {
                            "line": 233,
                            "column": 13
                          },
                          "identifierName": "start"
                        },
                        "name": "start",
                        "leadingComments": null
                      },
                      "value": {
                        "type": "CallExpression",
                        "start": 10929,
                        "end": 10988,
                        "loc": {
                          "start": {
                            "line": 233,
                            "column": 15
                          },
                          "end": {
                            "line": 233,
                            "column": 74
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 10929,
                          "end": 10950,
                          "loc": {
                            "start": {
                              "line": 233,
                              "column": 15
                            },
                            "end": {
                              "line": 233,
                              "column": 36
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 10929,
                            "end": 10946,
                            "loc": {
                              "start": {
                                "line": 233,
                                "column": 15
                              },
                              "end": {
                                "line": 233,
                                "column": 32
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 10929,
                              "end": 10944,
                              "loc": {
                                "start": {
                                  "line": 233,
                                  "column": 15
                                },
                                "end": {
                                  "line": 233,
                                  "column": 30
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 10929,
                                "end": 10938,
                                "loc": {
                                  "start": {
                                    "line": 233,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 233,
                                    "column": 24
                                  },
                                  "identifierName": "vertexPos"
                                },
                                "name": "vertexPos"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 10939,
                                "end": 10944,
                                "loc": {
                                  "start": {
                                    "line": 233,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 233,
                                    "column": 30
                                  },
                                  "identifierName": "clone"
                                },
                                "name": "clone"
                              },
                              "computed": false
                            },
                            "arguments": []
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 10947,
                            "end": 10950,
                            "loc": {
                              "start": {
                                "line": 233,
                                "column": 33
                              },
                              "end": {
                                "line": 233,
                                "column": 36
                              },
                              "identifierName": "add"
                            },
                            "name": "add"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "CallExpression",
                            "start": 10951,
                            "end": 10987,
                            "loc": {
                              "start": {
                                "line": 233,
                                "column": 37
                              },
                              "end": {
                                "line": 233,
                                "column": 73
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 10951,
                              "end": 10982,
                              "loc": {
                                "start": {
                                  "line": 233,
                                  "column": 37
                                },
                                "end": {
                                  "line": 233,
                                  "column": 68
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 10951,
                                "end": 10967,
                                "loc": {
                                  "start": {
                                    "line": 233,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 233,
                                    "column": 53
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 10951,
                                  "end": 10965,
                                  "loc": {
                                    "start": {
                                      "line": 233,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 233,
                                      "column": 51
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 10951,
                                    "end": 10959,
                                    "loc": {
                                      "start": {
                                        "line": 233,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 233,
                                        "column": 45
                                      },
                                      "identifierName": "startDir"
                                    },
                                    "name": "startDir"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 10960,
                                    "end": 10965,
                                    "loc": {
                                      "start": {
                                        "line": 233,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 233,
                                        "column": 51
                                      },
                                      "identifierName": "clone"
                                    },
                                    "name": "clone"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 10968,
                                "end": 10982,
                                "loc": {
                                  "start": {
                                    "line": 233,
                                    "column": 54
                                  },
                                  "end": {
                                    "line": 233,
                                    "column": 68
                                  },
                                  "identifierName": "multiplyScalar"
                                },
                                "name": "multiplyScalar"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 10983,
                                "end": 10986,
                                "loc": {
                                  "start": {
                                    "line": 233,
                                    "column": 69
                                  },
                                  "end": {
                                    "line": 233,
                                    "column": 72
                                  },
                                  "identifierName": "len"
                                },
                                "name": "len"
                              }
                            ]
                          }
                        ]
                      },
                      "leadingComments": null
                    },
                    {
                      "type": "ObjectProperty",
                      "start": 10998,
                      "end": 11060,
                      "loc": {
                        "start": {
                          "line": 234,
                          "column": 8
                        },
                        "end": {
                          "line": 234,
                          "column": 70
                        }
                      },
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 10998,
                        "end": 11001,
                        "loc": {
                          "start": {
                            "line": 234,
                            "column": 8
                          },
                          "end": {
                            "line": 234,
                            "column": 11
                          },
                          "identifierName": "end"
                        },
                        "name": "end"
                      },
                      "value": {
                        "type": "CallExpression",
                        "start": 11003,
                        "end": 11060,
                        "loc": {
                          "start": {
                            "line": 234,
                            "column": 13
                          },
                          "end": {
                            "line": 234,
                            "column": 70
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 11003,
                          "end": 11024,
                          "loc": {
                            "start": {
                              "line": 234,
                              "column": 13
                            },
                            "end": {
                              "line": 234,
                              "column": 34
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 11003,
                            "end": 11020,
                            "loc": {
                              "start": {
                                "line": 234,
                                "column": 13
                              },
                              "end": {
                                "line": 234,
                                "column": 30
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 11003,
                              "end": 11018,
                              "loc": {
                                "start": {
                                  "line": 234,
                                  "column": 13
                                },
                                "end": {
                                  "line": 234,
                                  "column": 28
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 11003,
                                "end": 11012,
                                "loc": {
                                  "start": {
                                    "line": 234,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 234,
                                    "column": 22
                                  },
                                  "identifierName": "vertexPos"
                                },
                                "name": "vertexPos"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 11013,
                                "end": 11018,
                                "loc": {
                                  "start": {
                                    "line": 234,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 234,
                                    "column": 28
                                  },
                                  "identifierName": "clone"
                                },
                                "name": "clone"
                              },
                              "computed": false
                            },
                            "arguments": []
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 11021,
                            "end": 11024,
                            "loc": {
                              "start": {
                                "line": 234,
                                "column": 31
                              },
                              "end": {
                                "line": 234,
                                "column": 34
                              },
                              "identifierName": "add"
                            },
                            "name": "add"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "CallExpression",
                            "start": 11025,
                            "end": 11059,
                            "loc": {
                              "start": {
                                "line": 234,
                                "column": 35
                              },
                              "end": {
                                "line": 234,
                                "column": 69
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 11025,
                              "end": 11054,
                              "loc": {
                                "start": {
                                  "line": 234,
                                  "column": 35
                                },
                                "end": {
                                  "line": 234,
                                  "column": 64
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 11025,
                                "end": 11039,
                                "loc": {
                                  "start": {
                                    "line": 234,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 234,
                                    "column": 49
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 11025,
                                  "end": 11037,
                                  "loc": {
                                    "start": {
                                      "line": 234,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 234,
                                      "column": 47
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 11025,
                                    "end": 11031,
                                    "loc": {
                                      "start": {
                                        "line": 234,
                                        "column": 35
                                      },
                                      "end": {
                                        "line": 234,
                                        "column": 41
                                      },
                                      "identifierName": "endDir"
                                    },
                                    "name": "endDir"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 11032,
                                    "end": 11037,
                                    "loc": {
                                      "start": {
                                        "line": 234,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 234,
                                        "column": 47
                                      },
                                      "identifierName": "clone"
                                    },
                                    "name": "clone"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 11040,
                                "end": 11054,
                                "loc": {
                                  "start": {
                                    "line": 234,
                                    "column": 50
                                  },
                                  "end": {
                                    "line": 234,
                                    "column": 64
                                  },
                                  "identifierName": "multiplyScalar"
                                },
                                "name": "multiplyScalar"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 11055,
                                "end": 11058,
                                "loc": {
                                  "start": {
                                    "line": 234,
                                    "column": 65
                                  },
                                  "end": {
                                    "line": 234,
                                    "column": 68
                                  },
                                  "identifierName": "len"
                                },
                                "name": "len"
                              }
                            ]
                          }
                        ]
                      }
                    }
                  ],
                  "leadingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentLine",
                    "value": " we have appropriate fillet angle so cos != 0",
                    "start": 10853,
                    "end": 10900,
                    "loc": {
                      "start": {
                        "line": 231,
                        "column": 67
                      },
                      "end": {
                        "line": 231,
                        "column": 114
                      }
                    }
                  }
                ]
              }
            ],
            "directives": [],
            "trailingComments": null
          },
          "trailingComments": [
            {
              "type": "CommentLine",
              "value": "converting arc from \"three-points+flag\" to \"center+radius+angles\" representation",
              "start": 11072,
              "end": 11154,
              "loc": {
                "start": {
                  "line": 238,
                  "column": 0
                },
                "end": {
                  "line": 238,
                  "column": 82
                }
              }
            }
          ],
          "leadingComments": []
        },
        "trailingComments": [
          {
            "type": "CommentLine",
            "value": "converting arc from \"three-points+flag\" to \"center+radius+angles\" representation",
            "start": 11072,
            "end": 11154,
            "loc": {
              "start": {
                "line": 238,
                "column": 0
              },
              "end": {
                "line": 238,
                "column": 82
              }
            }
          }
        ]
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 11155,
        "end": 12047,
        "loc": {
          "start": {
            "line": 239,
            "column": 0
          },
          "end": {
            "line": 264,
            "column": 1
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "FunctionDeclaration",
          "start": 11162,
          "end": 12047,
          "loc": {
            "start": {
              "line": 239,
              "column": 7
            },
            "end": {
              "line": 264,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 11171,
            "end": 11183,
            "loc": {
              "start": {
                "line": 239,
                "column": 16
              },
              "end": {
                "line": 239,
                "column": 28
              },
              "identifierName": "getArcAngles"
            },
            "name": "getArcAngles",
            "leadingComments": null
          },
          "generator": false,
          "expression": false,
          "async": false,
          "params": [
            {
              "type": "Identifier",
              "start": 11184,
              "end": 11190,
              "loc": {
                "start": {
                  "line": 239,
                  "column": 29
                },
                "end": {
                  "line": 239,
                  "column": 35
                },
                "identifierName": "params"
              },
              "name": "params"
            }
          ],
          "body": {
            "type": "BlockStatement",
            "start": 11192,
            "end": 12047,
            "loc": {
              "start": {
                "line": 239,
                "column": 37
              },
              "end": {
                "line": 264,
                "column": 1
              }
            },
            "body": [
              {
                "type": "VariableDeclaration",
                "start": 11198,
                "end": 11253,
                "loc": {
                  "start": {
                    "line": 240,
                    "column": 4
                  },
                  "end": {
                    "line": 240,
                    "column": 59
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 11202,
                    "end": 11252,
                    "loc": {
                      "start": {
                        "line": 240,
                        "column": 8
                      },
                      "end": {
                        "line": 240,
                        "column": 58
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 11202,
                      "end": 11210,
                      "loc": {
                        "start": {
                          "line": 240,
                          "column": 8
                        },
                        "end": {
                          "line": 240,
                          "column": 16
                        },
                        "identifierName": "vecStart"
                      },
                      "name": "vecStart"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 11213,
                      "end": 11252,
                      "loc": {
                        "start": {
                          "line": 240,
                          "column": 19
                        },
                        "end": {
                          "line": 240,
                          "column": 58
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 11213,
                        "end": 11237,
                        "loc": {
                          "start": {
                            "line": 240,
                            "column": 19
                          },
                          "end": {
                            "line": 240,
                            "column": 43
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 11213,
                          "end": 11233,
                          "loc": {
                            "start": {
                              "line": 240,
                              "column": 19
                            },
                            "end": {
                              "line": 240,
                              "column": 39
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 11213,
                            "end": 11231,
                            "loc": {
                              "start": {
                                "line": 240,
                                "column": 19
                              },
                              "end": {
                                "line": 240,
                                "column": 37
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 11213,
                              "end": 11225,
                              "loc": {
                                "start": {
                                  "line": 240,
                                  "column": 19
                                },
                                "end": {
                                  "line": 240,
                                  "column": 31
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 11213,
                                "end": 11219,
                                "loc": {
                                  "start": {
                                    "line": 240,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 240,
                                    "column": 25
                                  },
                                  "identifierName": "params"
                                },
                                "name": "params"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 11220,
                                "end": 11225,
                                "loc": {
                                  "start": {
                                    "line": 240,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 240,
                                    "column": 31
                                  },
                                  "identifierName": "start"
                                },
                                "name": "start"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 11226,
                              "end": 11231,
                              "loc": {
                                "start": {
                                  "line": 240,
                                  "column": 32
                                },
                                "end": {
                                  "line": 240,
                                  "column": 37
                                },
                                "identifierName": "clone"
                              },
                              "name": "clone"
                            },
                            "computed": false
                          },
                          "arguments": []
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 11234,
                          "end": 11237,
                          "loc": {
                            "start": {
                              "line": 240,
                              "column": 40
                            },
                            "end": {
                              "line": 240,
                              "column": 43
                            },
                            "identifierName": "sub"
                          },
                          "name": "sub"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "MemberExpression",
                          "start": 11238,
                          "end": 11251,
                          "loc": {
                            "start": {
                              "line": 240,
                              "column": 44
                            },
                            "end": {
                              "line": 240,
                              "column": 57
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 11238,
                            "end": 11244,
                            "loc": {
                              "start": {
                                "line": 240,
                                "column": 44
                              },
                              "end": {
                                "line": 240,
                                "column": 50
                              },
                              "identifierName": "params"
                            },
                            "name": "params"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 11245,
                            "end": 11251,
                            "loc": {
                              "start": {
                                "line": 240,
                                "column": 51
                              },
                              "end": {
                                "line": 240,
                                "column": 57
                              },
                              "identifierName": "center"
                            },
                            "name": "center"
                          },
                          "computed": false
                        }
                      ]
                    }
                  }
                ],
                "kind": "let"
              },
              {
                "type": "VariableDeclaration",
                "start": 11258,
                "end": 11309,
                "loc": {
                  "start": {
                    "line": 241,
                    "column": 4
                  },
                  "end": {
                    "line": 241,
                    "column": 55
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 11262,
                    "end": 11308,
                    "loc": {
                      "start": {
                        "line": 241,
                        "column": 8
                      },
                      "end": {
                        "line": 241,
                        "column": 54
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 11262,
                      "end": 11268,
                      "loc": {
                        "start": {
                          "line": 241,
                          "column": 8
                        },
                        "end": {
                          "line": 241,
                          "column": 14
                        },
                        "identifierName": "vecEnd"
                      },
                      "name": "vecEnd"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 11271,
                      "end": 11308,
                      "loc": {
                        "start": {
                          "line": 241,
                          "column": 17
                        },
                        "end": {
                          "line": 241,
                          "column": 54
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 11271,
                        "end": 11293,
                        "loc": {
                          "start": {
                            "line": 241,
                            "column": 17
                          },
                          "end": {
                            "line": 241,
                            "column": 39
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 11271,
                          "end": 11289,
                          "loc": {
                            "start": {
                              "line": 241,
                              "column": 17
                            },
                            "end": {
                              "line": 241,
                              "column": 35
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 11271,
                            "end": 11287,
                            "loc": {
                              "start": {
                                "line": 241,
                                "column": 17
                              },
                              "end": {
                                "line": 241,
                                "column": 33
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 11271,
                              "end": 11281,
                              "loc": {
                                "start": {
                                  "line": 241,
                                  "column": 17
                                },
                                "end": {
                                  "line": 241,
                                  "column": 27
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 11271,
                                "end": 11277,
                                "loc": {
                                  "start": {
                                    "line": 241,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 241,
                                    "column": 23
                                  },
                                  "identifierName": "params"
                                },
                                "name": "params"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 11278,
                                "end": 11281,
                                "loc": {
                                  "start": {
                                    "line": 241,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 241,
                                    "column": 27
                                  },
                                  "identifierName": "end"
                                },
                                "name": "end"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 11282,
                              "end": 11287,
                              "loc": {
                                "start": {
                                  "line": 241,
                                  "column": 28
                                },
                                "end": {
                                  "line": 241,
                                  "column": 33
                                },
                                "identifierName": "clone"
                              },
                              "name": "clone"
                            },
                            "computed": false
                          },
                          "arguments": []
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 11290,
                          "end": 11293,
                          "loc": {
                            "start": {
                              "line": 241,
                              "column": 36
                            },
                            "end": {
                              "line": 241,
                              "column": 39
                            },
                            "identifierName": "sub"
                          },
                          "name": "sub"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "MemberExpression",
                          "start": 11294,
                          "end": 11307,
                          "loc": {
                            "start": {
                              "line": 241,
                              "column": 40
                            },
                            "end": {
                              "line": 241,
                              "column": 53
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 11294,
                            "end": 11300,
                            "loc": {
                              "start": {
                                "line": 241,
                                "column": 40
                              },
                              "end": {
                                "line": 241,
                                "column": 46
                              },
                              "identifierName": "params"
                            },
                            "name": "params"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 11301,
                            "end": 11307,
                            "loc": {
                              "start": {
                                "line": 241,
                                "column": 47
                              },
                              "end": {
                                "line": 241,
                                "column": 53
                              },
                              "identifierName": "center"
                            },
                            "name": "center"
                          },
                          "computed": false
                        }
                      ]
                    }
                  }
                ],
                "kind": "let"
              },
              {
                "type": "VariableDeclaration",
                "start": 11314,
                "end": 11366,
                "loc": {
                  "start": {
                    "line": 242,
                    "column": 4
                  },
                  "end": {
                    "line": 242,
                    "column": 56
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 11318,
                    "end": 11365,
                    "loc": {
                      "start": {
                        "line": 242,
                        "column": 8
                      },
                      "end": {
                        "line": 242,
                        "column": 55
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 11318,
                      "end": 11328,
                      "loc": {
                        "start": {
                          "line": 242,
                          "column": 8
                        },
                        "end": {
                          "line": 242,
                          "column": 18
                        },
                        "identifierName": "startAngle"
                      },
                      "name": "startAngle"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 11331,
                      "end": 11365,
                      "loc": {
                        "start": {
                          "line": 242,
                          "column": 21
                        },
                        "end": {
                          "line": 242,
                          "column": 55
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 11331,
                        "end": 11341,
                        "loc": {
                          "start": {
                            "line": 242,
                            "column": 21
                          },
                          "end": {
                            "line": 242,
                            "column": 31
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 11331,
                          "end": 11335,
                          "loc": {
                            "start": {
                              "line": 242,
                              "column": 21
                            },
                            "end": {
                              "line": 242,
                              "column": 25
                            },
                            "identifierName": "Math"
                          },
                          "name": "Math"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 11336,
                          "end": 11341,
                          "loc": {
                            "start": {
                              "line": 242,
                              "column": 26
                            },
                            "end": {
                              "line": 242,
                              "column": 31
                            },
                            "identifierName": "atan2"
                          },
                          "name": "atan2"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "MemberExpression",
                          "start": 11342,
                          "end": 11352,
                          "loc": {
                            "start": {
                              "line": 242,
                              "column": 32
                            },
                            "end": {
                              "line": 242,
                              "column": 42
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 11342,
                            "end": 11350,
                            "loc": {
                              "start": {
                                "line": 242,
                                "column": 32
                              },
                              "end": {
                                "line": 242,
                                "column": 40
                              },
                              "identifierName": "vecStart"
                            },
                            "name": "vecStart"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 11351,
                            "end": 11352,
                            "loc": {
                              "start": {
                                "line": 242,
                                "column": 41
                              },
                              "end": {
                                "line": 242,
                                "column": 42
                              },
                              "identifierName": "y"
                            },
                            "name": "y"
                          },
                          "computed": false
                        },
                        {
                          "type": "MemberExpression",
                          "start": 11354,
                          "end": 11364,
                          "loc": {
                            "start": {
                              "line": 242,
                              "column": 44
                            },
                            "end": {
                              "line": 242,
                              "column": 54
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 11354,
                            "end": 11362,
                            "loc": {
                              "start": {
                                "line": 242,
                                "column": 44
                              },
                              "end": {
                                "line": 242,
                                "column": 52
                              },
                              "identifierName": "vecStart"
                            },
                            "name": "vecStart"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 11363,
                            "end": 11364,
                            "loc": {
                              "start": {
                                "line": 242,
                                "column": 53
                              },
                              "end": {
                                "line": 242,
                                "column": 54
                              },
                              "identifierName": "x"
                            },
                            "name": "x"
                          },
                          "computed": false
                        }
                      ]
                    }
                  }
                ],
                "kind": "let"
              },
              {
                "type": "VariableDeclaration",
                "start": 11371,
                "end": 11417,
                "loc": {
                  "start": {
                    "line": 243,
                    "column": 4
                  },
                  "end": {
                    "line": 243,
                    "column": 50
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 11375,
                    "end": 11416,
                    "loc": {
                      "start": {
                        "line": 243,
                        "column": 8
                      },
                      "end": {
                        "line": 243,
                        "column": 49
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 11375,
                      "end": 11383,
                      "loc": {
                        "start": {
                          "line": 243,
                          "column": 8
                        },
                        "end": {
                          "line": 243,
                          "column": 16
                        },
                        "identifierName": "endAngle"
                      },
                      "name": "endAngle"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 11386,
                      "end": 11416,
                      "loc": {
                        "start": {
                          "line": 243,
                          "column": 19
                        },
                        "end": {
                          "line": 243,
                          "column": 49
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 11386,
                        "end": 11396,
                        "loc": {
                          "start": {
                            "line": 243,
                            "column": 19
                          },
                          "end": {
                            "line": 243,
                            "column": 29
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 11386,
                          "end": 11390,
                          "loc": {
                            "start": {
                              "line": 243,
                              "column": 19
                            },
                            "end": {
                              "line": 243,
                              "column": 23
                            },
                            "identifierName": "Math"
                          },
                          "name": "Math"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 11391,
                          "end": 11396,
                          "loc": {
                            "start": {
                              "line": 243,
                              "column": 24
                            },
                            "end": {
                              "line": 243,
                              "column": 29
                            },
                            "identifierName": "atan2"
                          },
                          "name": "atan2"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "MemberExpression",
                          "start": 11397,
                          "end": 11405,
                          "loc": {
                            "start": {
                              "line": 243,
                              "column": 30
                            },
                            "end": {
                              "line": 243,
                              "column": 38
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 11397,
                            "end": 11403,
                            "loc": {
                              "start": {
                                "line": 243,
                                "column": 30
                              },
                              "end": {
                                "line": 243,
                                "column": 36
                              },
                              "identifierName": "vecEnd"
                            },
                            "name": "vecEnd"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 11404,
                            "end": 11405,
                            "loc": {
                              "start": {
                                "line": 243,
                                "column": 37
                              },
                              "end": {
                                "line": 243,
                                "column": 38
                              },
                              "identifierName": "y"
                            },
                            "name": "y"
                          },
                          "computed": false
                        },
                        {
                          "type": "MemberExpression",
                          "start": 11407,
                          "end": 11415,
                          "loc": {
                            "start": {
                              "line": 243,
                              "column": 40
                            },
                            "end": {
                              "line": 243,
                              "column": 48
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 11407,
                            "end": 11413,
                            "loc": {
                              "start": {
                                "line": 243,
                                "column": 40
                              },
                              "end": {
                                "line": 243,
                                "column": 46
                              },
                              "identifierName": "vecEnd"
                            },
                            "name": "vecEnd"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 11414,
                            "end": 11415,
                            "loc": {
                              "start": {
                                "line": 243,
                                "column": 47
                              },
                              "end": {
                                "line": 243,
                                "column": 48
                              },
                              "identifierName": "x"
                            },
                            "name": "x"
                          },
                          "computed": false
                        }
                      ]
                    }
                  }
                ],
                "kind": "let"
              },
              {
                "type": "VariableDeclaration",
                "start": 11422,
                "end": 11479,
                "loc": {
                  "start": {
                    "line": 244,
                    "column": 4
                  },
                  "end": {
                    "line": 244,
                    "column": 61
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 11426,
                    "end": 11478,
                    "loc": {
                      "start": {
                        "line": 244,
                        "column": 8
                      },
                      "end": {
                        "line": 244,
                        "column": 60
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 11426,
                      "end": 11432,
                      "loc": {
                        "start": {
                          "line": 244,
                          "column": 8
                        },
                        "end": {
                          "line": 244,
                          "column": 14
                        },
                        "identifierName": "radius"
                      },
                      "name": "radius"
                    },
                    "init": {
                      "type": "BinaryExpression",
                      "start": 11435,
                      "end": 11478,
                      "loc": {
                        "start": {
                          "line": 244,
                          "column": 17
                        },
                        "end": {
                          "line": 244,
                          "column": 60
                        }
                      },
                      "left": {
                        "type": "NumericLiteral",
                        "start": 11435,
                        "end": 11438,
                        "loc": {
                          "start": {
                            "line": 244,
                            "column": 17
                          },
                          "end": {
                            "line": 244,
                            "column": 20
                          }
                        },
                        "extra": {
                          "rawValue": 0.5,
                          "raw": "0.5"
                        },
                        "value": 0.5
                      },
                      "operator": "*",
                      "right": {
                        "type": "BinaryExpression",
                        "start": 11442,
                        "end": 11477,
                        "loc": {
                          "start": {
                            "line": 244,
                            "column": 24
                          },
                          "end": {
                            "line": 244,
                            "column": 59
                          }
                        },
                        "left": {
                          "type": "CallExpression",
                          "start": 11442,
                          "end": 11459,
                          "loc": {
                            "start": {
                              "line": 244,
                              "column": 24
                            },
                            "end": {
                              "line": 244,
                              "column": 41
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 11442,
                            "end": 11457,
                            "loc": {
                              "start": {
                                "line": 244,
                                "column": 24
                              },
                              "end": {
                                "line": 244,
                                "column": 39
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 11442,
                              "end": 11450,
                              "loc": {
                                "start": {
                                  "line": 244,
                                  "column": 24
                                },
                                "end": {
                                  "line": 244,
                                  "column": 32
                                },
                                "identifierName": "vecStart"
                              },
                              "name": "vecStart"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 11451,
                              "end": 11457,
                              "loc": {
                                "start": {
                                  "line": 244,
                                  "column": 33
                                },
                                "end": {
                                  "line": 244,
                                  "column": 39
                                },
                                "identifierName": "length"
                              },
                              "name": "length"
                            },
                            "computed": false
                          },
                          "arguments": []
                        },
                        "operator": "+",
                        "right": {
                          "type": "CallExpression",
                          "start": 11462,
                          "end": 11477,
                          "loc": {
                            "start": {
                              "line": 244,
                              "column": 44
                            },
                            "end": {
                              "line": 244,
                              "column": 59
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 11462,
                            "end": 11475,
                            "loc": {
                              "start": {
                                "line": 244,
                                "column": 44
                              },
                              "end": {
                                "line": 244,
                                "column": 57
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 11462,
                              "end": 11468,
                              "loc": {
                                "start": {
                                  "line": 244,
                                  "column": 44
                                },
                                "end": {
                                  "line": 244,
                                  "column": 50
                                },
                                "identifierName": "vecEnd"
                              },
                              "name": "vecEnd"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 11469,
                              "end": 11475,
                              "loc": {
                                "start": {
                                  "line": 244,
                                  "column": 51
                                },
                                "end": {
                                  "line": 244,
                                  "column": 57
                                },
                                "identifierName": "length"
                              },
                              "name": "length"
                            },
                            "computed": false
                          },
                          "arguments": []
                        },
                        "extra": {
                          "parenthesized": true,
                          "parenStart": 11441
                        }
                      }
                    }
                  }
                ],
                "kind": "let"
              },
              {
                "type": "IfStatement",
                "start": 11485,
                "end": 11649,
                "loc": {
                  "start": {
                    "line": 246,
                    "column": 4
                  },
                  "end": {
                    "line": 250,
                    "column": 5
                  }
                },
                "test": {
                  "type": "MemberExpression",
                  "start": 11489,
                  "end": 11505,
                  "loc": {
                    "start": {
                      "line": 246,
                      "column": 8
                    },
                    "end": {
                      "line": 246,
                      "column": 24
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 11489,
                    "end": 11495,
                    "loc": {
                      "start": {
                        "line": 246,
                        "column": 8
                      },
                      "end": {
                        "line": 246,
                        "column": 14
                      },
                      "identifierName": "params"
                    },
                    "name": "params"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 11496,
                    "end": 11505,
                    "loc": {
                      "start": {
                        "line": 246,
                        "column": 15
                      },
                      "end": {
                        "line": 246,
                        "column": 24
                      },
                      "identifierName": "clockwise"
                    },
                    "name": "clockwise"
                  },
                  "computed": false
                },
                "consequent": {
                  "type": "BlockStatement",
                  "start": 11507,
                  "end": 11576,
                  "loc": {
                    "start": {
                      "line": 246,
                      "column": 26
                    },
                    "end": {
                      "line": 248,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 11517,
                      "end": 11570,
                      "loc": {
                        "start": {
                          "line": 247,
                          "column": 8
                        },
                        "end": {
                          "line": 247,
                          "column": 61
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 11521,
                        "end": 11542,
                        "loc": {
                          "start": {
                            "line": 247,
                            "column": 12
                          },
                          "end": {
                            "line": 247,
                            "column": 33
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 11521,
                          "end": 11531,
                          "loc": {
                            "start": {
                              "line": 247,
                              "column": 12
                            },
                            "end": {
                              "line": 247,
                              "column": 22
                            },
                            "identifierName": "startAngle"
                          },
                          "name": "startAngle"
                        },
                        "operator": "<",
                        "right": {
                          "type": "Identifier",
                          "start": 11534,
                          "end": 11542,
                          "loc": {
                            "start": {
                              "line": 247,
                              "column": 25
                            },
                            "end": {
                              "line": 247,
                              "column": 33
                            },
                            "identifierName": "endAngle"
                          },
                          "name": "endAngle"
                        }
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 11544,
                        "end": 11570,
                        "loc": {
                          "start": {
                            "line": 247,
                            "column": 35
                          },
                          "end": {
                            "line": 247,
                            "column": 61
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 11544,
                          "end": 11569,
                          "loc": {
                            "start": {
                              "line": 247,
                              "column": 35
                            },
                            "end": {
                              "line": 247,
                              "column": 60
                            }
                          },
                          "operator": "+=",
                          "left": {
                            "type": "Identifier",
                            "start": 11544,
                            "end": 11554,
                            "loc": {
                              "start": {
                                "line": 247,
                                "column": 35
                              },
                              "end": {
                                "line": 247,
                                "column": 45
                              },
                              "identifierName": "startAngle"
                            },
                            "name": "startAngle"
                          },
                          "right": {
                            "type": "BinaryExpression",
                            "start": 11558,
                            "end": 11569,
                            "loc": {
                              "start": {
                                "line": 247,
                                "column": 49
                              },
                              "end": {
                                "line": 247,
                                "column": 60
                              }
                            },
                            "left": {
                              "type": "NumericLiteral",
                              "start": 11558,
                              "end": 11559,
                              "loc": {
                                "start": {
                                  "line": 247,
                                  "column": 49
                                },
                                "end": {
                                  "line": 247,
                                  "column": 50
                                }
                              },
                              "extra": {
                                "rawValue": 2,
                                "raw": "2"
                              },
                              "value": 2
                            },
                            "operator": "*",
                            "right": {
                              "type": "MemberExpression",
                              "start": 11562,
                              "end": 11569,
                              "loc": {
                                "start": {
                                  "line": 247,
                                  "column": 53
                                },
                                "end": {
                                  "line": 247,
                                  "column": 60
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 11562,
                                "end": 11566,
                                "loc": {
                                  "start": {
                                    "line": 247,
                                    "column": 53
                                  },
                                  "end": {
                                    "line": 247,
                                    "column": 57
                                  },
                                  "identifierName": "Math"
                                },
                                "name": "Math"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 11567,
                                "end": 11569,
                                "loc": {
                                  "start": {
                                    "line": 247,
                                    "column": 58
                                  },
                                  "end": {
                                    "line": 247,
                                    "column": 60
                                  },
                                  "identifierName": "PI"
                                },
                                "name": "PI"
                              },
                              "computed": false
                            }
                          }
                        }
                      },
                      "alternate": null
                    }
                  ],
                  "directives": []
                },
                "alternate": {
                  "type": "BlockStatement",
                  "start": 11582,
                  "end": 11649,
                  "loc": {
                    "start": {
                      "line": 248,
                      "column": 11
                    },
                    "end": {
                      "line": 250,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 11592,
                      "end": 11643,
                      "loc": {
                        "start": {
                          "line": 249,
                          "column": 8
                        },
                        "end": {
                          "line": 249,
                          "column": 59
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 11596,
                        "end": 11617,
                        "loc": {
                          "start": {
                            "line": 249,
                            "column": 12
                          },
                          "end": {
                            "line": 249,
                            "column": 33
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 11596,
                          "end": 11606,
                          "loc": {
                            "start": {
                              "line": 249,
                              "column": 12
                            },
                            "end": {
                              "line": 249,
                              "column": 22
                            },
                            "identifierName": "startAngle"
                          },
                          "name": "startAngle"
                        },
                        "operator": ">",
                        "right": {
                          "type": "Identifier",
                          "start": 11609,
                          "end": 11617,
                          "loc": {
                            "start": {
                              "line": 249,
                              "column": 25
                            },
                            "end": {
                              "line": 249,
                              "column": 33
                            },
                            "identifierName": "endAngle"
                          },
                          "name": "endAngle"
                        }
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 11619,
                        "end": 11643,
                        "loc": {
                          "start": {
                            "line": 249,
                            "column": 35
                          },
                          "end": {
                            "line": 249,
                            "column": 59
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 11619,
                          "end": 11642,
                          "loc": {
                            "start": {
                              "line": 249,
                              "column": 35
                            },
                            "end": {
                              "line": 249,
                              "column": 58
                            }
                          },
                          "operator": "+=",
                          "left": {
                            "type": "Identifier",
                            "start": 11619,
                            "end": 11627,
                            "loc": {
                              "start": {
                                "line": 249,
                                "column": 35
                              },
                              "end": {
                                "line": 249,
                                "column": 43
                              },
                              "identifierName": "endAngle"
                            },
                            "name": "endAngle"
                          },
                          "right": {
                            "type": "BinaryExpression",
                            "start": 11631,
                            "end": 11642,
                            "loc": {
                              "start": {
                                "line": 249,
                                "column": 47
                              },
                              "end": {
                                "line": 249,
                                "column": 58
                              }
                            },
                            "left": {
                              "type": "NumericLiteral",
                              "start": 11631,
                              "end": 11632,
                              "loc": {
                                "start": {
                                  "line": 249,
                                  "column": 47
                                },
                                "end": {
                                  "line": 249,
                                  "column": 48
                                }
                              },
                              "extra": {
                                "rawValue": 2,
                                "raw": "2"
                              },
                              "value": 2
                            },
                            "operator": "*",
                            "right": {
                              "type": "MemberExpression",
                              "start": 11635,
                              "end": 11642,
                              "loc": {
                                "start": {
                                  "line": 249,
                                  "column": 51
                                },
                                "end": {
                                  "line": 249,
                                  "column": 58
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 11635,
                                "end": 11639,
                                "loc": {
                                  "start": {
                                    "line": 249,
                                    "column": 51
                                  },
                                  "end": {
                                    "line": 249,
                                    "column": 55
                                  },
                                  "identifierName": "Math"
                                },
                                "name": "Math"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 11640,
                                "end": 11642,
                                "loc": {
                                  "start": {
                                    "line": 249,
                                    "column": 56
                                  },
                                  "end": {
                                    "line": 249,
                                    "column": 58
                                  },
                                  "identifierName": "PI"
                                },
                                "name": "PI"
                              },
                              "computed": false
                            }
                          }
                        }
                      },
                      "alternate": null
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "VariableDeclaration",
                "start": 11655,
                "end": 11700,
                "loc": {
                  "start": {
                    "line": 252,
                    "column": 4
                  },
                  "end": {
                    "line": 252,
                    "column": 49
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 11661,
                    "end": 11699,
                    "loc": {
                      "start": {
                        "line": 252,
                        "column": 10
                      },
                      "end": {
                        "line": 252,
                        "column": 48
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 11661,
                      "end": 11669,
                      "loc": {
                        "start": {
                          "line": 252,
                          "column": 10
                        },
                        "end": {
                          "line": 252,
                          "column": 18
                        },
                        "identifierName": "midAngle"
                      },
                      "name": "midAngle"
                    },
                    "init": {
                      "type": "BinaryExpression",
                      "start": 11672,
                      "end": 11699,
                      "loc": {
                        "start": {
                          "line": 252,
                          "column": 21
                        },
                        "end": {
                          "line": 252,
                          "column": 48
                        }
                      },
                      "left": {
                        "type": "BinaryExpression",
                        "start": 11673,
                        "end": 11694,
                        "loc": {
                          "start": {
                            "line": 252,
                            "column": 22
                          },
                          "end": {
                            "line": 252,
                            "column": 43
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 11673,
                          "end": 11683,
                          "loc": {
                            "start": {
                              "line": 252,
                              "column": 22
                            },
                            "end": {
                              "line": 252,
                              "column": 32
                            },
                            "identifierName": "startAngle"
                          },
                          "name": "startAngle"
                        },
                        "operator": "+",
                        "right": {
                          "type": "Identifier",
                          "start": 11686,
                          "end": 11694,
                          "loc": {
                            "start": {
                              "line": 252,
                              "column": 35
                            },
                            "end": {
                              "line": 252,
                              "column": 43
                            },
                            "identifierName": "endAngle"
                          },
                          "name": "endAngle"
                        },
                        "extra": {
                          "parenthesized": true,
                          "parenStart": 11672
                        }
                      },
                      "operator": "/",
                      "right": {
                        "type": "NumericLiteral",
                        "start": 11698,
                        "end": 11699,
                        "loc": {
                          "start": {
                            "line": 252,
                            "column": 47
                          },
                          "end": {
                            "line": 252,
                            "column": 48
                          }
                        },
                        "extra": {
                          "rawValue": 2,
                          "raw": "2"
                        },
                        "value": 2
                      }
                    }
                  }
                ],
                "kind": "const"
              },
              {
                "type": "VariableDeclaration",
                "start": 11705,
                "end": 11781,
                "loc": {
                  "start": {
                    "line": 253,
                    "column": 4
                  },
                  "end": {
                    "line": 253,
                    "column": 80
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 11711,
                    "end": 11780,
                    "loc": {
                      "start": {
                        "line": 253,
                        "column": 10
                      },
                      "end": {
                        "line": 253,
                        "column": 79
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 11711,
                      "end": 11717,
                      "loc": {
                        "start": {
                          "line": 253,
                          "column": 10
                        },
                        "end": {
                          "line": 253,
                          "column": 16
                        },
                        "identifierName": "vecMid"
                      },
                      "name": "vecMid"
                    },
                    "init": {
                      "type": "NewExpression",
                      "start": 11720,
                      "end": 11780,
                      "loc": {
                        "start": {
                          "line": 253,
                          "column": 19
                        },
                        "end": {
                          "line": 253,
                          "column": 79
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 11724,
                        "end": 11737,
                        "loc": {
                          "start": {
                            "line": 253,
                            "column": 23
                          },
                          "end": {
                            "line": 253,
                            "column": 36
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 11724,
                          "end": 11729,
                          "loc": {
                            "start": {
                              "line": 253,
                              "column": 23
                            },
                            "end": {
                              "line": 253,
                              "column": 28
                            },
                            "identifierName": "THREE"
                          },
                          "name": "THREE"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 11730,
                          "end": 11737,
                          "loc": {
                            "start": {
                              "line": 253,
                              "column": 29
                            },
                            "end": {
                              "line": 253,
                              "column": 36
                            },
                            "identifierName": "Vector3"
                          },
                          "name": "Vector3"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "CallExpression",
                          "start": 11738,
                          "end": 11756,
                          "loc": {
                            "start": {
                              "line": 253,
                              "column": 37
                            },
                            "end": {
                              "line": 253,
                              "column": 55
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 11738,
                            "end": 11746,
                            "loc": {
                              "start": {
                                "line": 253,
                                "column": 37
                              },
                              "end": {
                                "line": 253,
                                "column": 45
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 11738,
                              "end": 11742,
                              "loc": {
                                "start": {
                                  "line": 253,
                                  "column": 37
                                },
                                "end": {
                                  "line": 253,
                                  "column": 41
                                },
                                "identifierName": "Math"
                              },
                              "name": "Math"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 11743,
                              "end": 11746,
                              "loc": {
                                "start": {
                                  "line": 253,
                                  "column": 42
                                },
                                "end": {
                                  "line": 253,
                                  "column": 45
                                },
                                "identifierName": "cos"
                              },
                              "name": "cos"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 11747,
                              "end": 11755,
                              "loc": {
                                "start": {
                                  "line": 253,
                                  "column": 46
                                },
                                "end": {
                                  "line": 253,
                                  "column": 54
                                },
                                "identifierName": "midAngle"
                              },
                              "name": "midAngle"
                            }
                          ]
                        },
                        {
                          "type": "CallExpression",
                          "start": 11758,
                          "end": 11776,
                          "loc": {
                            "start": {
                              "line": 253,
                              "column": 57
                            },
                            "end": {
                              "line": 253,
                              "column": 75
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 11758,
                            "end": 11766,
                            "loc": {
                              "start": {
                                "line": 253,
                                "column": 57
                              },
                              "end": {
                                "line": 253,
                                "column": 65
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 11758,
                              "end": 11762,
                              "loc": {
                                "start": {
                                  "line": 253,
                                  "column": 57
                                },
                                "end": {
                                  "line": 253,
                                  "column": 61
                                },
                                "identifierName": "Math"
                              },
                              "name": "Math"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 11763,
                              "end": 11766,
                              "loc": {
                                "start": {
                                  "line": 253,
                                  "column": 62
                                },
                                "end": {
                                  "line": 253,
                                  "column": 65
                                },
                                "identifierName": "sin"
                              },
                              "name": "sin"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 11767,
                              "end": 11775,
                              "loc": {
                                "start": {
                                  "line": 253,
                                  "column": 66
                                },
                                "end": {
                                  "line": 253,
                                  "column": 74
                                },
                                "identifierName": "midAngle"
                              },
                              "name": "midAngle"
                            }
                          ]
                        },
                        {
                          "type": "NumericLiteral",
                          "start": 11778,
                          "end": 11779,
                          "loc": {
                            "start": {
                              "line": 253,
                              "column": 77
                            },
                            "end": {
                              "line": 253,
                              "column": 78
                            }
                          },
                          "extra": {
                            "rawValue": 0,
                            "raw": "0"
                          },
                          "value": 0
                        }
                      ]
                    }
                  }
                ],
                "kind": "const"
              },
              {
                "type": "VariableDeclaration",
                "start": 11786,
                "end": 11852,
                "loc": {
                  "start": {
                    "line": 254,
                    "column": 4
                  },
                  "end": {
                    "line": 254,
                    "column": 70
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 11792,
                    "end": 11851,
                    "loc": {
                      "start": {
                        "line": 254,
                        "column": 10
                      },
                      "end": {
                        "line": 254,
                        "column": 69
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 11792,
                      "end": 11795,
                      "loc": {
                        "start": {
                          "line": 254,
                          "column": 10
                        },
                        "end": {
                          "line": 254,
                          "column": 13
                        },
                        "identifierName": "mid"
                      },
                      "name": "mid"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 11798,
                      "end": 11851,
                      "loc": {
                        "start": {
                          "line": 254,
                          "column": 16
                        },
                        "end": {
                          "line": 254,
                          "column": 69
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 11798,
                        "end": 11835,
                        "loc": {
                          "start": {
                            "line": 254,
                            "column": 16
                          },
                          "end": {
                            "line": 254,
                            "column": 53
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 11798,
                          "end": 11819,
                          "loc": {
                            "start": {
                              "line": 254,
                              "column": 16
                            },
                            "end": {
                              "line": 254,
                              "column": 37
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 11798,
                            "end": 11817,
                            "loc": {
                              "start": {
                                "line": 254,
                                "column": 16
                              },
                              "end": {
                                "line": 254,
                                "column": 35
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 11798,
                              "end": 11811,
                              "loc": {
                                "start": {
                                  "line": 254,
                                  "column": 16
                                },
                                "end": {
                                  "line": 254,
                                  "column": 29
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 11798,
                                "end": 11804,
                                "loc": {
                                  "start": {
                                    "line": 254,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 254,
                                    "column": 22
                                  },
                                  "identifierName": "params"
                                },
                                "name": "params"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 11805,
                                "end": 11811,
                                "loc": {
                                  "start": {
                                    "line": 254,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 254,
                                    "column": 29
                                  },
                                  "identifierName": "center"
                                },
                                "name": "center"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 11812,
                              "end": 11817,
                              "loc": {
                                "start": {
                                  "line": 254,
                                  "column": 30
                                },
                                "end": {
                                  "line": 254,
                                  "column": 35
                                },
                                "identifierName": "clone"
                              },
                              "name": "clone"
                            },
                            "computed": false
                          },
                          "arguments": []
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 11820,
                          "end": 11835,
                          "loc": {
                            "start": {
                              "line": 254,
                              "column": 38
                            },
                            "end": {
                              "line": 254,
                              "column": 53
                            },
                            "identifierName": "addScaledVector"
                          },
                          "name": "addScaledVector"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 11836,
                          "end": 11842,
                          "loc": {
                            "start": {
                              "line": 254,
                              "column": 54
                            },
                            "end": {
                              "line": 254,
                              "column": 60
                            },
                            "identifierName": "vecMid"
                          },
                          "name": "vecMid"
                        },
                        {
                          "type": "Identifier",
                          "start": 11844,
                          "end": 11850,
                          "loc": {
                            "start": {
                              "line": 254,
                              "column": 62
                            },
                            "end": {
                              "line": 254,
                              "column": 68
                            },
                            "identifierName": "radius"
                          },
                          "name": "radius"
                        }
                      ]
                    }
                  }
                ],
                "kind": "const"
              },
              {
                "type": "ReturnStatement",
                "start": 11858,
                "end": 12045,
                "loc": {
                  "start": {
                    "line": 256,
                    "column": 4
                  },
                  "end": {
                    "line": 263,
                    "column": 6
                  }
                },
                "argument": {
                  "type": "ObjectExpression",
                  "start": 11865,
                  "end": 12044,
                  "loc": {
                    "start": {
                      "line": 256,
                      "column": 11
                    },
                    "end": {
                      "line": 263,
                      "column": 5
                    }
                  },
                  "properties": [
                    {
                      "type": "ObjectProperty",
                      "start": 11875,
                      "end": 11904,
                      "loc": {
                        "start": {
                          "line": 257,
                          "column": 8
                        },
                        "end": {
                          "line": 257,
                          "column": 37
                        }
                      },
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 11875,
                        "end": 11881,
                        "loc": {
                          "start": {
                            "line": 257,
                            "column": 8
                          },
                          "end": {
                            "line": 257,
                            "column": 14
                          },
                          "identifierName": "center"
                        },
                        "name": "center"
                      },
                      "value": {
                        "type": "CallExpression",
                        "start": 11883,
                        "end": 11904,
                        "loc": {
                          "start": {
                            "line": 257,
                            "column": 16
                          },
                          "end": {
                            "line": 257,
                            "column": 37
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 11883,
                          "end": 11902,
                          "loc": {
                            "start": {
                              "line": 257,
                              "column": 16
                            },
                            "end": {
                              "line": 257,
                              "column": 35
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 11883,
                            "end": 11896,
                            "loc": {
                              "start": {
                                "line": 257,
                                "column": 16
                              },
                              "end": {
                                "line": 257,
                                "column": 29
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 11883,
                              "end": 11889,
                              "loc": {
                                "start": {
                                  "line": 257,
                                  "column": 16
                                },
                                "end": {
                                  "line": 257,
                                  "column": 22
                                },
                                "identifierName": "params"
                              },
                              "name": "params"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 11890,
                              "end": 11896,
                              "loc": {
                                "start": {
                                  "line": 257,
                                  "column": 23
                                },
                                "end": {
                                  "line": 257,
                                  "column": 29
                                },
                                "identifierName": "center"
                              },
                              "name": "center"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 11897,
                            "end": 11902,
                            "loc": {
                              "start": {
                                "line": 257,
                                "column": 30
                              },
                              "end": {
                                "line": 257,
                                "column": 35
                              },
                              "identifierName": "clone"
                            },
                            "name": "clone"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "ObjectProperty",
                      "start": 11914,
                      "end": 11917,
                      "loc": {
                        "start": {
                          "line": 258,
                          "column": 8
                        },
                        "end": {
                          "line": 258,
                          "column": 11
                        }
                      },
                      "method": false,
                      "shorthand": true,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 11914,
                        "end": 11917,
                        "loc": {
                          "start": {
                            "line": 258,
                            "column": 8
                          },
                          "end": {
                            "line": 258,
                            "column": 11
                          },
                          "identifierName": "mid"
                        },
                        "name": "mid"
                      },
                      "value": {
                        "type": "Identifier",
                        "start": 11914,
                        "end": 11917,
                        "loc": {
                          "start": {
                            "line": 258,
                            "column": 8
                          },
                          "end": {
                            "line": 258,
                            "column": 11
                          },
                          "identifierName": "mid"
                        },
                        "name": "mid"
                      },
                      "extra": {
                        "shorthand": true
                      }
                    },
                    {
                      "type": "ObjectProperty",
                      "start": 11927,
                      "end": 11933,
                      "loc": {
                        "start": {
                          "line": 259,
                          "column": 8
                        },
                        "end": {
                          "line": 259,
                          "column": 14
                        }
                      },
                      "method": false,
                      "shorthand": true,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 11927,
                        "end": 11933,
                        "loc": {
                          "start": {
                            "line": 259,
                            "column": 8
                          },
                          "end": {
                            "line": 259,
                            "column": 14
                          },
                          "identifierName": "radius"
                        },
                        "name": "radius"
                      },
                      "value": {
                        "type": "Identifier",
                        "start": 11927,
                        "end": 11933,
                        "loc": {
                          "start": {
                            "line": 259,
                            "column": 8
                          },
                          "end": {
                            "line": 259,
                            "column": 14
                          },
                          "identifierName": "radius"
                        },
                        "name": "radius"
                      },
                      "extra": {
                        "shorthand": true
                      }
                    },
                    {
                      "type": "ObjectProperty",
                      "start": 11943,
                      "end": 11960,
                      "loc": {
                        "start": {
                          "line": 260,
                          "column": 8
                        },
                        "end": {
                          "line": 260,
                          "column": 25
                        }
                      },
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 11943,
                        "end": 11948,
                        "loc": {
                          "start": {
                            "line": 260,
                            "column": 8
                          },
                          "end": {
                            "line": 260,
                            "column": 13
                          },
                          "identifierName": "start"
                        },
                        "name": "start"
                      },
                      "value": {
                        "type": "Identifier",
                        "start": 11950,
                        "end": 11960,
                        "loc": {
                          "start": {
                            "line": 260,
                            "column": 15
                          },
                          "end": {
                            "line": 260,
                            "column": 25
                          },
                          "identifierName": "startAngle"
                        },
                        "name": "startAngle"
                      }
                    },
                    {
                      "type": "ObjectProperty",
                      "start": 11970,
                      "end": 11983,
                      "loc": {
                        "start": {
                          "line": 261,
                          "column": 8
                        },
                        "end": {
                          "line": 261,
                          "column": 21
                        }
                      },
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 11970,
                        "end": 11973,
                        "loc": {
                          "start": {
                            "line": 261,
                            "column": 8
                          },
                          "end": {
                            "line": 261,
                            "column": 11
                          },
                          "identifierName": "end"
                        },
                        "name": "end"
                      },
                      "value": {
                        "type": "Identifier",
                        "start": 11975,
                        "end": 11983,
                        "loc": {
                          "start": {
                            "line": 261,
                            "column": 13
                          },
                          "end": {
                            "line": 261,
                            "column": 21
                          },
                          "identifierName": "endAngle"
                        },
                        "name": "endAngle"
                      }
                    },
                    {
                      "type": "ObjectProperty",
                      "start": 11993,
                      "end": 12037,
                      "loc": {
                        "start": {
                          "line": 262,
                          "column": 8
                        },
                        "end": {
                          "line": 262,
                          "column": 52
                        }
                      },
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "start": 11993,
                        "end": 11998,
                        "loc": {
                          "start": {
                            "line": 262,
                            "column": 8
                          },
                          "end": {
                            "line": 262,
                            "column": 13
                          },
                          "identifierName": "bulge"
                        },
                        "name": "bulge"
                      },
                      "value": {
                        "type": "CallExpression",
                        "start": 12000,
                        "end": 12037,
                        "loc": {
                          "start": {
                            "line": 262,
                            "column": 15
                          },
                          "end": {
                            "line": 262,
                            "column": 52
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 12000,
                          "end": 12008,
                          "loc": {
                            "start": {
                              "line": 262,
                              "column": 15
                            },
                            "end": {
                              "line": 262,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 12000,
                            "end": 12004,
                            "loc": {
                              "start": {
                                "line": 262,
                                "column": 15
                              },
                              "end": {
                                "line": 262,
                                "column": 19
                              },
                              "identifierName": "Math"
                            },
                            "name": "Math"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 12005,
                            "end": 12008,
                            "loc": {
                              "start": {
                                "line": 262,
                                "column": 20
                              },
                              "end": {
                                "line": 262,
                                "column": 23
                              },
                              "identifierName": "tan"
                            },
                            "name": "tan"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "BinaryExpression",
                            "start": 12009,
                            "end": 12036,
                            "loc": {
                              "start": {
                                "line": 262,
                                "column": 24
                              },
                              "end": {
                                "line": 262,
                                "column": 51
                              }
                            },
                            "left": {
                              "type": "BinaryExpression",
                              "start": 12010,
                              "end": 12031,
                              "loc": {
                                "start": {
                                  "line": 262,
                                  "column": 25
                                },
                                "end": {
                                  "line": 262,
                                  "column": 46
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 12010,
                                "end": 12018,
                                "loc": {
                                  "start": {
                                    "line": 262,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 262,
                                    "column": 33
                                  },
                                  "identifierName": "endAngle"
                                },
                                "name": "endAngle"
                              },
                              "operator": "-",
                              "right": {
                                "type": "Identifier",
                                "start": 12021,
                                "end": 12031,
                                "loc": {
                                  "start": {
                                    "line": 262,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 262,
                                    "column": 46
                                  },
                                  "identifierName": "startAngle"
                                },
                                "name": "startAngle"
                              },
                              "extra": {
                                "parenthesized": true,
                                "parenStart": 12009
                              }
                            },
                            "operator": "/",
                            "right": {
                              "type": "NumericLiteral",
                              "start": 12035,
                              "end": 12036,
                              "loc": {
                                "start": {
                                  "line": 262,
                                  "column": 50
                                },
                                "end": {
                                  "line": 262,
                                  "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": 11072,
              "end": 11154,
              "loc": {
                "start": {
                  "line": 238,
                  "column": 0
                },
                "end": {
                  "line": 238,
                  "column": 82
                }
              }
            }
          ],
          "trailingComments": [
            {
              "type": "CommentLine",
              "value": "returns intersection point of given two lines",
              "start": 12049,
              "end": 12096,
              "loc": {
                "start": {
                  "line": 266,
                  "column": 0
                },
                "end": {
                  "line": 266,
                  "column": 47
                }
              }
            },
            {
              "type": "CommentLine",
              "value": "if angularTolerance is set, then null is returned when lines are parallel",
              "start": 12097,
              "end": 12172,
              "loc": {
                "start": {
                  "line": 267,
                  "column": 0
                },
                "end": {
                  "line": 267,
                  "column": 75
                }
              }
            }
          ]
        },
        "leadingComments": [
          {
            "type": "CommentLine",
            "value": "converting arc from \"three-points+flag\" to \"center+radius+angles\" representation",
            "start": 11072,
            "end": 11154,
            "loc": {
              "start": {
                "line": 238,
                "column": 0
              },
              "end": {
                "line": 238,
                "column": 82
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentLine",
            "value": "returns intersection point of given two lines",
            "start": 12049,
            "end": 12096,
            "loc": {
              "start": {
                "line": 266,
                "column": 0
              },
              "end": {
                "line": 266,
                "column": 47
              }
            }
          },
          {
            "type": "CommentLine",
            "value": "if angularTolerance is set, then null is returned when lines are parallel",
            "start": 12097,
            "end": 12172,
            "loc": {
              "start": {
                "line": 267,
                "column": 0
              },
              "end": {
                "line": 267,
                "column": 75
              }
            }
          }
        ]
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 12173,
        "end": 12966,
        "loc": {
          "start": {
            "line": 268,
            "column": 0
          },
          "end": {
            "line": 286,
            "column": 1
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "FunctionDeclaration",
          "start": 12180,
          "end": 12966,
          "loc": {
            "start": {
              "line": 268,
              "column": 7
            },
            "end": {
              "line": 286,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 12189,
            "end": 12203,
            "loc": {
              "start": {
                "line": 268,
                "column": 16
              },
              "end": {
                "line": 268,
                "column": 30
              },
              "identifierName": "intersectLines"
            },
            "name": "intersectLines",
            "leadingComments": null
          },
          "generator": false,
          "expression": false,
          "async": false,
          "params": [
            {
              "type": "Identifier",
              "start": 12204,
              "end": 12208,
              "loc": {
                "start": {
                  "line": 268,
                  "column": 31
                },
                "end": {
                  "line": 268,
                  "column": 35
                },
                "identifierName": "pntA"
              },
              "name": "pntA"
            },
            {
              "type": "Identifier",
              "start": 12210,
              "end": 12214,
              "loc": {
                "start": {
                  "line": 268,
                  "column": 37
                },
                "end": {
                  "line": 268,
                  "column": 41
                },
                "identifierName": "dirA"
              },
              "name": "dirA"
            },
            {
              "type": "Identifier",
              "start": 12216,
              "end": 12220,
              "loc": {
                "start": {
                  "line": 268,
                  "column": 43
                },
                "end": {
                  "line": 268,
                  "column": 47
                },
                "identifierName": "pntB"
              },
              "name": "pntB"
            },
            {
              "type": "Identifier",
              "start": 12222,
              "end": 12226,
              "loc": {
                "start": {
                  "line": 268,
                  "column": 49
                },
                "end": {
                  "line": 268,
                  "column": 53
                },
                "identifierName": "dirB"
              },
              "name": "dirB"
            },
            {
              "type": "Identifier",
              "start": 12228,
              "end": 12244,
              "loc": {
                "start": {
                  "line": 268,
                  "column": 55
                },
                "end": {
                  "line": 268,
                  "column": 71
                },
                "identifierName": "angularTolerance"
              },
              "name": "angularTolerance"
            }
          ],
          "body": {
            "type": "BlockStatement",
            "start": 12246,
            "end": 12966,
            "loc": {
              "start": {
                "line": 268,
                "column": 73
              },
              "end": {
                "line": 286,
                "column": 1
              }
            },
            "body": [
              {
                "type": "ExpressionStatement",
                "start": 12252,
                "end": 12297,
                "loc": {
                  "start": {
                    "line": 269,
                    "column": 4
                  },
                  "end": {
                    "line": 269,
                    "column": 49
                  }
                },
                "expression": {
                  "type": "AssignmentExpression",
                  "start": 12252,
                  "end": 12296,
                  "loc": {
                    "start": {
                      "line": 269,
                      "column": 4
                    },
                    "end": {
                      "line": 269,
                      "column": 48
                    }
                  },
                  "operator": "=",
                  "left": {
                    "type": "Identifier",
                    "start": 12252,
                    "end": 12268,
                    "loc": {
                      "start": {
                        "line": 269,
                        "column": 4
                      },
                      "end": {
                        "line": 269,
                        "column": 20
                      },
                      "identifierName": "angularTolerance"
                    },
                    "name": "angularTolerance"
                  },
                  "right": {
                    "type": "LogicalExpression",
                    "start": 12271,
                    "end": 12296,
                    "loc": {
                      "start": {
                        "line": 269,
                        "column": 23
                      },
                      "end": {
                        "line": 269,
                        "column": 48
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 12271,
                      "end": 12287,
                      "loc": {
                        "start": {
                          "line": 269,
                          "column": 23
                        },
                        "end": {
                          "line": 269,
                          "column": 39
                        },
                        "identifierName": "angularTolerance"
                      },
                      "name": "angularTolerance"
                    },
                    "operator": "||",
                    "right": {
                      "type": "NumericLiteral",
                      "start": 12291,
                      "end": 12296,
                      "loc": {
                        "start": {
                          "line": 269,
                          "column": 43
                        },
                        "end": {
                          "line": 269,
                          "column": 48
                        }
                      },
                      "extra": {
                        "rawValue": 1e-15,
                        "raw": "1e-15"
                      },
                      "value": 1e-15
                    }
                  }
                },
                "trailingComments": [
                  {
                    "type": "CommentLine",
                    "value": "mach.eps. by default",
                    "start": 12298,
                    "end": 12320,
                    "loc": {
                      "start": {
                        "line": 269,
                        "column": 50
                      },
                      "end": {
                        "line": 269,
                        "column": 72
                      }
                    }
                  }
                ]
              },
              {
                "type": "ExpressionStatement",
                "start": 12325,
                "end": 12357,
                "loc": {
                  "start": {
                    "line": 270,
                    "column": 4
                  },
                  "end": {
                    "line": 270,
                    "column": 36
                  }
                },
                "expression": {
                  "type": "AssignmentExpression",
                  "start": 12325,
                  "end": 12356,
                  "loc": {
                    "start": {
                      "line": 270,
                      "column": 4
                    },
                    "end": {
                      "line": 270,
                      "column": 35
                    }
                  },
                  "operator": "=",
                  "left": {
                    "type": "Identifier",
                    "start": 12325,
                    "end": 12329,
                    "loc": {
                      "start": {
                        "line": 270,
                        "column": 4
                      },
                      "end": {
                        "line": 270,
                        "column": 8
                      },
                      "identifierName": "dirA"
                    },
                    "name": "dirA",
                    "leadingComments": null
                  },
                  "right": {
                    "type": "CallExpression",
                    "start": 12332,
                    "end": 12356,
                    "loc": {
                      "start": {
                        "line": 270,
                        "column": 11
                      },
                      "end": {
                        "line": 270,
                        "column": 35
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 12332,
                      "end": 12354,
                      "loc": {
                        "start": {
                          "line": 270,
                          "column": 11
                        },
                        "end": {
                          "line": 270,
                          "column": 33
                        }
                      },
                      "object": {
                        "type": "CallExpression",
                        "start": 12332,
                        "end": 12344,
                        "loc": {
                          "start": {
                            "line": 270,
                            "column": 11
                          },
                          "end": {
                            "line": 270,
                            "column": 23
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 12332,
                          "end": 12342,
                          "loc": {
                            "start": {
                              "line": 270,
                              "column": 11
                            },
                            "end": {
                              "line": 270,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 12332,
                            "end": 12336,
                            "loc": {
                              "start": {
                                "line": 270,
                                "column": 11
                              },
                              "end": {
                                "line": 270,
                                "column": 15
                              },
                              "identifierName": "dirA"
                            },
                            "name": "dirA"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 12337,
                            "end": 12342,
                            "loc": {
                              "start": {
                                "line": 270,
                                "column": 16
                              },
                              "end": {
                                "line": 270,
                                "column": 21
                              },
                              "identifierName": "clone"
                            },
                            "name": "clone"
                          },
                          "computed": false
                        },
                        "arguments": []
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 12345,
                        "end": 12354,
                        "loc": {
                          "start": {
                            "line": 270,
                            "column": 24
                          },
                          "end": {
                            "line": 270,
                            "column": 33
                          },
                          "identifierName": "normalize"
                        },
                        "name": "normalize"
                      },
                      "computed": false
                    },
                    "arguments": []
                  },
                  "leadingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentLine",
                    "value": "mach.eps. by default",
                    "start": 12298,
                    "end": 12320,
                    "loc": {
                      "start": {
                        "line": 269,
                        "column": 50
                      },
                      "end": {
                        "line": 269,
                        "column": 72
                      }
                    }
                  }
                ]
              },
              {
                "type": "ExpressionStatement",
                "start": 12362,
                "end": 12394,
                "loc": {
                  "start": {
                    "line": 271,
                    "column": 4
                  },
                  "end": {
                    "line": 271,
                    "column": 36
                  }
                },
                "expression": {
                  "type": "AssignmentExpression",
                  "start": 12362,
                  "end": 12393,
                  "loc": {
                    "start": {
                      "line": 271,
                      "column": 4
                    },
                    "end": {
                      "line": 271,
                      "column": 35
                    }
                  },
                  "operator": "=",
                  "left": {
                    "type": "Identifier",
                    "start": 12362,
                    "end": 12366,
                    "loc": {
                      "start": {
                        "line": 271,
                        "column": 4
                      },
                      "end": {
                        "line": 271,
                        "column": 8
                      },
                      "identifierName": "dirB"
                    },
                    "name": "dirB"
                  },
                  "right": {
                    "type": "CallExpression",
                    "start": 12369,
                    "end": 12393,
                    "loc": {
                      "start": {
                        "line": 271,
                        "column": 11
                      },
                      "end": {
                        "line": 271,
                        "column": 35
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 12369,
                      "end": 12391,
                      "loc": {
                        "start": {
                          "line": 271,
                          "column": 11
                        },
                        "end": {
                          "line": 271,
                          "column": 33
                        }
                      },
                      "object": {
                        "type": "CallExpression",
                        "start": 12369,
                        "end": 12381,
                        "loc": {
                          "start": {
                            "line": 271,
                            "column": 11
                          },
                          "end": {
                            "line": 271,
                            "column": 23
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 12369,
                          "end": 12379,
                          "loc": {
                            "start": {
                              "line": 271,
                              "column": 11
                            },
                            "end": {
                              "line": 271,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 12369,
                            "end": 12373,
                            "loc": {
                              "start": {
                                "line": 271,
                                "column": 11
                              },
                              "end": {
                                "line": 271,
                                "column": 15
                              },
                              "identifierName": "dirB"
                            },
                            "name": "dirB"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 12374,
                            "end": 12379,
                            "loc": {
                              "start": {
                                "line": 271,
                                "column": 16
                              },
                              "end": {
                                "line": 271,
                                "column": 21
                              },
                              "identifierName": "clone"
                            },
                            "name": "clone"
                          },
                          "computed": false
                        },
                        "arguments": []
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 12382,
                        "end": 12391,
                        "loc": {
                          "start": {
                            "line": 271,
                            "column": 24
                          },
                          "end": {
                            "line": 271,
                            "column": 33
                          },
                          "identifierName": "normalize"
                        },
                        "name": "normalize"
                      },
                      "computed": false
                    },
                    "arguments": []
                  }
                }
              },
              {
                "type": "IfStatement",
                "start": 12399,
                "end": 12493,
                "loc": {
                  "start": {
                    "line": 272,
                    "column": 4
                  },
                  "end": {
                    "line": 275,
                    "column": 20
                  }
                },
                "test": {
                  "type": "LogicalExpression",
                  "start": 12412,
                  "end": 12454,
                  "loc": {
                    "start": {
                      "line": 273,
                      "column": 8
                    },
                    "end": {
                      "line": 273,
                      "column": 50
                    }
                  },
                  "left": {
                    "type": "BinaryExpression",
                    "start": 12412,
                    "end": 12431,
                    "loc": {
                      "start": {
                        "line": 273,
                        "column": 8
                      },
                      "end": {
                        "line": 273,
                        "column": 27
                      }
                    },
                    "left": {
                      "type": "CallExpression",
                      "start": 12412,
                      "end": 12425,
                      "loc": {
                        "start": {
                          "line": 273,
                          "column": 8
                        },
                        "end": {
                          "line": 273,
                          "column": 21
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 12412,
                        "end": 12423,
                        "loc": {
                          "start": {
                            "line": 273,
                            "column": 8
                          },
                          "end": {
                            "line": 273,
                            "column": 19
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 12412,
                          "end": 12416,
                          "loc": {
                            "start": {
                              "line": 273,
                              "column": 8
                            },
                            "end": {
                              "line": 273,
                              "column": 12
                            },
                            "identifierName": "dirA"
                          },
                          "name": "dirA"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 12417,
                          "end": 12423,
                          "loc": {
                            "start": {
                              "line": 273,
                              "column": 13
                            },
                            "end": {
                              "line": 273,
                              "column": 19
                            },
                            "identifierName": "length"
                          },
                          "name": "length"
                        },
                        "computed": false
                      },
                      "arguments": []
                    },
                    "operator": "<",
                    "right": {
                      "type": "NumericLiteral",
                      "start": 12428,
                      "end": 12431,
                      "loc": {
                        "start": {
                          "line": 273,
                          "column": 24
                        },
                        "end": {
                          "line": 273,
                          "column": 27
                        }
                      },
                      "extra": {
                        "rawValue": 0.9,
                        "raw": "0.9"
                      },
                      "value": 0.9
                    }
                  },
                  "operator": "||",
                  "right": {
                    "type": "BinaryExpression",
                    "start": 12435,
                    "end": 12454,
                    "loc": {
                      "start": {
                        "line": 273,
                        "column": 31
                      },
                      "end": {
                        "line": 273,
                        "column": 50
                      }
                    },
                    "left": {
                      "type": "CallExpression",
                      "start": 12435,
                      "end": 12448,
                      "loc": {
                        "start": {
                          "line": 273,
                          "column": 31
                        },
                        "end": {
                          "line": 273,
                          "column": 44
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 12435,
                        "end": 12446,
                        "loc": {
                          "start": {
                            "line": 273,
                            "column": 31
                          },
                          "end": {
                            "line": 273,
                            "column": 42
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 12435,
                          "end": 12439,
                          "loc": {
                            "start": {
                              "line": 273,
                              "column": 31
                            },
                            "end": {
                              "line": 273,
                              "column": 35
                            },
                            "identifierName": "dirB"
                          },
                          "name": "dirB"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 12440,
                          "end": 12446,
                          "loc": {
                            "start": {
                              "line": 273,
                              "column": 36
                            },
                            "end": {
                              "line": 273,
                              "column": 42
                            },
                            "identifierName": "length"
                          },
                          "name": "length"
                        },
                        "computed": false
                      },
                      "arguments": []
                    },
                    "operator": "<",
                    "right": {
                      "type": "NumericLiteral",
                      "start": 12451,
                      "end": 12454,
                      "loc": {
                        "start": {
                          "line": 273,
                          "column": 47
                        },
                        "end": {
                          "line": 273,
                          "column": 50
                        }
                      },
                      "extra": {
                        "rawValue": 0.9,
                        "raw": "0.9"
                      },
                      "value": 0.9,
                      "leadingComments": null,
                      "trailingComments": null
                    },
                    "trailingComments": null
                  },
                  "trailingComments": [
                    {
                      "type": "CommentLine",
                      "value": "must be 1",
                      "start": 12455,
                      "end": 12466,
                      "loc": {
                        "start": {
                          "line": 273,
                          "column": 51
                        },
                        "end": {
                          "line": 273,
                          "column": 62
                        }
                      }
                    }
                  ]
                },
                "consequent": {
                  "type": "ReturnStatement",
                  "start": 12481,
                  "end": 12493,
                  "loc": {
                    "start": {
                      "line": 275,
                      "column": 8
                    },
                    "end": {
                      "line": 275,
                      "column": 20
                    }
                  },
                  "argument": {
                    "type": "NullLiteral",
                    "start": 12488,
                    "end": 12492,
                    "loc": {
                      "start": {
                        "line": 275,
                        "column": 15
                      },
                      "end": {
                        "line": 275,
                        "column": 19
                      }
                    },
                    "leadingComments": null
                  },
                  "leadingComments": [
                    {
                      "type": "CommentLine",
                      "value": "must be 1",
                      "start": 12455,
                      "end": 12466,
                      "loc": {
                        "start": {
                          "line": 273,
                          "column": 51
                        },
                        "end": {
                          "line": 273,
                          "column": 62
                        }
                      }
                    }
                  ]
                },
                "alternate": null
              },
              {
                "type": "VariableDeclaration",
                "start": 12498,
                "end": 12526,
                "loc": {
                  "start": {
                    "line": 276,
                    "column": 4
                  },
                  "end": {
                    "line": 276,
                    "column": 32
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 12502,
                    "end": 12525,
                    "loc": {
                      "start": {
                        "line": 276,
                        "column": 8
                      },
                      "end": {
                        "line": 276,
                        "column": 31
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 12502,
                      "end": 12505,
                      "loc": {
                        "start": {
                          "line": 276,
                          "column": 8
                        },
                        "end": {
                          "line": 276,
                          "column": 11
                        },
                        "identifierName": "PxQ"
                      },
                      "name": "PxQ"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 12508,
                      "end": 12525,
                      "loc": {
                        "start": {
                          "line": 276,
                          "column": 14
                        },
                        "end": {
                          "line": 276,
                          "column": 31
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 12508,
                        "end": 12513,
                        "loc": {
                          "start": {
                            "line": 276,
                            "column": 14
                          },
                          "end": {
                            "line": 276,
                            "column": 19
                          },
                          "identifierName": "cross"
                        },
                        "name": "cross"
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 12514,
                          "end": 12518,
                          "loc": {
                            "start": {
                              "line": 276,
                              "column": 20
                            },
                            "end": {
                              "line": 276,
                              "column": 24
                            },
                            "identifierName": "dirA"
                          },
                          "name": "dirA"
                        },
                        {
                          "type": "Identifier",
                          "start": 12520,
                          "end": 12524,
                          "loc": {
                            "start": {
                              "line": 276,
                              "column": 26
                            },
                            "end": {
                              "line": 276,
                              "column": 30
                            },
                            "identifierName": "dirB"
                          },
                          "name": "dirB"
                        }
                      ]
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "IfStatement",
                "start": 12531,
                "end": 12582,
                "loc": {
                  "start": {
                    "line": 277,
                    "column": 4
                  },
                  "end": {
                    "line": 277,
                    "column": 55
                  }
                },
                "test": {
                  "type": "BinaryExpression",
                  "start": 12535,
                  "end": 12568,
                  "loc": {
                    "start": {
                      "line": 277,
                      "column": 8
                    },
                    "end": {
                      "line": 277,
                      "column": 41
                    }
                  },
                  "left": {
                    "type": "CallExpression",
                    "start": 12535,
                    "end": 12548,
                    "loc": {
                      "start": {
                        "line": 277,
                        "column": 8
                      },
                      "end": {
                        "line": 277,
                        "column": 21
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 12535,
                      "end": 12543,
                      "loc": {
                        "start": {
                          "line": 277,
                          "column": 8
                        },
                        "end": {
                          "line": 277,
                          "column": 16
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 12535,
                        "end": 12539,
                        "loc": {
                          "start": {
                            "line": 277,
                            "column": 8
                          },
                          "end": {
                            "line": 277,
                            "column": 12
                          },
                          "identifierName": "Math"
                        },
                        "name": "Math"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 12540,
                        "end": 12543,
                        "loc": {
                          "start": {
                            "line": 277,
                            "column": 13
                          },
                          "end": {
                            "line": 277,
                            "column": 16
                          },
                          "identifierName": "abs"
                        },
                        "name": "abs"
                      },
                      "computed": false
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "start": 12544,
                        "end": 12547,
                        "loc": {
                          "start": {
                            "line": 277,
                            "column": 17
                          },
                          "end": {
                            "line": 277,
                            "column": 20
                          },
                          "identifierName": "PxQ"
                        },
                        "name": "PxQ"
                      }
                    ]
                  },
                  "operator": "<=",
                  "right": {
                    "type": "Identifier",
                    "start": 12552,
                    "end": 12568,
                    "loc": {
                      "start": {
                        "line": 277,
                        "column": 25
                      },
                      "end": {
                        "line": 277,
                        "column": 41
                      },
                      "identifierName": "angularTolerance"
                    },
                    "name": "angularTolerance"
                  }
                },
                "consequent": {
                  "type": "ReturnStatement",
                  "start": 12570,
                  "end": 12582,
                  "loc": {
                    "start": {
                      "line": 277,
                      "column": 43
                    },
                    "end": {
                      "line": 277,
                      "column": 55
                    }
                  },
                  "argument": {
                    "type": "NullLiteral",
                    "start": 12577,
                    "end": 12581,
                    "loc": {
                      "start": {
                        "line": 277,
                        "column": 50
                      },
                      "end": {
                        "line": 277,
                        "column": 54
                      }
                    }
                  }
                },
                "alternate": null
              },
              {
                "type": "VariableDeclaration",
                "start": 12587,
                "end": 12635,
                "loc": {
                  "start": {
                    "line": 278,
                    "column": 4
                  },
                  "end": {
                    "line": 278,
                    "column": 52
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 12591,
                    "end": 12634,
                    "loc": {
                      "start": {
                        "line": 278,
                        "column": 8
                      },
                      "end": {
                        "line": 278,
                        "column": 51
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 12591,
                      "end": 12596,
                      "loc": {
                        "start": {
                          "line": 278,
                          "column": 8
                        },
                        "end": {
                          "line": 278,
                          "column": 13
                        },
                        "identifierName": "BmAxQ"
                      },
                      "name": "BmAxQ"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 12599,
                      "end": 12634,
                      "loc": {
                        "start": {
                          "line": 278,
                          "column": 16
                        },
                        "end": {
                          "line": 278,
                          "column": 51
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 12599,
                        "end": 12604,
                        "loc": {
                          "start": {
                            "line": 278,
                            "column": 16
                          },
                          "end": {
                            "line": 278,
                            "column": 21
                          },
                          "identifierName": "cross"
                        },
                        "name": "cross"
                      },
                      "arguments": [
                        {
                          "type": "CallExpression",
                          "start": 12605,
                          "end": 12627,
                          "loc": {
                            "start": {
                              "line": 278,
                              "column": 22
                            },
                            "end": {
                              "line": 278,
                              "column": 44
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 12605,
                            "end": 12621,
                            "loc": {
                              "start": {
                                "line": 278,
                                "column": 22
                              },
                              "end": {
                                "line": 278,
                                "column": 38
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 12605,
                              "end": 12617,
                              "loc": {
                                "start": {
                                  "line": 278,
                                  "column": 22
                                },
                                "end": {
                                  "line": 278,
                                  "column": 34
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 12605,
                                "end": 12615,
                                "loc": {
                                  "start": {
                                    "line": 278,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 278,
                                    "column": 32
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 12605,
                                  "end": 12609,
                                  "loc": {
                                    "start": {
                                      "line": 278,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 278,
                                      "column": 26
                                    },
                                    "identifierName": "pntB"
                                  },
                                  "name": "pntB"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 12610,
                                  "end": 12615,
                                  "loc": {
                                    "start": {
                                      "line": 278,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 278,
                                      "column": 32
                                    },
                                    "identifierName": "clone"
                                  },
                                  "name": "clone"
                                },
                                "computed": false
                              },
                              "arguments": []
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 12618,
                              "end": 12621,
                              "loc": {
                                "start": {
                                  "line": 278,
                                  "column": 35
                                },
                                "end": {
                                  "line": 278,
                                  "column": 38
                                },
                                "identifierName": "sub"
                              },
                              "name": "sub"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 12622,
                              "end": 12626,
                              "loc": {
                                "start": {
                                  "line": 278,
                                  "column": 39
                                },
                                "end": {
                                  "line": 278,
                                  "column": 43
                                },
                                "identifierName": "pntA"
                              },
                              "name": "pntA"
                            }
                          ]
                        },
                        {
                          "type": "Identifier",
                          "start": 12629,
                          "end": 12633,
                          "loc": {
                            "start": {
                              "line": 278,
                              "column": 46
                            },
                            "end": {
                              "line": 278,
                              "column": 50
                            },
                            "identifierName": "dirB"
                          },
                          "name": "dirB"
                        }
                      ]
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 12640,
                "end": 12688,
                "loc": {
                  "start": {
                    "line": 279,
                    "column": 4
                  },
                  "end": {
                    "line": 279,
                    "column": 52
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 12644,
                    "end": 12687,
                    "loc": {
                      "start": {
                        "line": 279,
                        "column": 8
                      },
                      "end": {
                        "line": 279,
                        "column": 51
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 12644,
                      "end": 12649,
                      "loc": {
                        "start": {
                          "line": 279,
                          "column": 8
                        },
                        "end": {
                          "line": 279,
                          "column": 13
                        },
                        "identifierName": "BmAxP"
                      },
                      "name": "BmAxP"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 12652,
                      "end": 12687,
                      "loc": {
                        "start": {
                          "line": 279,
                          "column": 16
                        },
                        "end": {
                          "line": 279,
                          "column": 51
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 12652,
                        "end": 12657,
                        "loc": {
                          "start": {
                            "line": 279,
                            "column": 16
                          },
                          "end": {
                            "line": 279,
                            "column": 21
                          },
                          "identifierName": "cross"
                        },
                        "name": "cross"
                      },
                      "arguments": [
                        {
                          "type": "CallExpression",
                          "start": 12658,
                          "end": 12680,
                          "loc": {
                            "start": {
                              "line": 279,
                              "column": 22
                            },
                            "end": {
                              "line": 279,
                              "column": 44
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 12658,
                            "end": 12674,
                            "loc": {
                              "start": {
                                "line": 279,
                                "column": 22
                              },
                              "end": {
                                "line": 279,
                                "column": 38
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 12658,
                              "end": 12670,
                              "loc": {
                                "start": {
                                  "line": 279,
                                  "column": 22
                                },
                                "end": {
                                  "line": 279,
                                  "column": 34
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 12658,
                                "end": 12668,
                                "loc": {
                                  "start": {
                                    "line": 279,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 279,
                                    "column": 32
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 12658,
                                  "end": 12662,
                                  "loc": {
                                    "start": {
                                      "line": 279,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 279,
                                      "column": 26
                                    },
                                    "identifierName": "pntB"
                                  },
                                  "name": "pntB"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 12663,
                                  "end": 12668,
                                  "loc": {
                                    "start": {
                                      "line": 279,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 279,
                                      "column": 32
                                    },
                                    "identifierName": "clone"
                                  },
                                  "name": "clone"
                                },
                                "computed": false
                              },
                              "arguments": []
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 12671,
                              "end": 12674,
                              "loc": {
                                "start": {
                                  "line": 279,
                                  "column": 35
                                },
                                "end": {
                                  "line": 279,
                                  "column": 38
                                },
                                "identifierName": "sub"
                              },
                              "name": "sub"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 12675,
                              "end": 12679,
                              "loc": {
                                "start": {
                                  "line": 279,
                                  "column": 39
                                },
                                "end": {
                                  "line": 279,
                                  "column": 43
                                },
                                "identifierName": "pntA"
                              },
                              "name": "pntA"
                            }
                          ]
                        },
                        {
                          "type": "Identifier",
                          "start": 12682,
                          "end": 12686,
                          "loc": {
                            "start": {
                              "line": 279,
                              "column": 46
                            },
                            "end": {
                              "line": 279,
                              "column": 50
                            },
                            "identifierName": "dirA"
                          },
                          "name": "dirA"
                        }
                      ]
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 12693,
                "end": 12718,
                "loc": {
                  "start": {
                    "line": 280,
                    "column": 4
                  },
                  "end": {
                    "line": 280,
                    "column": 29
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 12697,
                    "end": 12717,
                    "loc": {
                      "start": {
                        "line": 280,
                        "column": 8
                      },
                      "end": {
                        "line": 280,
                        "column": 28
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 12697,
                      "end": 12703,
                      "loc": {
                        "start": {
                          "line": 280,
                          "column": 8
                        },
                        "end": {
                          "line": 280,
                          "column": 14
                        },
                        "identifierName": "paramA"
                      },
                      "name": "paramA"
                    },
                    "init": {
                      "type": "BinaryExpression",
                      "start": 12706,
                      "end": 12717,
                      "loc": {
                        "start": {
                          "line": 280,
                          "column": 17
                        },
                        "end": {
                          "line": 280,
                          "column": 28
                        }
                      },
                      "left": {
                        "type": "Identifier",
                        "start": 12706,
                        "end": 12711,
                        "loc": {
                          "start": {
                            "line": 280,
                            "column": 17
                          },
                          "end": {
                            "line": 280,
                            "column": 22
                          },
                          "identifierName": "BmAxQ"
                        },
                        "name": "BmAxQ"
                      },
                      "operator": "/",
                      "right": {
                        "type": "Identifier",
                        "start": 12714,
                        "end": 12717,
                        "loc": {
                          "start": {
                            "line": 280,
                            "column": 25
                          },
                          "end": {
                            "line": 280,
                            "column": 28
                          },
                          "identifierName": "PxQ"
                        },
                        "name": "PxQ"
                      }
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 12723,
                "end": 12748,
                "loc": {
                  "start": {
                    "line": 281,
                    "column": 4
                  },
                  "end": {
                    "line": 281,
                    "column": 29
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 12727,
                    "end": 12747,
                    "loc": {
                      "start": {
                        "line": 281,
                        "column": 8
                      },
                      "end": {
                        "line": 281,
                        "column": 28
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 12727,
                      "end": 12733,
                      "loc": {
                        "start": {
                          "line": 281,
                          "column": 8
                        },
                        "end": {
                          "line": 281,
                          "column": 14
                        },
                        "identifierName": "paramB"
                      },
                      "name": "paramB"
                    },
                    "init": {
                      "type": "BinaryExpression",
                      "start": 12736,
                      "end": 12747,
                      "loc": {
                        "start": {
                          "line": 281,
                          "column": 17
                        },
                        "end": {
                          "line": 281,
                          "column": 28
                        }
                      },
                      "left": {
                        "type": "Identifier",
                        "start": 12736,
                        "end": 12741,
                        "loc": {
                          "start": {
                            "line": 281,
                            "column": 17
                          },
                          "end": {
                            "line": 281,
                            "column": 22
                          },
                          "identifierName": "BmAxP"
                        },
                        "name": "BmAxP"
                      },
                      "operator": "/",
                      "right": {
                        "type": "Identifier",
                        "start": 12744,
                        "end": 12747,
                        "loc": {
                          "start": {
                            "line": 281,
                            "column": 25
                          },
                          "end": {
                            "line": 281,
                            "column": 28
                          },
                          "identifierName": "PxQ"
                        },
                        "name": "PxQ"
                      }
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 12753,
                "end": 12813,
                "loc": {
                  "start": {
                    "line": 282,
                    "column": 4
                  },
                  "end": {
                    "line": 282,
                    "column": 64
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 12757,
                    "end": 12812,
                    "loc": {
                      "start": {
                        "line": 282,
                        "column": 8
                      },
                      "end": {
                        "line": 282,
                        "column": 63
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 12757,
                      "end": 12764,
                      "loc": {
                        "start": {
                          "line": 282,
                          "column": 8
                        },
                        "end": {
                          "line": 282,
                          "column": 15
                        },
                        "identifierName": "intersA"
                      },
                      "name": "intersA"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 12767,
                      "end": 12812,
                      "loc": {
                        "start": {
                          "line": 282,
                          "column": 18
                        },
                        "end": {
                          "line": 282,
                          "column": 63
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 12767,
                        "end": 12806,
                        "loc": {
                          "start": {
                            "line": 282,
                            "column": 18
                          },
                          "end": {
                            "line": 282,
                            "column": 57
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 12767,
                          "end": 12802,
                          "loc": {
                            "start": {
                              "line": 282,
                              "column": 18
                            },
                            "end": {
                              "line": 282,
                              "column": 53
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 12767,
                            "end": 12794,
                            "loc": {
                              "start": {
                                "line": 282,
                                "column": 18
                              },
                              "end": {
                                "line": 282,
                                "column": 45
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 12767,
                              "end": 12779,
                              "loc": {
                                "start": {
                                  "line": 282,
                                  "column": 18
                                },
                                "end": {
                                  "line": 282,
                                  "column": 30
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 12767,
                                "end": 12777,
                                "loc": {
                                  "start": {
                                    "line": 282,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 282,
                                    "column": 28
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 12767,
                                  "end": 12771,
                                  "loc": {
                                    "start": {
                                      "line": 282,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 282,
                                      "column": 22
                                    },
                                    "identifierName": "dirA"
                                  },
                                  "name": "dirA"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 12772,
                                  "end": 12777,
                                  "loc": {
                                    "start": {
                                      "line": 282,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 282,
                                      "column": 28
                                    },
                                    "identifierName": "clone"
                                  },
                                  "name": "clone"
                                },
                                "computed": false
                              },
                              "arguments": []
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 12780,
                              "end": 12794,
                              "loc": {
                                "start": {
                                  "line": 282,
                                  "column": 31
                                },
                                "end": {
                                  "line": 282,
                                  "column": 45
                                },
                                "identifierName": "multiplyScalar"
                              },
                              "name": "multiplyScalar"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 12795,
                              "end": 12801,
                              "loc": {
                                "start": {
                                  "line": 282,
                                  "column": 46
                                },
                                "end": {
                                  "line": 282,
                                  "column": 52
                                },
                                "identifierName": "paramA"
                              },
                              "name": "paramA"
                            }
                          ]
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 12803,
                          "end": 12806,
                          "loc": {
                            "start": {
                              "line": 282,
                              "column": 54
                            },
                            "end": {
                              "line": 282,
                              "column": 57
                            },
                            "identifierName": "add"
                          },
                          "name": "add"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 12807,
                          "end": 12811,
                          "loc": {
                            "start": {
                              "line": 282,
                              "column": 58
                            },
                            "end": {
                              "line": 282,
                              "column": 62
                            },
                            "identifierName": "pntA"
                          },
                          "name": "pntA"
                        }
                      ]
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 12818,
                "end": 12878,
                "loc": {
                  "start": {
                    "line": 283,
                    "column": 4
                  },
                  "end": {
                    "line": 283,
                    "column": 64
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 12822,
                    "end": 12877,
                    "loc": {
                      "start": {
                        "line": 283,
                        "column": 8
                      },
                      "end": {
                        "line": 283,
                        "column": 63
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 12822,
                      "end": 12829,
                      "loc": {
                        "start": {
                          "line": 283,
                          "column": 8
                        },
                        "end": {
                          "line": 283,
                          "column": 15
                        },
                        "identifierName": "intersB"
                      },
                      "name": "intersB"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 12832,
                      "end": 12877,
                      "loc": {
                        "start": {
                          "line": 283,
                          "column": 18
                        },
                        "end": {
                          "line": 283,
                          "column": 63
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 12832,
                        "end": 12871,
                        "loc": {
                          "start": {
                            "line": 283,
                            "column": 18
                          },
                          "end": {
                            "line": 283,
                            "column": 57
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 12832,
                          "end": 12867,
                          "loc": {
                            "start": {
                              "line": 283,
                              "column": 18
                            },
                            "end": {
                              "line": 283,
                              "column": 53
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 12832,
                            "end": 12859,
                            "loc": {
                              "start": {
                                "line": 283,
                                "column": 18
                              },
                              "end": {
                                "line": 283,
                                "column": 45
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 12832,
                              "end": 12844,
                              "loc": {
                                "start": {
                                  "line": 283,
                                  "column": 18
                                },
                                "end": {
                                  "line": 283,
                                  "column": 30
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 12832,
                                "end": 12842,
                                "loc": {
                                  "start": {
                                    "line": 283,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 283,
                                    "column": 28
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 12832,
                                  "end": 12836,
                                  "loc": {
                                    "start": {
                                      "line": 283,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 283,
                                      "column": 22
                                    },
                                    "identifierName": "dirB"
                                  },
                                  "name": "dirB"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 12837,
                                  "end": 12842,
                                  "loc": {
                                    "start": {
                                      "line": 283,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 283,
                                      "column": 28
                                    },
                                    "identifierName": "clone"
                                  },
                                  "name": "clone"
                                },
                                "computed": false
                              },
                              "arguments": []
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 12845,
                              "end": 12859,
                              "loc": {
                                "start": {
                                  "line": 283,
                                  "column": 31
                                },
                                "end": {
                                  "line": 283,
                                  "column": 45
                                },
                                "identifierName": "multiplyScalar"
                              },
                              "name": "multiplyScalar"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 12860,
                              "end": 12866,
                              "loc": {
                                "start": {
                                  "line": 283,
                                  "column": 46
                                },
                                "end": {
                                  "line": 283,
                                  "column": 52
                                },
                                "identifierName": "paramB"
                              },
                              "name": "paramB"
                            }
                          ]
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 12868,
                          "end": 12871,
                          "loc": {
                            "start": {
                              "line": 283,
                              "column": 54
                            },
                            "end": {
                              "line": 283,
                              "column": 57
                            },
                            "identifierName": "add"
                          },
                          "name": "add"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 12872,
                          "end": 12876,
                          "loc": {
                            "start": {
                              "line": 283,
                              "column": 58
                            },
                            "end": {
                              "line": 283,
                              "column": 62
                            },
                            "identifierName": "pntB"
                          },
                          "name": "pntB"
                        }
                      ]
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "VariableDeclaration",
                "start": 12883,
                "end": 12945,
                "loc": {
                  "start": {
                    "line": 284,
                    "column": 4
                  },
                  "end": {
                    "line": 284,
                    "column": 66
                  }
                },
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "start": 12887,
                    "end": 12944,
                    "loc": {
                      "start": {
                        "line": 284,
                        "column": 8
                      },
                      "end": {
                        "line": 284,
                        "column": 65
                      }
                    },
                    "id": {
                      "type": "Identifier",
                      "start": 12887,
                      "end": 12893,
                      "loc": {
                        "start": {
                          "line": 284,
                          "column": 8
                        },
                        "end": {
                          "line": 284,
                          "column": 14
                        },
                        "identifierName": "inters"
                      },
                      "name": "inters"
                    },
                    "init": {
                      "type": "CallExpression",
                      "start": 12896,
                      "end": 12944,
                      "loc": {
                        "start": {
                          "line": 284,
                          "column": 17
                        },
                        "end": {
                          "line": 284,
                          "column": 65
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 12896,
                        "end": 12939,
                        "loc": {
                          "start": {
                            "line": 284,
                            "column": 17
                          },
                          "end": {
                            "line": 284,
                            "column": 60
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 12896,
                          "end": 12924,
                          "loc": {
                            "start": {
                              "line": 284,
                              "column": 17
                            },
                            "end": {
                              "line": 284,
                              "column": 45
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 12896,
                            "end": 12915,
                            "loc": {
                              "start": {
                                "line": 284,
                                "column": 17
                              },
                              "end": {
                                "line": 284,
                                "column": 36
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 12896,
                              "end": 12911,
                              "loc": {
                                "start": {
                                  "line": 284,
                                  "column": 17
                                },
                                "end": {
                                  "line": 284,
                                  "column": 32
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 12896,
                                "end": 12909,
                                "loc": {
                                  "start": {
                                    "line": 284,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 284,
                                    "column": 30
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 12896,
                                  "end": 12903,
                                  "loc": {
                                    "start": {
                                      "line": 284,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 284,
                                      "column": 24
                                    },
                                    "identifierName": "intersA"
                                  },
                                  "name": "intersA"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 12904,
                                  "end": 12909,
                                  "loc": {
                                    "start": {
                                      "line": 284,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 284,
                                      "column": 30
                                    },
                                    "identifierName": "clone"
                                  },
                                  "name": "clone"
                                },
                                "computed": false
                              },
                              "arguments": []
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 12912,
                              "end": 12915,
                              "loc": {
                                "start": {
                                  "line": 284,
                                  "column": 33
                                },
                                "end": {
                                  "line": 284,
                                  "column": 36
                                },
                                "identifierName": "add"
                              },
                              "name": "add"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 12916,
                              "end": 12923,
                              "loc": {
                                "start": {
                                  "line": 284,
                                  "column": 37
                                },
                                "end": {
                                  "line": 284,
                                  "column": 44
                                },
                                "identifierName": "intersB"
                              },
                              "name": "intersB"
                            }
                          ]
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 12925,
                          "end": 12939,
                          "loc": {
                            "start": {
                              "line": 284,
                              "column": 46
                            },
                            "end": {
                              "line": 284,
                              "column": 60
                            },
                            "identifierName": "multiplyScalar"
                          },
                          "name": "multiplyScalar"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "NumericLiteral",
                          "start": 12940,
                          "end": 12943,
                          "loc": {
                            "start": {
                              "line": 284,
                              "column": 61
                            },
                            "end": {
                              "line": 284,
                              "column": 64
                            }
                          },
                          "extra": {
                            "rawValue": 0.5,
                            "raw": "0.5"
                          },
                          "value": 0.5
                        }
                      ]
                    }
                  }
                ],
                "kind": "var"
              },
              {
                "type": "ReturnStatement",
                "start": 12950,
                "end": 12964,
                "loc": {
                  "start": {
                    "line": 285,
                    "column": 4
                  },
                  "end": {
                    "line": 285,
                    "column": 18
                  }
                },
                "argument": {
                  "type": "Identifier",
                  "start": 12957,
                  "end": 12963,
                  "loc": {
                    "start": {
                      "line": 285,
                      "column": 11
                    },
                    "end": {
                      "line": 285,
                      "column": 17
                    },
                    "identifierName": "inters"
                  },
                  "name": "inters"
                }
              }
            ],
            "directives": []
          },
          "leadingComments": [
            {
              "type": "CommentLine",
              "value": "returns intersection point of given two lines",
              "start": 12049,
              "end": 12096,
              "loc": {
                "start": {
                  "line": 266,
                  "column": 0
                },
                "end": {
                  "line": 266,
                  "column": 47
                }
              }
            },
            {
              "type": "CommentLine",
              "value": "if angularTolerance is set, then null is returned when lines are parallel",
              "start": 12097,
              "end": 12172,
              "loc": {
                "start": {
                  "line": 267,
                  "column": 0
                },
                "end": {
                  "line": 267,
                  "column": 75
                }
              }
            }
          ],
          "trailingComments": []
        },
        "leadingComments": [
          {
            "type": "CommentLine",
            "value": "returns intersection point of given two lines",
            "start": 12049,
            "end": 12096,
            "loc": {
              "start": {
                "line": 266,
                "column": 0
              },
              "end": {
                "line": 266,
                "column": 47
              }
            }
          },
          {
            "type": "CommentLine",
            "value": "if angularTolerance is set, then null is returned when lines are parallel",
            "start": 12097,
            "end": 12172,
            "loc": {
              "start": {
                "line": 267,
                "column": 0
              },
              "end": {
                "line": 267,
                "column": 75
              }
            }
          }
        ]
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 12968,
        "end": 13278,
        "loc": {
          "start": {
            "line": 288,
            "column": 0
          },
          "end": {
            "line": 298,
            "column": 1
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "FunctionDeclaration",
          "start": 12975,
          "end": 13278,
          "loc": {
            "start": {
              "line": 288,
              "column": 7
            },
            "end": {
              "line": 298,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 12984,
            "end": 12992,
            "loc": {
              "start": {
                "line": 288,
                "column": 16
              },
              "end": {
                "line": 288,
                "column": 24
              },
              "identifierName": "getClass"
            },
            "name": "getClass"
          },
          "generator": false,
          "expression": false,
          "async": false,
          "params": [
            {
              "type": "Identifier",
              "start": 12993,
              "end": 13003,
              "loc": {
                "start": {
                  "line": 288,
                  "column": 25
                },
                "end": {
                  "line": 288,
                  "column": 35
                },
                "identifierName": "geomParams"
              },
              "name": "geomParams"
            }
          ],
          "body": {
            "type": "BlockStatement",
            "start": 13005,
            "end": 13278,
            "loc": {
              "start": {
                "line": 288,
                "column": 37
              },
              "end": {
                "line": 298,
                "column": 1
              }
            },
            "body": [
              {
                "type": "IfStatement",
                "start": 13011,
                "end": 13069,
                "loc": {
                  "start": {
                    "line": 289,
                    "column": 4
                  },
                  "end": {
                    "line": 290,
                    "column": 33
                  }
                },
                "test": {
                  "type": "MemberExpression",
                  "start": 13015,
                  "end": 13034,
                  "loc": {
                    "start": {
                      "line": 289,
                      "column": 8
                    },
                    "end": {
                      "line": 289,
                      "column": 27
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 13015,
                    "end": 13025,
                    "loc": {
                      "start": {
                        "line": 289,
                        "column": 8
                      },
                      "end": {
                        "line": 289,
                        "column": 18
                      },
                      "identifierName": "geomParams"
                    },
                    "name": "geomParams"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 13026,
                    "end": 13034,
                    "loc": {
                      "start": {
                        "line": 289,
                        "column": 19
                      },
                      "end": {
                        "line": 289,
                        "column": 27
                      },
                      "identifierName": "entities"
                    },
                    "name": "entities"
                  },
                  "computed": false
                },
                "consequent": {
                  "type": "ReturnStatement",
                  "start": 13044,
                  "end": 13069,
                  "loc": {
                    "start": {
                      "line": 290,
                      "column": 8
                    },
                    "end": {
                      "line": 290,
                      "column": 33
                    }
                  },
                  "argument": {
                    "type": "MemberExpression",
                    "start": 13051,
                    "end": 13068,
                    "loc": {
                      "start": {
                        "line": 290,
                        "column": 15
                      },
                      "end": {
                        "line": 290,
                        "column": 32
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 13051,
                      "end": 13061,
                      "loc": {
                        "start": {
                          "line": 290,
                          "column": 15
                        },
                        "end": {
                          "line": 290,
                          "column": 25
                        },
                        "identifierName": "geomParams"
                      },
                      "name": "geomParams"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 13062,
                      "end": 13068,
                      "loc": {
                        "start": {
                          "line": 290,
                          "column": 26
                        },
                        "end": {
                          "line": 290,
                          "column": 32
                        },
                        "identifierName": "cclass"
                      },
                      "name": "cclass"
                    },
                    "computed": false
                  }
                },
                "alternate": null
              },
              {
                "type": "IfStatement",
                "start": 13074,
                "end": 13152,
                "loc": {
                  "start": {
                    "line": 291,
                    "column": 4
                  },
                  "end": {
                    "line": 292,
                    "column": 55
                  }
                },
                "test": {
                  "type": "MemberExpression",
                  "start": 13078,
                  "end": 13095,
                  "loc": {
                    "start": {
                      "line": 291,
                      "column": 8
                    },
                    "end": {
                      "line": 291,
                      "column": 25
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 13078,
                    "end": 13088,
                    "loc": {
                      "start": {
                        "line": 291,
                        "column": 8
                      },
                      "end": {
                        "line": 291,
                        "column": 18
                      },
                      "identifierName": "geomParams"
                    },
                    "name": "geomParams"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 13089,
                    "end": 13095,
                    "loc": {
                      "start": {
                        "line": 291,
                        "column": 19
                      },
                      "end": {
                        "line": 291,
                        "column": 25
                      },
                      "identifierName": "center"
                    },
                    "name": "center"
                  },
                  "computed": false
                },
                "consequent": {
                  "type": "ReturnStatement",
                  "start": 13105,
                  "end": 13152,
                  "loc": {
                    "start": {
                      "line": 292,
                      "column": 8
                    },
                    "end": {
                      "line": 292,
                      "column": 55
                    }
                  },
                  "argument": {
                    "type": "ConditionalExpression",
                    "start": 13112,
                    "end": 13151,
                    "loc": {
                      "start": {
                        "line": 292,
                        "column": 15
                      },
                      "end": {
                        "line": 292,
                        "column": 54
                      }
                    },
                    "test": {
                      "type": "MemberExpression",
                      "start": 13112,
                      "end": 13126,
                      "loc": {
                        "start": {
                          "line": 292,
                          "column": 15
                        },
                        "end": {
                          "line": 292,
                          "column": 29
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 13112,
                        "end": 13122,
                        "loc": {
                          "start": {
                            "line": 292,
                            "column": 15
                          },
                          "end": {
                            "line": 292,
                            "column": 25
                          },
                          "identifierName": "geomParams"
                        },
                        "name": "geomParams"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 13123,
                        "end": 13126,
                        "loc": {
                          "start": {
                            "line": 292,
                            "column": 26
                          },
                          "end": {
                            "line": 292,
                            "column": 29
                          },
                          "identifierName": "end"
                        },
                        "name": "end"
                      },
                      "computed": false
                    },
                    "consequent": {
                      "type": "StringLiteral",
                      "start": 13129,
                      "end": 13137,
                      "loc": {
                        "start": {
                          "line": 292,
                          "column": 32
                        },
                        "end": {
                          "line": 292,
                          "column": 40
                        }
                      },
                      "extra": {
                        "rawValue": "CC_Arc",
                        "raw": "'CC_Arc'"
                      },
                      "value": "CC_Arc"
                    },
                    "alternate": {
                      "type": "StringLiteral",
                      "start": 13140,
                      "end": 13151,
                      "loc": {
                        "start": {
                          "line": 292,
                          "column": 43
                        },
                        "end": {
                          "line": 292,
                          "column": 54
                        }
                      },
                      "extra": {
                        "rawValue": "CC_Circle",
                        "raw": "'CC_Circle'"
                      },
                      "value": "CC_Circle"
                    }
                  }
                },
                "alternate": null
              },
              {
                "type": "IfStatement",
                "start": 13157,
                "end": 13202,
                "loc": {
                  "start": {
                    "line": 293,
                    "column": 4
                  },
                  "end": {
                    "line": 294,
                    "column": 25
                  }
                },
                "test": {
                  "type": "MemberExpression",
                  "start": 13161,
                  "end": 13175,
                  "loc": {
                    "start": {
                      "line": 293,
                      "column": 8
                    },
                    "end": {
                      "line": 293,
                      "column": 22
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 13161,
                    "end": 13171,
                    "loc": {
                      "start": {
                        "line": 293,
                        "column": 8
                      },
                      "end": {
                        "line": 293,
                        "column": 18
                      },
                      "identifierName": "geomParams"
                    },
                    "name": "geomParams"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 13172,
                    "end": 13175,
                    "loc": {
                      "start": {
                        "line": 293,
                        "column": 19
                      },
                      "end": {
                        "line": 293,
                        "column": 22
                      },
                      "identifierName": "end"
                    },
                    "name": "end"
                  },
                  "computed": false
                },
                "consequent": {
                  "type": "ReturnStatement",
                  "start": 13185,
                  "end": 13202,
                  "loc": {
                    "start": {
                      "line": 294,
                      "column": 8
                    },
                    "end": {
                      "line": 294,
                      "column": 25
                    }
                  },
                  "argument": {
                    "type": "StringLiteral",
                    "start": 13192,
                    "end": 13201,
                    "loc": {
                      "start": {
                        "line": 294,
                        "column": 15
                      },
                      "end": {
                        "line": 294,
                        "column": 24
                      }
                    },
                    "extra": {
                      "rawValue": "CC_Line",
                      "raw": "'CC_Line'"
                    },
                    "value": "CC_Line"
                  }
                },
                "alternate": null
              },
              {
                "type": "IfStatement",
                "start": 13207,
                "end": 13254,
                "loc": {
                  "start": {
                    "line": 295,
                    "column": 4
                  },
                  "end": {
                    "line": 296,
                    "column": 25
                  }
                },
                "test": {
                  "type": "MemberExpression",
                  "start": 13211,
                  "end": 13227,
                  "loc": {
                    "start": {
                      "line": 295,
                      "column": 8
                    },
                    "end": {
                      "line": 295,
                      "column": 24
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 13211,
                    "end": 13221,
                    "loc": {
                      "start": {
                        "line": 295,
                        "column": 8
                      },
                      "end": {
                        "line": 295,
                        "column": 18
                      },
                      "identifierName": "geomParams"
                    },
                    "name": "geomParams"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 13222,
                    "end": 13227,
                    "loc": {
                      "start": {
                        "line": 295,
                        "column": 19
                      },
                      "end": {
                        "line": 295,
                        "column": 24
                      },
                      "identifierName": "start"
                    },
                    "name": "start"
                  },
                  "computed": false
                },
                "consequent": {
                  "type": "ReturnStatement",
                  "start": 13237,
                  "end": 13254,
                  "loc": {
                    "start": {
                      "line": 296,
                      "column": 8
                    },
                    "end": {
                      "line": 296,
                      "column": 25
                    }
                  },
                  "argument": {
                    "type": "StringLiteral",
                    "start": 13243,
                    "end": 13253,
                    "loc": {
                      "start": {
                        "line": 296,
                        "column": 14
                      },
                      "end": {
                        "line": 296,
                        "column": 24
                      }
                    },
                    "extra": {
                      "rawValue": "CC_Point",
                      "raw": "'CC_Point'"
                    },
                    "value": "CC_Point"
                  }
                },
                "alternate": null
              },
              {
                "type": "ReturnStatement",
                "start": 13259,
                "end": 13276,
                "loc": {
                  "start": {
                    "line": 297,
                    "column": 4
                  },
                  "end": {
                    "line": 297,
                    "column": 21
                  }
                },
                "argument": {
                  "type": "Identifier",
                  "start": 13266,
                  "end": 13275,
                  "loc": {
                    "start": {
                      "line": 297,
                      "column": 11
                    },
                    "end": {
                      "line": 297,
                      "column": 20
                    },
                    "identifierName": "undefined"
                  },
                  "name": "undefined"
                }
              }
            ],
            "directives": [],
            "trailingComments": null
          },
          "trailingComments": [
            {
              "type": "CommentLine",
              "value": " calculate a tangent of a line, arc or circle at a point as a normalized (possibly zero) vector",
              "start": 13280,
              "end": 13377,
              "loc": {
                "start": {
                  "line": 300,
                  "column": 0
                },
                "end": {
                  "line": 300,
                  "column": 97
                }
              }
            }
          ],
          "leadingComments": []
        },
        "trailingComments": [
          {
            "type": "CommentLine",
            "value": " calculate a tangent of a line, arc or circle at a point as a normalized (possibly zero) vector",
            "start": 13280,
            "end": 13377,
            "loc": {
              "start": {
                "line": 300,
                "column": 0
              },
              "end": {
                "line": 300,
                "column": 97
              }
            }
          }
        ]
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 13378,
        "end": 13784,
        "loc": {
          "start": {
            "line": 301,
            "column": 0
          },
          "end": {
            "line": 310,
            "column": 1
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "FunctionDeclaration",
          "start": 13385,
          "end": 13784,
          "loc": {
            "start": {
              "line": 301,
              "column": 7
            },
            "end": {
              "line": 310,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 13394,
            "end": 13404,
            "loc": {
              "start": {
                "line": 301,
                "column": 16
              },
              "end": {
                "line": 301,
                "column": 26
              },
              "identifierName": "getTangent"
            },
            "name": "getTangent",
            "leadingComments": null
          },
          "generator": false,
          "expression": false,
          "async": false,
          "params": [
            {
              "type": "Identifier",
              "start": 13405,
              "end": 13415,
              "loc": {
                "start": {
                  "line": 301,
                  "column": 27
                },
                "end": {
                  "line": 301,
                  "column": 37
                },
                "identifierName": "geomParams"
              },
              "name": "geomParams"
            },
            {
              "type": "Identifier",
              "start": 13417,
              "end": 13422,
              "loc": {
                "start": {
                  "line": 301,
                  "column": 39
                },
                "end": {
                  "line": 301,
                  "column": 44
                },
                "identifierName": "point"
              },
              "name": "point"
            }
          ],
          "body": {
            "type": "BlockStatement",
            "start": 13424,
            "end": 13784,
            "loc": {
              "start": {
                "line": 301,
                "column": 46
              },
              "end": {
                "line": 310,
                "column": 1
              }
            },
            "body": [
              {
                "type": "IfStatement",
                "start": 13430,
                "end": 13782,
                "loc": {
                  "start": {
                    "line": 302,
                    "column": 4
                  },
                  "end": {
                    "line": 309,
                    "column": 5
                  }
                },
                "test": {
                  "type": "MemberExpression",
                  "start": 13434,
                  "end": 13451,
                  "loc": {
                    "start": {
                      "line": 302,
                      "column": 8
                    },
                    "end": {
                      "line": 302,
                      "column": 25
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 13434,
                    "end": 13444,
                    "loc": {
                      "start": {
                        "line": 302,
                        "column": 8
                      },
                      "end": {
                        "line": 302,
                        "column": 18
                      },
                      "identifierName": "geomParams"
                    },
                    "name": "geomParams"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 13445,
                    "end": 13451,
                    "loc": {
                      "start": {
                        "line": 302,
                        "column": 19
                      },
                      "end": {
                        "line": 302,
                        "column": 25
                      },
                      "identifierName": "center"
                    },
                    "name": "center"
                  },
                  "computed": false
                },
                "consequent": {
                  "type": "BlockStatement",
                  "start": 13453,
                  "end": 13676,
                  "loc": {
                    "start": {
                      "line": 302,
                      "column": 27
                    },
                    "end": {
                      "line": 307,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 13463,
                      "end": 13527,
                      "loc": {
                        "start": {
                          "line": 303,
                          "column": 8
                        },
                        "end": {
                          "line": 303,
                          "column": 72
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 13469,
                          "end": 13526,
                          "loc": {
                            "start": {
                              "line": 303,
                              "column": 14
                            },
                            "end": {
                              "line": 303,
                              "column": 71
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 13469,
                            "end": 13475,
                            "loc": {
                              "start": {
                                "line": 303,
                                "column": 14
                              },
                              "end": {
                                "line": 303,
                                "column": 20
                              },
                              "identifierName": "radVec"
                            },
                            "name": "radVec"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 13478,
                            "end": 13526,
                            "loc": {
                              "start": {
                                "line": 303,
                                "column": 23
                              },
                              "end": {
                                "line": 303,
                                "column": 71
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 13478,
                              "end": 13524,
                              "loc": {
                                "start": {
                                  "line": 303,
                                  "column": 23
                                },
                                "end": {
                                  "line": 303,
                                  "column": 69
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 13478,
                                "end": 13514,
                                "loc": {
                                  "start": {
                                    "line": 303,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 303,
                                    "column": 59
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 13478,
                                  "end": 13495,
                                  "loc": {
                                    "start": {
                                      "line": 303,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 303,
                                      "column": 40
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 13478,
                                    "end": 13491,
                                    "loc": {
                                      "start": {
                                        "line": 303,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 303,
                                        "column": 36
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 13478,
                                      "end": 13489,
                                      "loc": {
                                        "start": {
                                          "line": 303,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 303,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 13478,
                                        "end": 13483,
                                        "loc": {
                                          "start": {
                                            "line": 303,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 303,
                                            "column": 28
                                          },
                                          "identifierName": "point"
                                        },
                                        "name": "point"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 13484,
                                        "end": 13489,
                                        "loc": {
                                          "start": {
                                            "line": 303,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 303,
                                            "column": 34
                                          },
                                          "identifierName": "clone"
                                        },
                                        "name": "clone"
                                      },
                                      "computed": false
                                    },
                                    "arguments": []
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 13492,
                                    "end": 13495,
                                    "loc": {
                                      "start": {
                                        "line": 303,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 303,
                                        "column": 40
                                      },
                                      "identifierName": "sub"
                                    },
                                    "name": "sub"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "MemberExpression",
                                    "start": 13496,
                                    "end": 13513,
                                    "loc": {
                                      "start": {
                                        "line": 303,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 303,
                                        "column": 58
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 13496,
                                      "end": 13506,
                                      "loc": {
                                        "start": {
                                          "line": 303,
                                          "column": 41
                                        },
                                        "end": {
                                          "line": 303,
                                          "column": 51
                                        },
                                        "identifierName": "geomParams"
                                      },
                                      "name": "geomParams"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 13507,
                                      "end": 13513,
                                      "loc": {
                                        "start": {
                                          "line": 303,
                                          "column": 52
                                        },
                                        "end": {
                                          "line": 303,
                                          "column": 58
                                        },
                                        "identifierName": "center"
                                      },
                                      "name": "center"
                                    },
                                    "computed": false
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 13515,
                                "end": 13524,
                                "loc": {
                                  "start": {
                                    "line": 303,
                                    "column": 60
                                  },
                                  "end": {
                                    "line": 303,
                                    "column": 69
                                  },
                                  "identifierName": "normalize"
                                },
                                "name": "normalize"
                              },
                              "computed": false
                            },
                            "arguments": []
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 13536,
                      "end": 13594,
                      "loc": {
                        "start": {
                          "line": 304,
                          "column": 8
                        },
                        "end": {
                          "line": 304,
                          "column": 66
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 13542,
                          "end": 13593,
                          "loc": {
                            "start": {
                              "line": 304,
                              "column": 14
                            },
                            "end": {
                              "line": 304,
                              "column": 65
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 13542,
                            "end": 13549,
                            "loc": {
                              "start": {
                                "line": 304,
                                "column": 14
                              },
                              "end": {
                                "line": 304,
                                "column": 21
                              },
                              "identifierName": "tangVec"
                            },
                            "name": "tangVec"
                          },
                          "init": {
                            "type": "NewExpression",
                            "start": 13552,
                            "end": 13593,
                            "loc": {
                              "start": {
                                "line": 304,
                                "column": 24
                              },
                              "end": {
                                "line": 304,
                                "column": 65
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 13556,
                              "end": 13569,
                              "loc": {
                                "start": {
                                  "line": 304,
                                  "column": 28
                                },
                                "end": {
                                  "line": 304,
                                  "column": 41
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 13556,
                                "end": 13561,
                                "loc": {
                                  "start": {
                                    "line": 304,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 304,
                                    "column": 33
                                  },
                                  "identifierName": "THREE"
                                },
                                "name": "THREE"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 13562,
                                "end": 13569,
                                "loc": {
                                  "start": {
                                    "line": 304,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 304,
                                    "column": 41
                                  },
                                  "identifierName": "Vector3"
                                },
                                "name": "Vector3"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "UnaryExpression",
                                "start": 13570,
                                "end": 13579,
                                "loc": {
                                  "start": {
                                    "line": 304,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 304,
                                    "column": 51
                                  }
                                },
                                "operator": "-",
                                "prefix": true,
                                "argument": {
                                  "type": "MemberExpression",
                                  "start": 13571,
                                  "end": 13579,
                                  "loc": {
                                    "start": {
                                      "line": 304,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 304,
                                      "column": 51
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 13571,
                                    "end": 13577,
                                    "loc": {
                                      "start": {
                                        "line": 304,
                                        "column": 43
                                      },
                                      "end": {
                                        "line": 304,
                                        "column": 49
                                      },
                                      "identifierName": "radVec"
                                    },
                                    "name": "radVec"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 13578,
                                    "end": 13579,
                                    "loc": {
                                      "start": {
                                        "line": 304,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 304,
                                        "column": 51
                                      },
                                      "identifierName": "y"
                                    },
                                    "name": "y"
                                  },
                                  "computed": false
                                },
                                "extra": {
                                  "parenthesizedArgument": false
                                }
                              },
                              {
                                "type": "MemberExpression",
                                "start": 13581,
                                "end": 13589,
                                "loc": {
                                  "start": {
                                    "line": 304,
                                    "column": 53
                                  },
                                  "end": {
                                    "line": 304,
                                    "column": 61
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 13581,
                                  "end": 13587,
                                  "loc": {
                                    "start": {
                                      "line": 304,
                                      "column": 53
                                    },
                                    "end": {
                                      "line": 304,
                                      "column": 59
                                    },
                                    "identifierName": "radVec"
                                  },
                                  "name": "radVec"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 13588,
                                  "end": 13589,
                                  "loc": {
                                    "start": {
                                      "line": 304,
                                      "column": 60
                                    },
                                    "end": {
                                      "line": 304,
                                      "column": 61
                                    },
                                    "identifierName": "x"
                                  },
                                  "name": "x"
                                },
                                "computed": false
                              },
                              {
                                "type": "NumericLiteral",
                                "start": 13591,
                                "end": 13592,
                                "loc": {
                                  "start": {
                                    "line": 304,
                                    "column": 63
                                  },
                                  "end": {
                                    "line": 304,
                                    "column": 64
                                  }
                                },
                                "extra": {
                                  "rawValue": 0,
                                  "raw": "0"
                                },
                                "value": 0
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "IfStatement",
                      "start": 13603,
                      "end": 13646,
                      "loc": {
                        "start": {
                          "line": 305,
                          "column": 8
                        },
                        "end": {
                          "line": 305,
                          "column": 51
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 13607,
                        "end": 13627,
                        "loc": {
                          "start": {
                            "line": 305,
                            "column": 12
                          },
                          "end": {
                            "line": 305,
                            "column": 32
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 13607,
                          "end": 13617,
                          "loc": {
                            "start": {
                              "line": 305,
                              "column": 12
                            },
                            "end": {
                              "line": 305,
                              "column": 22
                            },
                            "identifierName": "geomParams"
                          },
                          "name": "geomParams"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 13618,
                          "end": 13627,
                          "loc": {
                            "start": {
                              "line": 305,
                              "column": 23
                            },
                            "end": {
                              "line": 305,
                              "column": 32
                            },
                            "identifierName": "clockwise"
                          },
                          "name": "clockwise"
                        },
                        "computed": false
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 13629,
                        "end": 13646,
                        "loc": {
                          "start": {
                            "line": 305,
                            "column": 34
                          },
                          "end": {
                            "line": 305,
                            "column": 51
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 13629,
                          "end": 13645,
                          "loc": {
                            "start": {
                              "line": 305,
                              "column": 34
                            },
                            "end": {
                              "line": 305,
                              "column": 50
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 13629,
                            "end": 13643,
                            "loc": {
                              "start": {
                                "line": 305,
                                "column": 34
                              },
                              "end": {
                                "line": 305,
                                "column": 48
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 13629,
                              "end": 13636,
                              "loc": {
                                "start": {
                                  "line": 305,
                                  "column": 34
                                },
                                "end": {
                                  "line": 305,
                                  "column": 41
                                },
                                "identifierName": "tangVec"
                              },
                              "name": "tangVec"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 13637,
                              "end": 13643,
                              "loc": {
                                "start": {
                                  "line": 305,
                                  "column": 42
                                },
                                "end": {
                                  "line": 305,
                                  "column": 48
                                },
                                "identifierName": "negate"
                              },
                              "name": "negate"
                            },
                            "computed": false
                          },
                          "arguments": []
                        }
                      },
                      "alternate": null
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 13655,
                      "end": 13670,
                      "loc": {
                        "start": {
                          "line": 306,
                          "column": 8
                        },
                        "end": {
                          "line": 306,
                          "column": 23
                        }
                      },
                      "argument": {
                        "type": "Identifier",
                        "start": 13662,
                        "end": 13669,
                        "loc": {
                          "start": {
                            "line": 306,
                            "column": 15
                          },
                          "end": {
                            "line": 306,
                            "column": 22
                          },
                          "identifierName": "tangVec"
                        },
                        "name": "tangVec"
                      }
                    }
                  ],
                  "directives": []
                },
                "alternate": {
                  "type": "IfStatement",
                  "start": 13682,
                  "end": 13782,
                  "loc": {
                    "start": {
                      "line": 307,
                      "column": 11
                    },
                    "end": {
                      "line": 309,
                      "column": 5
                    }
                  },
                  "test": {
                    "type": "MemberExpression",
                    "start": 13686,
                    "end": 13700,
                    "loc": {
                      "start": {
                        "line": 307,
                        "column": 15
                      },
                      "end": {
                        "line": 307,
                        "column": 29
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 13686,
                      "end": 13696,
                      "loc": {
                        "start": {
                          "line": 307,
                          "column": 15
                        },
                        "end": {
                          "line": 307,
                          "column": 25
                        },
                        "identifierName": "geomParams"
                      },
                      "name": "geomParams"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 13697,
                      "end": 13700,
                      "loc": {
                        "start": {
                          "line": 307,
                          "column": 26
                        },
                        "end": {
                          "line": 307,
                          "column": 29
                        },
                        "identifierName": "end"
                      },
                      "name": "end"
                    },
                    "computed": false
                  },
                  "consequent": {
                    "type": "BlockStatement",
                    "start": 13702,
                    "end": 13782,
                    "loc": {
                      "start": {
                        "line": 307,
                        "column": 31
                      },
                      "end": {
                        "line": 309,
                        "column": 5
                      }
                    },
                    "body": [
                      {
                        "type": "ReturnStatement",
                        "start": 13712,
                        "end": 13776,
                        "loc": {
                          "start": {
                            "line": 308,
                            "column": 8
                          },
                          "end": {
                            "line": 308,
                            "column": 72
                          }
                        },
                        "argument": {
                          "type": "CallExpression",
                          "start": 13719,
                          "end": 13775,
                          "loc": {
                            "start": {
                              "line": 308,
                              "column": 15
                            },
                            "end": {
                              "line": 308,
                              "column": 71
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 13719,
                            "end": 13773,
                            "loc": {
                              "start": {
                                "line": 308,
                                "column": 15
                              },
                              "end": {
                                "line": 308,
                                "column": 69
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 13719,
                              "end": 13763,
                              "loc": {
                                "start": {
                                  "line": 308,
                                  "column": 15
                                },
                                "end": {
                                  "line": 308,
                                  "column": 59
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 13719,
                                "end": 13745,
                                "loc": {
                                  "start": {
                                    "line": 308,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 308,
                                    "column": 41
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 13719,
                                  "end": 13741,
                                  "loc": {
                                    "start": {
                                      "line": 308,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 308,
                                      "column": 37
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 13719,
                                    "end": 13739,
                                    "loc": {
                                      "start": {
                                        "line": 308,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 308,
                                        "column": 35
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 13719,
                                      "end": 13733,
                                      "loc": {
                                        "start": {
                                          "line": 308,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 308,
                                          "column": 29
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 13719,
                                        "end": 13729,
                                        "loc": {
                                          "start": {
                                            "line": 308,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 308,
                                            "column": 25
                                          },
                                          "identifierName": "geomParams"
                                        },
                                        "name": "geomParams"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 13730,
                                        "end": 13733,
                                        "loc": {
                                          "start": {
                                            "line": 308,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 308,
                                            "column": 29
                                          },
                                          "identifierName": "end"
                                        },
                                        "name": "end"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 13734,
                                      "end": 13739,
                                      "loc": {
                                        "start": {
                                          "line": 308,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 308,
                                          "column": 35
                                        },
                                        "identifierName": "clone"
                                      },
                                      "name": "clone"
                                    },
                                    "computed": false
                                  },
                                  "arguments": []
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 13742,
                                  "end": 13745,
                                  "loc": {
                                    "start": {
                                      "line": 308,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 308,
                                      "column": 41
                                    },
                                    "identifierName": "sub"
                                  },
                                  "name": "sub"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "start": 13746,
                                  "end": 13762,
                                  "loc": {
                                    "start": {
                                      "line": 308,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 308,
                                      "column": 58
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 13746,
                                    "end": 13756,
                                    "loc": {
                                      "start": {
                                        "line": 308,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 308,
                                        "column": 52
                                      },
                                      "identifierName": "geomParams"
                                    },
                                    "name": "geomParams"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 13757,
                                    "end": 13762,
                                    "loc": {
                                      "start": {
                                        "line": 308,
                                        "column": 53
                                      },
                                      "end": {
                                        "line": 308,
                                        "column": 58
                                      },
                                      "identifierName": "start"
                                    },
                                    "name": "start"
                                  },
                                  "computed": false
                                }
                              ]
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 13764,
                              "end": 13773,
                              "loc": {
                                "start": {
                                  "line": 308,
                                  "column": 60
                                },
                                "end": {
                                  "line": 308,
                                  "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, arc or circle at a point as a normalized (possibly zero) vector",
              "start": 13280,
              "end": 13377,
              "loc": {
                "start": {
                  "line": 300,
                  "column": 0
                },
                "end": {
                  "line": 300,
                  "column": 97
                }
              }
            }
          ],
          "trailingComments": [
            {
              "type": "CommentLine",
              "value": " modify geomParams inplace to represent movement of a subObject by the displacement",
              "start": 13786,
              "end": 13871,
              "loc": {
                "start": {
                  "line": 312,
                  "column": 0
                },
                "end": {
                  "line": 312,
                  "column": 85
                }
              }
            },
            {
              "type": "CommentLine",
              "value": " subType can be either 'start', 'end', 'center' or '' (for object itself)",
              "start": 13872,
              "end": 13947,
              "loc": {
                "start": {
                  "line": 313,
                  "column": 0
                },
                "end": {
                  "line": 313,
                  "column": 75
                }
              }
            }
          ]
        },
        "leadingComments": [
          {
            "type": "CommentLine",
            "value": " calculate a tangent of a line, arc or circle at a point as a normalized (possibly zero) vector",
            "start": 13280,
            "end": 13377,
            "loc": {
              "start": {
                "line": 300,
                "column": 0
              },
              "end": {
                "line": 300,
                "column": 97
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentLine",
            "value": " modify geomParams inplace to represent movement of a subObject by the displacement",
            "start": 13786,
            "end": 13871,
            "loc": {
              "start": {
                "line": 312,
                "column": 0
              },
              "end": {
                "line": 312,
                "column": 85
              }
            }
          },
          {
            "type": "CommentLine",
            "value": " subType can be either 'start', 'end', 'center' or '' (for object itself)",
            "start": 13872,
            "end": 13947,
            "loc": {
              "start": {
                "line": 313,
                "column": 0
              },
              "end": {
                "line": 313,
                "column": 75
              }
            }
          }
        ]
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 13948,
        "end": 15894,
        "loc": {
          "start": {
            "line": 314,
            "column": 0
          },
          "end": {
            "line": 358,
            "column": 1
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "FunctionDeclaration",
          "start": 13955,
          "end": 15894,
          "loc": {
            "start": {
              "line": 314,
              "column": 7
            },
            "end": {
              "line": 358,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 13964,
            "end": 13968,
            "loc": {
              "start": {
                "line": 314,
                "column": 16
              },
              "end": {
                "line": 314,
                "column": 20
              },
              "identifierName": "move"
            },
            "name": "move",
            "leadingComments": null
          },
          "generator": false,
          "expression": false,
          "async": false,
          "params": [
            {
              "type": "Identifier",
              "start": 13969,
              "end": 13979,
              "loc": {
                "start": {
                  "line": 314,
                  "column": 21
                },
                "end": {
                  "line": 314,
                  "column": 31
                },
                "identifierName": "geomParams"
              },
              "name": "geomParams"
            },
            {
              "type": "Identifier",
              "start": 13981,
              "end": 13988,
              "loc": {
                "start": {
                  "line": 314,
                  "column": 33
                },
                "end": {
                  "line": 314,
                  "column": 40
                },
                "identifierName": "subType"
              },
              "name": "subType"
            },
            {
              "type": "Identifier",
              "start": 13990,
              "end": 14002,
              "loc": {
                "start": {
                  "line": 314,
                  "column": 42
                },
                "end": {
                  "line": 314,
                  "column": 54
                },
                "identifierName": "displacement"
              },
              "name": "displacement"
            }
          ],
          "body": {
            "type": "BlockStatement",
            "start": 14004,
            "end": 15894,
            "loc": {
              "start": {
                "line": 314,
                "column": 56
              },
              "end": {
                "line": 358,
                "column": 1
              }
            },
            "body": [
              {
                "type": "SwitchStatement",
                "start": 14010,
                "end": 15869,
                "loc": {
                  "start": {
                    "line": 315,
                    "column": 4
                  },
                  "end": {
                    "line": 356,
                    "column": 5
                  }
                },
                "discriminant": {
                  "type": "Identifier",
                  "start": 14018,
                  "end": 14025,
                  "loc": {
                    "start": {
                      "line": 315,
                      "column": 12
                    },
                    "end": {
                      "line": 315,
                      "column": 19
                    },
                    "identifierName": "subType"
                  },
                  "name": "subType"
                },
                "cases": [
                  {
                    "type": "SwitchCase",
                    "start": 14037,
                    "end": 14088,
                    "loc": {
                      "start": {
                        "line": 316,
                        "column": 8
                      },
                      "end": {
                        "line": 317,
                        "column": 37
                      }
                    },
                    "consequent": [
                      {
                        "type": "ExpressionStatement",
                        "start": 14063,
                        "end": 14088,
                        "loc": {
                          "start": {
                            "line": 317,
                            "column": 12
                          },
                          "end": {
                            "line": 317,
                            "column": 37
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 14063,
                          "end": 14087,
                          "loc": {
                            "start": {
                              "line": 317,
                              "column": 12
                            },
                            "end": {
                              "line": 317,
                              "column": 36
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 14063,
                            "end": 14075,
                            "loc": {
                              "start": {
                                "line": 317,
                                "column": 12
                              },
                              "end": {
                                "line": 317,
                                "column": 24
                              },
                              "identifierName": "reverseCurve"
                            },
                            "name": "reverseCurve"
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 14076,
                              "end": 14086,
                              "loc": {
                                "start": {
                                  "line": 317,
                                  "column": 25
                                },
                                "end": {
                                  "line": 317,
                                  "column": 35
                                },
                                "identifierName": "geomParams"
                              },
                              "name": "geomParams"
                            }
                          ]
                        },
                        "trailingComments": null
                      }
                    ],
                    "test": {
                      "type": "StringLiteral",
                      "start": 14042,
                      "end": 14049,
                      "loc": {
                        "start": {
                          "line": 316,
                          "column": 13
                        },
                        "end": {
                          "line": 316,
                          "column": 20
                        }
                      },
                      "extra": {
                        "rawValue": "start",
                        "raw": "'start'"
                      },
                      "value": "start"
                    },
                    "trailingComments": [
                      {
                        "type": "CommentLine",
                        "value": " fallthrough",
                        "start": 14097,
                        "end": 14111,
                        "loc": {
                          "start": {
                            "line": 318,
                            "column": 8
                          },
                          "end": {
                            "line": 318,
                            "column": 22
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "SwitchCase",
                    "start": 14120,
                    "end": 14901,
                    "loc": {
                      "start": {
                        "line": 319,
                        "column": 8
                      },
                      "end": {
                        "line": 335,
                        "column": 18
                      }
                    },
                    "consequent": [
                      {
                        "type": "ExpressionStatement",
                        "start": 14144,
                        "end": 14177,
                        "loc": {
                          "start": {
                            "line": 320,
                            "column": 12
                          },
                          "end": {
                            "line": 320,
                            "column": 45
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 14144,
                          "end": 14176,
                          "loc": {
                            "start": {
                              "line": 320,
                              "column": 12
                            },
                            "end": {
                              "line": 320,
                              "column": 44
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 14144,
                            "end": 14162,
                            "loc": {
                              "start": {
                                "line": 320,
                                "column": 12
                              },
                              "end": {
                                "line": 320,
                                "column": 30
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 14144,
                              "end": 14158,
                              "loc": {
                                "start": {
                                  "line": 320,
                                  "column": 12
                                },
                                "end": {
                                  "line": 320,
                                  "column": 26
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 14144,
                                "end": 14154,
                                "loc": {
                                  "start": {
                                    "line": 320,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 320,
                                    "column": 22
                                  },
                                  "identifierName": "geomParams"
                                },
                                "name": "geomParams"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 14155,
                                "end": 14158,
                                "loc": {
                                  "start": {
                                    "line": 320,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 320,
                                    "column": 26
                                  },
                                  "identifierName": "end"
                                },
                                "name": "end"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 14159,
                              "end": 14162,
                              "loc": {
                                "start": {
                                  "line": 320,
                                  "column": 27
                                },
                                "end": {
                                  "line": 320,
                                  "column": 30
                                },
                                "identifierName": "add"
                              },
                              "name": "add"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 14163,
                              "end": 14175,
                              "loc": {
                                "start": {
                                  "line": 320,
                                  "column": 31
                                },
                                "end": {
                                  "line": 320,
                                  "column": 43
                                },
                                "identifierName": "displacement"
                              },
                              "name": "displacement"
                            }
                          ]
                        }
                      },
                      {
                        "type": "IfStatement",
                        "start": 14190,
                        "end": 14819,
                        "loc": {
                          "start": {
                            "line": 321,
                            "column": 12
                          },
                          "end": {
                            "line": 333,
                            "column": 13
                          }
                        },
                        "test": {
                          "type": "BinaryExpression",
                          "start": 14194,
                          "end": 14227,
                          "loc": {
                            "start": {
                              "line": 321,
                              "column": 16
                            },
                            "end": {
                              "line": 321,
                              "column": 49
                            }
                          },
                          "left": {
                            "type": "CallExpression",
                            "start": 14194,
                            "end": 14214,
                            "loc": {
                              "start": {
                                "line": 321,
                                "column": 16
                              },
                              "end": {
                                "line": 321,
                                "column": 36
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 14194,
                              "end": 14202,
                              "loc": {
                                "start": {
                                  "line": 321,
                                  "column": 16
                                },
                                "end": {
                                  "line": 321,
                                  "column": 24
                                },
                                "identifierName": "getClass"
                              },
                              "name": "getClass"
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 14203,
                                "end": 14213,
                                "loc": {
                                  "start": {
                                    "line": 321,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 321,
                                    "column": 35
                                  },
                                  "identifierName": "geomParams"
                                },
                                "name": "geomParams"
                              }
                            ]
                          },
                          "operator": "===",
                          "right": {
                            "type": "StringLiteral",
                            "start": 14219,
                            "end": 14227,
                            "loc": {
                              "start": {
                                "line": 321,
                                "column": 41
                              },
                              "end": {
                                "line": 321,
                                "column": 49
                              }
                            },
                            "extra": {
                              "rawValue": "CC_Arc",
                              "raw": "'CC_Arc'"
                            },
                            "value": "CC_Arc"
                          }
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 14229,
                          "end": 14819,
                          "loc": {
                            "start": {
                              "line": 321,
                              "column": 51
                            },
                            "end": {
                              "line": 333,
                              "column": 13
                            }
                          },
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "start": 14247,
                              "end": 14304,
                              "loc": {
                                "start": {
                                  "line": 322,
                                  "column": 16
                                },
                                "end": {
                                  "line": 322,
                                  "column": 73
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 14253,
                                  "end": 14303,
                                  "loc": {
                                    "start": {
                                      "line": 322,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 322,
                                      "column": 72
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 14253,
                                    "end": 14260,
                                    "loc": {
                                      "start": {
                                        "line": 322,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 322,
                                        "column": 29
                                      },
                                      "identifierName": "tangent"
                                    },
                                    "name": "tangent"
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "start": 14263,
                                    "end": 14303,
                                    "loc": {
                                      "start": {
                                        "line": 322,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 322,
                                        "column": 72
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 14263,
                                      "end": 14273,
                                      "loc": {
                                        "start": {
                                          "line": 322,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 322,
                                          "column": 42
                                        },
                                        "identifierName": "getTangent"
                                      },
                                      "name": "getTangent"
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 14274,
                                        "end": 14284,
                                        "loc": {
                                          "start": {
                                            "line": 322,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 322,
                                            "column": 53
                                          },
                                          "identifierName": "geomParams"
                                        },
                                        "name": "geomParams"
                                      },
                                      {
                                        "type": "MemberExpression",
                                        "start": 14286,
                                        "end": 14302,
                                        "loc": {
                                          "start": {
                                            "line": 322,
                                            "column": 55
                                          },
                                          "end": {
                                            "line": 322,
                                            "column": 71
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 14286,
                                          "end": 14296,
                                          "loc": {
                                            "start": {
                                              "line": 322,
                                              "column": 55
                                            },
                                            "end": {
                                              "line": 322,
                                              "column": 65
                                            },
                                            "identifierName": "geomParams"
                                          },
                                          "name": "geomParams"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 14297,
                                          "end": 14302,
                                          "loc": {
                                            "start": {
                                              "line": 322,
                                              "column": 66
                                            },
                                            "end": {
                                              "line": 322,
                                              "column": 71
                                            },
                                            "identifierName": "start"
                                          },
                                          "name": "start"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  }
                                }
                              ],
                              "kind": "const"
                            },
                            {
                              "type": "IfStatement",
                              "start": 14321,
                              "end": 14446,
                              "loc": {
                                "start": {
                                  "line": 323,
                                  "column": 16
                                },
                                "end": {
                                  "line": 326,
                                  "column": 41
                                }
                              },
                              "test": {
                                "type": "BinaryExpression",
                                "start": 14346,
                                "end": 14370,
                                "loc": {
                                  "start": {
                                    "line": 324,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 324,
                                    "column": 44
                                  }
                                },
                                "left": {
                                  "type": "CallExpression",
                                  "start": 14346,
                                  "end": 14364,
                                  "loc": {
                                    "start": {
                                      "line": 324,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 324,
                                      "column": 38
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 14346,
                                    "end": 14362,
                                    "loc": {
                                      "start": {
                                        "line": 324,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 324,
                                        "column": 36
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 14346,
                                      "end": 14353,
                                      "loc": {
                                        "start": {
                                          "line": 324,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 324,
                                          "column": 27
                                        },
                                        "identifierName": "tangent"
                                      },
                                      "name": "tangent"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 14354,
                                      "end": 14362,
                                      "loc": {
                                        "start": {
                                          "line": 324,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 324,
                                          "column": 36
                                        },
                                        "identifierName": "lengthSq"
                                      },
                                      "name": "lengthSq"
                                    },
                                    "computed": false
                                  },
                                  "arguments": []
                                },
                                "operator": "===",
                                "right": {
                                  "type": "NumericLiteral",
                                  "start": 14369,
                                  "end": 14370,
                                  "loc": {
                                    "start": {
                                      "line": 324,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 324,
                                      "column": 44
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 0,
                                    "raw": "0"
                                  },
                                  "value": 0,
                                  "leadingComments": null,
                                  "trailingComments": null
                                },
                                "trailingComments": [
                                  {
                                    "type": "CommentLine",
                                    "value": " singular arc",
                                    "start": 14371,
                                    "end": 14386,
                                    "loc": {
                                      "start": {
                                        "line": 324,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 324,
                                        "column": 60
                                      }
                                    }
                                  }
                                ]
                              },
                              "consequent": {
                                "type": "ExpressionStatement",
                                "start": 14425,
                                "end": 14446,
                                "loc": {
                                  "start": {
                                    "line": 326,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 326,
                                    "column": 41
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 14425,
                                  "end": 14445,
                                  "loc": {
                                    "start": {
                                      "line": 326,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 326,
                                      "column": 40
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 14425,
                                    "end": 14436,
                                    "loc": {
                                      "start": {
                                        "line": 326,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 326,
                                        "column": 31
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 14425,
                                      "end": 14432,
                                      "loc": {
                                        "start": {
                                          "line": 326,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 326,
                                          "column": 27
                                        },
                                        "identifierName": "tangent"
                                      },
                                      "name": "tangent",
                                      "leadingComments": null
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 14433,
                                      "end": 14436,
                                      "loc": {
                                        "start": {
                                          "line": 326,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 326,
                                          "column": 31
                                        },
                                        "identifierName": "set"
                                      },
                                      "name": "set"
                                    },
                                    "computed": false,
                                    "leadingComments": null
                                  },
                                  "arguments": [
                                    {
                                      "type": "NumericLiteral",
                                      "start": 14437,
                                      "end": 14438,
                                      "loc": {
                                        "start": {
                                          "line": 326,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 326,
                                          "column": 33
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 1,
                                        "raw": "1"
                                      },
                                      "value": 1
                                    },
                                    {
                                      "type": "NumericLiteral",
                                      "start": 14440,
                                      "end": 14441,
                                      "loc": {
                                        "start": {
                                          "line": 326,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 326,
                                          "column": 36
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 0,
                                        "raw": "0"
                                      },
                                      "value": 0
                                    },
                                    {
                                      "type": "NumericLiteral",
                                      "start": 14443,
                                      "end": 14444,
                                      "loc": {
                                        "start": {
                                          "line": 326,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 326,
                                          "column": 39
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 0,
                                        "raw": "0"
                                      },
                                      "value": 0
                                    }
                                  ],
                                  "leadingComments": null
                                },
                                "leadingComments": [
                                  {
                                    "type": "CommentLine",
                                    "value": " singular arc",
                                    "start": 14371,
                                    "end": 14386,
                                    "loc": {
                                      "start": {
                                        "line": 324,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 324,
                                        "column": 60
                                      }
                                    }
                                  }
                                ]
                              },
                              "alternate": null
                            },
                            {
                              "type": "VariableDeclaration",
                              "start": 14463,
                              "end": 14546,
                              "loc": {
                                "start": {
                                  "line": 327,
                                  "column": 16
                                },
                                "end": {
                                  "line": 327,
                                  "column": 99
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 14469,
                                  "end": 14545,
                                  "loc": {
                                    "start": {
                                      "line": 327,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 327,
                                      "column": 98
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 14469,
                                    "end": 14478,
                                    "loc": {
                                      "start": {
                                        "line": 327,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 327,
                                        "column": 31
                                      },
                                      "identifierName": "newParams"
                                    },
                                    "name": "newParams"
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "start": 14481,
                                    "end": 14545,
                                    "loc": {
                                      "start": {
                                        "line": 327,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 327,
                                        "column": 98
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 14481,
                                      "end": 14496,
                                      "loc": {
                                        "start": {
                                          "line": 327,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 327,
                                          "column": 49
                                        },
                                        "identifierName": "drawArcBy_S_T_E"
                                      },
                                      "name": "drawArcBy_S_T_E"
                                    },
                                    "arguments": [
                                      {
                                        "type": "ArrayExpression",
                                        "start": 14497,
                                        "end": 14540,
                                        "loc": {
                                          "start": {
                                            "line": 327,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 327,
                                            "column": 93
                                          }
                                        },
                                        "elements": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 14498,
                                            "end": 14514,
                                            "loc": {
                                              "start": {
                                                "line": 327,
                                                "column": 51
                                              },
                                              "end": {
                                                "line": 327,
                                                "column": 67
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 14498,
                                              "end": 14508,
                                              "loc": {
                                                "start": {
                                                  "line": 327,
                                                  "column": 51
                                                },
                                                "end": {
                                                  "line": 327,
                                                  "column": 61
                                                },
                                                "identifierName": "geomParams"
                                              },
                                              "name": "geomParams"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 14509,
                                              "end": 14514,
                                              "loc": {
                                                "start": {
                                                  "line": 327,
                                                  "column": 62
                                                },
                                                "end": {
                                                  "line": 327,
                                                  "column": 67
                                                },
                                                "identifierName": "start"
                                              },
                                              "name": "start"
                                            },
                                            "computed": false
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 14516,
                                            "end": 14523,
                                            "loc": {
                                              "start": {
                                                "line": 327,
                                                "column": 69
                                              },
                                              "end": {
                                                "line": 327,
                                                "column": 76
                                              },
                                              "identifierName": "tangent"
                                            },
                                            "name": "tangent"
                                          },
                                          {
                                            "type": "MemberExpression",
                                            "start": 14525,
                                            "end": 14539,
                                            "loc": {
                                              "start": {
                                                "line": 327,
                                                "column": 78
                                              },
                                              "end": {
                                                "line": 327,
                                                "column": 92
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 14525,
                                              "end": 14535,
                                              "loc": {
                                                "start": {
                                                  "line": 327,
                                                  "column": 78
                                                },
                                                "end": {
                                                  "line": 327,
                                                  "column": 88
                                                },
                                                "identifierName": "geomParams"
                                              },
                                              "name": "geomParams"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 14536,
                                              "end": 14539,
                                              "loc": {
                                                "start": {
                                                  "line": 327,
                                                  "column": 89
                                                },
                                                "end": {
                                                  "line": 327,
                                                  "column": 92
                                                },
                                                "identifierName": "end"
                                              },
                                              "name": "end"
                                            },
                                            "computed": false
                                          }
                                        ]
                                      },
                                      {
                                        "type": "ObjectExpression",
                                        "start": 14542,
                                        "end": 14544,
                                        "loc": {
                                          "start": {
                                            "line": 327,
                                            "column": 95
                                          },
                                          "end": {
                                            "line": 327,
                                            "column": 97
                                          }
                                        },
                                        "properties": []
                                      }
                                    ]
                                  }
                                }
                              ],
                              "kind": "const"
                            },
                            {
                              "type": "IfStatement",
                              "start": 14563,
                              "end": 14805,
                              "loc": {
                                "start": {
                                  "line": 328,
                                  "column": 16
                                },
                                "end": {
                                  "line": 332,
                                  "column": 17
                                }
                              },
                              "test": {
                                "type": "MemberExpression",
                                "start": 14567,
                                "end": 14583,
                                "loc": {
                                  "start": {
                                    "line": 328,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 328,
                                    "column": 36
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 14567,
                                  "end": 14576,
                                  "loc": {
                                    "start": {
                                      "line": 328,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 328,
                                      "column": 29
                                    },
                                    "identifierName": "newParams"
                                  },
                                  "name": "newParams"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 14577,
                                  "end": 14583,
                                  "loc": {
                                    "start": {
                                      "line": 328,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 328,
                                      "column": 36
                                    },
                                    "identifierName": "center"
                                  },
                                  "name": "center"
                                },
                                "computed": false
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "start": 14585,
                                "end": 14805,
                                "loc": {
                                  "start": {
                                    "line": 328,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 332,
                                    "column": 17
                                  }
                                },
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 14662,
                                    "end": 14699,
                                    "loc": {
                                      "start": {
                                        "line": 330,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 330,
                                        "column": 57
                                      }
                                    },
                                    "expression": {
                                      "type": "CallExpression",
                                      "start": 14662,
                                      "end": 14698,
                                      "loc": {
                                        "start": {
                                          "line": 330,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 330,
                                          "column": 56
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 14662,
                                        "end": 14675,
                                        "loc": {
                                          "start": {
                                            "line": 330,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 330,
                                            "column": 33
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 14662,
                                          "end": 14668,
                                          "loc": {
                                            "start": {
                                              "line": 330,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 330,
                                              "column": 26
                                            },
                                            "identifierName": "Object"
                                          },
                                          "name": "Object",
                                          "leadingComments": null
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 14669,
                                          "end": 14675,
                                          "loc": {
                                            "start": {
                                              "line": 330,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 330,
                                              "column": 33
                                            },
                                            "identifierName": "assign"
                                          },
                                          "name": "assign"
                                        },
                                        "computed": false,
                                        "leadingComments": null
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 14676,
                                          "end": 14686,
                                          "loc": {
                                            "start": {
                                              "line": 330,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 330,
                                              "column": 44
                                            },
                                            "identifierName": "geomParams"
                                          },
                                          "name": "geomParams"
                                        },
                                        {
                                          "type": "Identifier",
                                          "start": 14688,
                                          "end": 14697,
                                          "loc": {
                                            "start": {
                                              "line": 330,
                                              "column": 46
                                            },
                                            "end": {
                                              "line": 330,
                                              "column": 55
                                            },
                                            "identifierName": "newParams"
                                          },
                                          "name": "newParams"
                                        }
                                      ],
                                      "leadingComments": null
                                    },
                                    "leadingComments": [
                                      {
                                        "type": "CommentLine",
                                        "value": " only if the arc is still an arc",
                                        "start": 14607,
                                        "end": 14641,
                                        "loc": {
                                          "start": {
                                            "line": 329,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 329,
                                            "column": 54
                                          }
                                        }
                                      }
                                    ]
                                  },
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 14720,
                                    "end": 14787,
                                    "loc": {
                                      "start": {
                                        "line": 331,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 331,
                                        "column": 87
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 14720,
                                      "end": 14786,
                                      "loc": {
                                        "start": {
                                          "line": 331,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 331,
                                          "column": 86
                                        }
                                      },
                                      "operator": "=",
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 14720,
                                        "end": 14737,
                                        "loc": {
                                          "start": {
                                            "line": 331,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 331,
                                            "column": 37
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 14720,
                                          "end": 14730,
                                          "loc": {
                                            "start": {
                                              "line": 331,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 331,
                                              "column": 30
                                            },
                                            "identifierName": "geomParams"
                                          },
                                          "name": "geomParams"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 14731,
                                          "end": 14737,
                                          "loc": {
                                            "start": {
                                              "line": 331,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 331,
                                              "column": 37
                                            },
                                            "identifierName": "radius"
                                          },
                                          "name": "radius"
                                        },
                                        "computed": false
                                      },
                                      "right": {
                                        "type": "CallExpression",
                                        "start": 14740,
                                        "end": 14786,
                                        "loc": {
                                          "start": {
                                            "line": 331,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 331,
                                            "column": 86
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 14740,
                                          "end": 14768,
                                          "loc": {
                                            "start": {
                                              "line": 331,
                                              "column": 40
                                            },
                                            "end": {
                                              "line": 331,
                                              "column": 68
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 14740,
                                            "end": 14757,
                                            "loc": {
                                              "start": {
                                                "line": 331,
                                                "column": 40
                                              },
                                              "end": {
                                                "line": 331,
                                                "column": 57
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 14740,
                                              "end": 14750,
                                              "loc": {
                                                "start": {
                                                  "line": 331,
                                                  "column": 40
                                                },
                                                "end": {
                                                  "line": 331,
                                                  "column": 50
                                                },
                                                "identifierName": "geomParams"
                                              },
                                              "name": "geomParams"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 14751,
                                              "end": 14757,
                                              "loc": {
                                                "start": {
                                                  "line": 331,
                                                  "column": 51
                                                },
                                                "end": {
                                                  "line": 331,
                                                  "column": 57
                                                },
                                                "identifierName": "center"
                                              },
                                              "name": "center"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 14758,
                                            "end": 14768,
                                            "loc": {
                                              "start": {
                                                "line": 331,
                                                "column": 58
                                              },
                                              "end": {
                                                "line": 331,
                                                "column": 68
                                              },
                                              "identifierName": "distanceTo"
                                            },
                                            "name": "distanceTo"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 14769,
                                            "end": 14785,
                                            "loc": {
                                              "start": {
                                                "line": 331,
                                                "column": 69
                                              },
                                              "end": {
                                                "line": 331,
                                                "column": 85
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 14769,
                                              "end": 14779,
                                              "loc": {
                                                "start": {
                                                  "line": 331,
                                                  "column": 69
                                                },
                                                "end": {
                                                  "line": 331,
                                                  "column": 79
                                                },
                                                "identifierName": "geomParams"
                                              },
                                              "name": "geomParams"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 14780,
                                              "end": 14785,
                                              "loc": {
                                                "start": {
                                                  "line": 331,
                                                  "column": 80
                                                },
                                                "end": {
                                                  "line": 331,
                                                  "column": 85
                                                },
                                                "identifierName": "start"
                                              },
                                              "name": "start"
                                            },
                                            "computed": false
                                          }
                                        ]
                                      }
                                    }
                                  }
                                ],
                                "directives": []
                              },
                              "alternate": null
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      },
                      {
                        "type": "IfStatement",
                        "start": 14832,
                        "end": 14882,
                        "loc": {
                          "start": {
                            "line": 334,
                            "column": 12
                          },
                          "end": {
                            "line": 334,
                            "column": 62
                          }
                        },
                        "test": {
                          "type": "BinaryExpression",
                          "start": 14836,
                          "end": 14855,
                          "loc": {
                            "start": {
                              "line": 334,
                              "column": 16
                            },
                            "end": {
                              "line": 334,
                              "column": 35
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 14836,
                            "end": 14843,
                            "loc": {
                              "start": {
                                "line": 334,
                                "column": 16
                              },
                              "end": {
                                "line": 334,
                                "column": 23
                              },
                              "identifierName": "subType"
                            },
                            "name": "subType"
                          },
                          "operator": "===",
                          "right": {
                            "type": "StringLiteral",
                            "start": 14848,
                            "end": 14855,
                            "loc": {
                              "start": {
                                "line": 334,
                                "column": 28
                              },
                              "end": {
                                "line": 334,
                                "column": 35
                              }
                            },
                            "extra": {
                              "rawValue": "start",
                              "raw": "'start'"
                            },
                            "value": "start"
                          }
                        },
                        "consequent": {
                          "type": "ExpressionStatement",
                          "start": 14857,
                          "end": 14882,
                          "loc": {
                            "start": {
                              "line": 334,
                              "column": 37
                            },
                            "end": {
                              "line": 334,
                              "column": 62
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 14857,
                            "end": 14881,
                            "loc": {
                              "start": {
                                "line": 334,
                                "column": 37
                              },
                              "end": {
                                "line": 334,
                                "column": 61
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 14857,
                              "end": 14869,
                              "loc": {
                                "start": {
                                  "line": 334,
                                  "column": 37
                                },
                                "end": {
                                  "line": 334,
                                  "column": 49
                                },
                                "identifierName": "reverseCurve"
                              },
                              "name": "reverseCurve"
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 14870,
                                "end": 14880,
                                "loc": {
                                  "start": {
                                    "line": 334,
                                    "column": 50
                                  },
                                  "end": {
                                    "line": 334,
                                    "column": 60
                                  },
                                  "identifierName": "geomParams"
                                },
                                "name": "geomParams"
                              }
                            ]
                          }
                        },
                        "alternate": null
                      },
                      {
                        "type": "BreakStatement",
                        "start": 14895,
                        "end": 14901,
                        "loc": {
                          "start": {
                            "line": 335,
                            "column": 12
                          },
                          "end": {
                            "line": 335,
                            "column": 18
                          }
                        },
                        "label": null
                      }
                    ],
                    "test": {
                      "type": "StringLiteral",
                      "start": 14125,
                      "end": 14130,
                      "loc": {
                        "start": {
                          "line": 319,
                          "column": 13
                        },
                        "end": {
                          "line": 319,
                          "column": 18
                        }
                      },
                      "extra": {
                        "rawValue": "end",
                        "raw": "'end'"
                      },
                      "value": "end",
                      "leadingComments": null
                    },
                    "leadingComments": [
                      {
                        "type": "CommentLine",
                        "value": " fallthrough",
                        "start": 14097,
                        "end": 14111,
                        "loc": {
                          "start": {
                            "line": 318,
                            "column": 8
                          },
                          "end": {
                            "line": 318,
                            "column": 22
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "SwitchCase",
                    "start": 14910,
                    "end": 15619,
                    "loc": {
                      "start": {
                        "line": 336,
                        "column": 8
                      },
                      "end": {
                        "line": 350,
                        "column": 18
                      }
                    },
                    "consequent": [
                      {
                        "type": "IfStatement",
                        "start": 14937,
                        "end": 15600,
                        "loc": {
                          "start": {
                            "line": 337,
                            "column": 12
                          },
                          "end": {
                            "line": 349,
                            "column": 13
                          }
                        },
                        "test": {
                          "type": "BinaryExpression",
                          "start": 14941,
                          "end": 14974,
                          "loc": {
                            "start": {
                              "line": 337,
                              "column": 16
                            },
                            "end": {
                              "line": 337,
                              "column": 49
                            }
                          },
                          "left": {
                            "type": "CallExpression",
                            "start": 14941,
                            "end": 14961,
                            "loc": {
                              "start": {
                                "line": 337,
                                "column": 16
                              },
                              "end": {
                                "line": 337,
                                "column": 36
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 14941,
                              "end": 14949,
                              "loc": {
                                "start": {
                                  "line": 337,
                                  "column": 16
                                },
                                "end": {
                                  "line": 337,
                                  "column": 24
                                },
                                "identifierName": "getClass"
                              },
                              "name": "getClass"
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 14950,
                                "end": 14960,
                                "loc": {
                                  "start": {
                                    "line": 337,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 337,
                                    "column": 35
                                  },
                                  "identifierName": "geomParams"
                                },
                                "name": "geomParams"
                              }
                            ]
                          },
                          "operator": "===",
                          "right": {
                            "type": "StringLiteral",
                            "start": 14966,
                            "end": 14974,
                            "loc": {
                              "start": {
                                "line": 337,
                                "column": 41
                              },
                              "end": {
                                "line": 337,
                                "column": 49
                              }
                            },
                            "extra": {
                              "rawValue": "CC_Arc",
                              "raw": "'CC_Arc'"
                            },
                            "value": "CC_Arc"
                          }
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 14976,
                          "end": 15526,
                          "loc": {
                            "start": {
                              "line": 337,
                              "column": 51
                            },
                            "end": {
                              "line": 347,
                              "column": 13
                            }
                          },
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "start": 15069,
                              "end": 15146,
                              "loc": {
                                "start": {
                                  "line": 339,
                                  "column": 16
                                },
                                "end": {
                                  "line": 339,
                                  "column": 93
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 15075,
                                  "end": 15145,
                                  "loc": {
                                    "start": {
                                      "line": 339,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 339,
                                      "column": 92
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 15075,
                                    "end": 15078,
                                    "loc": {
                                      "start": {
                                        "line": 339,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 339,
                                        "column": 25
                                      },
                                      "identifierName": "mid"
                                    },
                                    "name": "mid",
                                    "leadingComments": null
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "start": 15081,
                                    "end": 15145,
                                    "loc": {
                                      "start": {
                                        "line": 339,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 339,
                                        "column": 92
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 15081,
                                      "end": 15140,
                                      "loc": {
                                        "start": {
                                          "line": 339,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 339,
                                          "column": 87
                                        }
                                      },
                                      "object": {
                                        "type": "CallExpression",
                                        "start": 15081,
                                        "end": 15125,
                                        "loc": {
                                          "start": {
                                            "line": 339,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 339,
                                            "column": 72
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 15081,
                                          "end": 15107,
                                          "loc": {
                                            "start": {
                                              "line": 339,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 339,
                                              "column": 54
                                            }
                                          },
                                          "object": {
                                            "type": "CallExpression",
                                            "start": 15081,
                                            "end": 15103,
                                            "loc": {
                                              "start": {
                                                "line": 339,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 339,
                                                "column": 50
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 15081,
                                              "end": 15101,
                                              "loc": {
                                                "start": {
                                                  "line": 339,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 339,
                                                  "column": 48
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 15081,
                                                "end": 15095,
                                                "loc": {
                                                  "start": {
                                                    "line": 339,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 339,
                                                    "column": 42
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 15081,
                                                  "end": 15091,
                                                  "loc": {
                                                    "start": {
                                                      "line": 339,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 339,
                                                      "column": 38
                                                    },
                                                    "identifierName": "geomParams"
                                                  },
                                                  "name": "geomParams"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 15092,
                                                  "end": 15095,
                                                  "loc": {
                                                    "start": {
                                                      "line": 339,
                                                      "column": 39
                                                    },
                                                    "end": {
                                                      "line": 339,
                                                      "column": 42
                                                    },
                                                    "identifierName": "end"
                                                  },
                                                  "name": "end"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 15096,
                                                "end": 15101,
                                                "loc": {
                                                  "start": {
                                                    "line": 339,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 339,
                                                    "column": 48
                                                  },
                                                  "identifierName": "clone"
                                                },
                                                "name": "clone"
                                              },
                                              "computed": false
                                            },
                                            "arguments": []
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 15104,
                                            "end": 15107,
                                            "loc": {
                                              "start": {
                                                "line": 339,
                                                "column": 51
                                              },
                                              "end": {
                                                "line": 339,
                                                "column": 54
                                              },
                                              "identifierName": "add"
                                            },
                                            "name": "add"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 15108,
                                            "end": 15124,
                                            "loc": {
                                              "start": {
                                                "line": 339,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 339,
                                                "column": 71
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 15108,
                                              "end": 15118,
                                              "loc": {
                                                "start": {
                                                  "line": 339,
                                                  "column": 55
                                                },
                                                "end": {
                                                  "line": 339,
                                                  "column": 65
                                                },
                                                "identifierName": "geomParams"
                                              },
                                              "name": "geomParams"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 15119,
                                              "end": 15124,
                                              "loc": {
                                                "start": {
                                                  "line": 339,
                                                  "column": 66
                                                },
                                                "end": {
                                                  "line": 339,
                                                  "column": 71
                                                },
                                                "identifierName": "start"
                                              },
                                              "name": "start"
                                            },
                                            "computed": false
                                          }
                                        ]
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 15126,
                                        "end": 15140,
                                        "loc": {
                                          "start": {
                                            "line": 339,
                                            "column": 73
                                          },
                                          "end": {
                                            "line": 339,
                                            "column": 87
                                          },
                                          "identifierName": "multiplyScalar"
                                        },
                                        "name": "multiplyScalar"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "NumericLiteral",
                                        "start": 15141,
                                        "end": 15144,
                                        "loc": {
                                          "start": {
                                            "line": 339,
                                            "column": 88
                                          },
                                          "end": {
                                            "line": 339,
                                            "column": 91
                                          }
                                        },
                                        "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": 14994,
                                  "end": 15052,
                                  "loc": {
                                    "start": {
                                      "line": 338,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 338,
                                      "column": 74
                                    }
                                  }
                                }
                              ]
                            },
                            {
                              "type": "VariableDeclaration",
                              "start": 15163,
                              "end": 15220,
                              "loc": {
                                "start": {
                                  "line": 340,
                                  "column": 16
                                },
                                "end": {
                                  "line": 340,
                                  "column": 73
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 15169,
                                  "end": 15219,
                                  "loc": {
                                    "start": {
                                      "line": 340,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 340,
                                      "column": 72
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 15169,
                                    "end": 15172,
                                    "loc": {
                                      "start": {
                                        "line": 340,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 340,
                                        "column": 25
                                      },
                                      "identifierName": "dir"
                                    },
                                    "name": "dir"
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "start": 15175,
                                    "end": 15219,
                                    "loc": {
                                      "start": {
                                        "line": 340,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 340,
                                        "column": 72
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 15175,
                                      "end": 15201,
                                      "loc": {
                                        "start": {
                                          "line": 340,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 340,
                                          "column": 54
                                        }
                                      },
                                      "object": {
                                        "type": "CallExpression",
                                        "start": 15175,
                                        "end": 15197,
                                        "loc": {
                                          "start": {
                                            "line": 340,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 340,
                                            "column": 50
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 15175,
                                          "end": 15195,
                                          "loc": {
                                            "start": {
                                              "line": 340,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 340,
                                              "column": 48
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 15175,
                                            "end": 15189,
                                            "loc": {
                                              "start": {
                                                "line": 340,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 340,
                                                "column": 42
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 15175,
                                              "end": 15185,
                                              "loc": {
                                                "start": {
                                                  "line": 340,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 340,
                                                  "column": 38
                                                },
                                                "identifierName": "geomParams"
                                              },
                                              "name": "geomParams"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 15186,
                                              "end": 15189,
                                              "loc": {
                                                "start": {
                                                  "line": 340,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 340,
                                                  "column": 42
                                                },
                                                "identifierName": "end"
                                              },
                                              "name": "end"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 15190,
                                            "end": 15195,
                                            "loc": {
                                              "start": {
                                                "line": 340,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 340,
                                                "column": 48
                                              },
                                              "identifierName": "clone"
                                            },
                                            "name": "clone"
                                          },
                                          "computed": false
                                        },
                                        "arguments": []
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 15198,
                                        "end": 15201,
                                        "loc": {
                                          "start": {
                                            "line": 340,
                                            "column": 51
                                          },
                                          "end": {
                                            "line": 340,
                                            "column": 54
                                          },
                                          "identifierName": "sub"
                                        },
                                        "name": "sub"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 15202,
                                        "end": 15218,
                                        "loc": {
                                          "start": {
                                            "line": 340,
                                            "column": 55
                                          },
                                          "end": {
                                            "line": 340,
                                            "column": 71
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 15202,
                                          "end": 15212,
                                          "loc": {
                                            "start": {
                                              "line": 340,
                                              "column": 55
                                            },
                                            "end": {
                                              "line": 340,
                                              "column": 65
                                            },
                                            "identifierName": "geomParams"
                                          },
                                          "name": "geomParams"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 15213,
                                          "end": 15218,
                                          "loc": {
                                            "start": {
                                              "line": 340,
                                              "column": 66
                                            },
                                            "end": {
                                              "line": 340,
                                              "column": 71
                                            },
                                            "identifierName": "start"
                                          },
                                          "name": "start"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  }
                                }
                              ],
                              "kind": "const"
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 15237,
                              "end": 15428,
                              "loc": {
                                "start": {
                                  "line": 341,
                                  "column": 16
                                },
                                "end": {
                                  "line": 345,
                                  "column": 30
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 15237,
                                "end": 15427,
                                "loc": {
                                  "start": {
                                    "line": 341,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 345,
                                    "column": 29
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 15237,
                                  "end": 15422,
                                  "loc": {
                                    "start": {
                                      "line": 341,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 345,
                                      "column": 24
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 15237,
                                    "end": 15397,
                                    "loc": {
                                      "start": {
                                        "line": 341,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 344,
                                        "column": 73
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 15237,
                                      "end": 15360,
                                      "loc": {
                                        "start": {
                                          "line": 341,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 344,
                                          "column": 36
                                        }
                                      },
                                      "object": {
                                        "type": "CallExpression",
                                        "start": 15237,
                                        "end": 15323,
                                        "loc": {
                                          "start": {
                                            "line": 341,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 343,
                                            "column": 29
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 15237,
                                          "end": 15318,
                                          "loc": {
                                            "start": {
                                              "line": 341,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 343,
                                              "column": 24
                                            }
                                          },
                                          "object": {
                                            "type": "CallExpression",
                                            "start": 15237,
                                            "end": 15293,
                                            "loc": {
                                              "start": {
                                                "line": 341,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 342,
                                                "column": 38
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 15237,
                                              "end": 15279,
                                              "loc": {
                                                "start": {
                                                  "line": 341,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 342,
                                                  "column": 24
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 15237,
                                                "end": 15254,
                                                "loc": {
                                                  "start": {
                                                    "line": 341,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 341,
                                                    "column": 33
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 15237,
                                                  "end": 15247,
                                                  "loc": {
                                                    "start": {
                                                      "line": 341,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 341,
                                                      "column": 26
                                                    },
                                                    "identifierName": "geomParams"
                                                  },
                                                  "name": "geomParams"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 15248,
                                                  "end": 15254,
                                                  "loc": {
                                                    "start": {
                                                      "line": 341,
                                                      "column": 27
                                                    },
                                                    "end": {
                                                      "line": 341,
                                                      "column": 33
                                                    },
                                                    "identifierName": "center"
                                                  },
                                                  "name": "center"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 15276,
                                                "end": 15279,
                                                "loc": {
                                                  "start": {
                                                    "line": 342,
                                                    "column": 21
                                                  },
                                                  "end": {
                                                    "line": 342,
                                                    "column": 24
                                                  },
                                                  "identifierName": "add"
                                                },
                                                "name": "add"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 15280,
                                                "end": 15292,
                                                "loc": {
                                                  "start": {
                                                    "line": 342,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 342,
                                                    "column": 37
                                                  },
                                                  "identifierName": "displacement"
                                                },
                                                "name": "displacement"
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 15315,
                                            "end": 15318,
                                            "loc": {
                                              "start": {
                                                "line": 343,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 343,
                                                "column": 24
                                              },
                                              "identifierName": "sub"
                                            },
                                            "name": "sub"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 15319,
                                            "end": 15322,
                                            "loc": {
                                              "start": {
                                                "line": 343,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 343,
                                                "column": 28
                                              },
                                              "identifierName": "mid"
                                            },
                                            "name": "mid"
                                          }
                                        ]
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 15345,
                                        "end": 15360,
                                        "loc": {
                                          "start": {
                                            "line": 344,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 344,
                                            "column": 36
                                          },
                                          "identifierName": "projectOnVector"
                                        },
                                        "name": "projectOnVector"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "NewExpression",
                                        "start": 15361,
                                        "end": 15396,
                                        "loc": {
                                          "start": {
                                            "line": 344,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 344,
                                            "column": 72
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 15365,
                                          "end": 15378,
                                          "loc": {
                                            "start": {
                                              "line": 344,
                                              "column": 41
                                            },
                                            "end": {
                                              "line": 344,
                                              "column": 54
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 15365,
                                            "end": 15370,
                                            "loc": {
                                              "start": {
                                                "line": 344,
                                                "column": 41
                                              },
                                              "end": {
                                                "line": 344,
                                                "column": 46
                                              },
                                              "identifierName": "THREE"
                                            },
                                            "name": "THREE"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 15371,
                                            "end": 15378,
                                            "loc": {
                                              "start": {
                                                "line": 344,
                                                "column": 47
                                              },
                                              "end": {
                                                "line": 344,
                                                "column": 54
                                              },
                                              "identifierName": "Vector3"
                                            },
                                            "name": "Vector3"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "UnaryExpression",
                                            "start": 15379,
                                            "end": 15385,
                                            "loc": {
                                              "start": {
                                                "line": 344,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 344,
                                                "column": 61
                                              }
                                            },
                                            "operator": "-",
                                            "prefix": true,
                                            "argument": {
                                              "type": "MemberExpression",
                                              "start": 15380,
                                              "end": 15385,
                                              "loc": {
                                                "start": {
                                                  "line": 344,
                                                  "column": 56
                                                },
                                                "end": {
                                                  "line": 344,
                                                  "column": 61
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 15380,
                                                "end": 15383,
                                                "loc": {
                                                  "start": {
                                                    "line": 344,
                                                    "column": 56
                                                  },
                                                  "end": {
                                                    "line": 344,
                                                    "column": 59
                                                  },
                                                  "identifierName": "dir"
                                                },
                                                "name": "dir"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 15384,
                                                "end": 15385,
                                                "loc": {
                                                  "start": {
                                                    "line": 344,
                                                    "column": 60
                                                  },
                                                  "end": {
                                                    "line": 344,
                                                    "column": 61
                                                  },
                                                  "identifierName": "y"
                                                },
                                                "name": "y"
                                              },
                                              "computed": false
                                            },
                                            "extra": {
                                              "parenthesizedArgument": false
                                            }
                                          },
                                          {
                                            "type": "MemberExpression",
                                            "start": 15387,
                                            "end": 15392,
                                            "loc": {
                                              "start": {
                                                "line": 344,
                                                "column": 63
                                              },
                                              "end": {
                                                "line": 344,
                                                "column": 68
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 15387,
                                              "end": 15390,
                                              "loc": {
                                                "start": {
                                                  "line": 344,
                                                  "column": 63
                                                },
                                                "end": {
                                                  "line": 344,
                                                  "column": 66
                                                },
                                                "identifierName": "dir"
                                              },
                                              "name": "dir"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 15391,
                                              "end": 15392,
                                              "loc": {
                                                "start": {
                                                  "line": 344,
                                                  "column": 67
                                                },
                                                "end": {
                                                  "line": 344,
                                                  "column": 68
                                                },
                                                "identifierName": "x"
                                              },
                                              "name": "x"
                                            },
                                            "computed": false
                                          },
                                          {
                                            "type": "NumericLiteral",
                                            "start": 15394,
                                            "end": 15395,
                                            "loc": {
                                              "start": {
                                                "line": 344,
                                                "column": 70
                                              },
                                              "end": {
                                                "line": 344,
                                                "column": 71
                                              }
                                            },
                                            "extra": {
                                              "rawValue": 0,
                                              "raw": "0"
                                            },
                                            "value": 0
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 15419,
                                    "end": 15422,
                                    "loc": {
                                      "start": {
                                        "line": 345,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 345,
                                        "column": 24
                                      },
                                      "identifierName": "add"
                                    },
                                    "name": "add"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 15423,
                                    "end": 15426,
                                    "loc": {
                                      "start": {
                                        "line": 345,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 345,
                                        "column": 28
                                      },
                                      "identifierName": "mid"
                                    },
                                    "name": "mid"
                                  }
                                ]
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 15445,
                              "end": 15512,
                              "loc": {
                                "start": {
                                  "line": 346,
                                  "column": 16
                                },
                                "end": {
                                  "line": 346,
                                  "column": 83
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 15445,
                                "end": 15511,
                                "loc": {
                                  "start": {
                                    "line": 346,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 346,
                                    "column": 82
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 15445,
                                  "end": 15462,
                                  "loc": {
                                    "start": {
                                      "line": 346,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 346,
                                      "column": 33
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 15445,
                                    "end": 15455,
                                    "loc": {
                                      "start": {
                                        "line": 346,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 346,
                                        "column": 26
                                      },
                                      "identifierName": "geomParams"
                                    },
                                    "name": "geomParams"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 15456,
                                    "end": 15462,
                                    "loc": {
                                      "start": {
                                        "line": 346,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 346,
                                        "column": 33
                                      },
                                      "identifierName": "radius"
                                    },
                                    "name": "radius"
                                  },
                                  "computed": false
                                },
                                "right": {
                                  "type": "CallExpression",
                                  "start": 15465,
                                  "end": 15511,
                                  "loc": {
                                    "start": {
                                      "line": 346,
                                      "column": 36
                                    },
                                    "end": {
                                      "line": 346,
                                      "column": 82
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 15465,
                                    "end": 15493,
                                    "loc": {
                                      "start": {
                                        "line": 346,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 346,
                                        "column": 64
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 15465,
                                      "end": 15482,
                                      "loc": {
                                        "start": {
                                          "line": 346,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 346,
                                          "column": 53
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 15465,
                                        "end": 15475,
                                        "loc": {
                                          "start": {
                                            "line": 346,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 346,
                                            "column": 46
                                          },
                                          "identifierName": "geomParams"
                                        },
                                        "name": "geomParams"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 15476,
                                        "end": 15482,
                                        "loc": {
                                          "start": {
                                            "line": 346,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 346,
                                            "column": 53
                                          },
                                          "identifierName": "center"
                                        },
                                        "name": "center"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 15483,
                                      "end": 15493,
                                      "loc": {
                                        "start": {
                                          "line": 346,
                                          "column": 54
                                        },
                                        "end": {
                                          "line": 346,
                                          "column": 64
                                        },
                                        "identifierName": "distanceTo"
                                      },
                                      "name": "distanceTo"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "MemberExpression",
                                      "start": 15494,
                                      "end": 15510,
                                      "loc": {
                                        "start": {
                                          "line": 346,
                                          "column": 65
                                        },
                                        "end": {
                                          "line": 346,
                                          "column": 81
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 15494,
                                        "end": 15504,
                                        "loc": {
                                          "start": {
                                            "line": 346,
                                            "column": 65
                                          },
                                          "end": {
                                            "line": 346,
                                            "column": 75
                                          },
                                          "identifierName": "geomParams"
                                        },
                                        "name": "geomParams"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 15505,
                                        "end": 15510,
                                        "loc": {
                                          "start": {
                                            "line": 346,
                                            "column": 76
                                          },
                                          "end": {
                                            "line": 346,
                                            "column": 81
                                          },
                                          "identifierName": "start"
                                        },
                                        "name": "start"
                                      },
                                      "computed": false
                                    }
                                  ]
                                }
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": {
                          "type": "BlockStatement",
                          "start": 15532,
                          "end": 15600,
                          "loc": {
                            "start": {
                              "line": 347,
                              "column": 19
                            },
                            "end": {
                              "line": 349,
                              "column": 13
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 15550,
                              "end": 15586,
                              "loc": {
                                "start": {
                                  "line": 348,
                                  "column": 16
                                },
                                "end": {
                                  "line": 348,
                                  "column": 52
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 15550,
                                "end": 15585,
                                "loc": {
                                  "start": {
                                    "line": 348,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 348,
                                    "column": 51
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 15550,
                                  "end": 15571,
                                  "loc": {
                                    "start": {
                                      "line": 348,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 348,
                                      "column": 37
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 15550,
                                    "end": 15567,
                                    "loc": {
                                      "start": {
                                        "line": 348,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 348,
                                        "column": 33
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 15550,
                                      "end": 15560,
                                      "loc": {
                                        "start": {
                                          "line": 348,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 348,
                                          "column": 26
                                        },
                                        "identifierName": "geomParams"
                                      },
                                      "name": "geomParams"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 15561,
                                      "end": 15567,
                                      "loc": {
                                        "start": {
                                          "line": 348,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 348,
                                          "column": 33
                                        },
                                        "identifierName": "center"
                                      },
                                      "name": "center"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 15568,
                                    "end": 15571,
                                    "loc": {
                                      "start": {
                                        "line": 348,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 348,
                                        "column": 37
                                      },
                                      "identifierName": "add"
                                    },
                                    "name": "add"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 15572,
                                    "end": 15584,
                                    "loc": {
                                      "start": {
                                        "line": 348,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 348,
                                        "column": 50
                                      },
                                      "identifierName": "displacement"
                                    },
                                    "name": "displacement"
                                  }
                                ]
                              }
                            }
                          ],
                          "directives": []
                        }
                      },
                      {
                        "type": "BreakStatement",
                        "start": 15613,
                        "end": 15619,
                        "loc": {
                          "start": {
                            "line": 350,
                            "column": 12
                          },
                          "end": {
                            "line": 350,
                            "column": 18
                          }
                        },
                        "label": null
                      }
                    ],
                    "test": {
                      "type": "StringLiteral",
                      "start": 14915,
                      "end": 14923,
                      "loc": {
                        "start": {
                          "line": 336,
                          "column": 13
                        },
                        "end": {
                          "line": 336,
                          "column": 21
                        }
                      },
                      "extra": {
                        "rawValue": "center",
                        "raw": "'center'"
                      },
                      "value": "center"
                    }
                  },
                  {
                    "type": "SwitchCase",
                    "start": 15628,
                    "end": 15863,
                    "loc": {
                      "start": {
                        "line": 351,
                        "column": 8
                      },
                      "end": {
                        "line": 355,
                        "column": 18
                      }
                    },
                    "consequent": [
                      {
                        "type": "IfStatement",
                        "start": 15649,
                        "end": 15706,
                        "loc": {
                          "start": {
                            "line": 352,
                            "column": 12
                          },
                          "end": {
                            "line": 352,
                            "column": 69
                          }
                        },
                        "test": {
                          "type": "MemberExpression",
                          "start": 15653,
                          "end": 15669,
                          "loc": {
                            "start": {
                              "line": 352,
                              "column": 16
                            },
                            "end": {
                              "line": 352,
                              "column": 32
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 15653,
                            "end": 15663,
                            "loc": {
                              "start": {
                                "line": 352,
                                "column": 16
                              },
                              "end": {
                                "line": 352,
                                "column": 26
                              },
                              "identifierName": "geomParams"
                            },
                            "name": "geomParams"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 15664,
                            "end": 15669,
                            "loc": {
                              "start": {
                                "line": 352,
                                "column": 27
                              },
                              "end": {
                                "line": 352,
                                "column": 32
                              },
                              "identifierName": "start"
                            },
                            "name": "start"
                          },
                          "computed": false
                        },
                        "consequent": {
                          "type": "ExpressionStatement",
                          "start": 15671,
                          "end": 15706,
                          "loc": {
                            "start": {
                              "line": 352,
                              "column": 34
                            },
                            "end": {
                              "line": 352,
                              "column": 69
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 15671,
                            "end": 15705,
                            "loc": {
                              "start": {
                                "line": 352,
                                "column": 34
                              },
                              "end": {
                                "line": 352,
                                "column": 68
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 15671,
                              "end": 15691,
                              "loc": {
                                "start": {
                                  "line": 352,
                                  "column": 34
                                },
                                "end": {
                                  "line": 352,
                                  "column": 54
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 15671,
                                "end": 15687,
                                "loc": {
                                  "start": {
                                    "line": 352,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 352,
                                    "column": 50
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 15671,
                                  "end": 15681,
                                  "loc": {
                                    "start": {
                                      "line": 352,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 352,
                                      "column": 44
                                    },
                                    "identifierName": "geomParams"
                                  },
                                  "name": "geomParams"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 15682,
                                  "end": 15687,
                                  "loc": {
                                    "start": {
                                      "line": 352,
                                      "column": 45
                                    },
                                    "end": {
                                      "line": 352,
                                      "column": 50
                                    },
                                    "identifierName": "start"
                                  },
                                  "name": "start"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 15688,
                                "end": 15691,
                                "loc": {
                                  "start": {
                                    "line": 352,
                                    "column": 51
                                  },
                                  "end": {
                                    "line": 352,
                                    "column": 54
                                  },
                                  "identifierName": "add"
                                },
                                "name": "add"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 15692,
                                "end": 15704,
                                "loc": {
                                  "start": {
                                    "line": 352,
                                    "column": 55
                                  },
                                  "end": {
                                    "line": 352,
                                    "column": 67
                                  },
                                  "identifierName": "displacement"
                                },
                                "name": "displacement"
                              }
                            ]
                          }
                        },
                        "alternate": null
                      },
                      {
                        "type": "IfStatement",
                        "start": 15719,
                        "end": 15772,
                        "loc": {
                          "start": {
                            "line": 353,
                            "column": 12
                          },
                          "end": {
                            "line": 353,
                            "column": 65
                          }
                        },
                        "test": {
                          "type": "MemberExpression",
                          "start": 15723,
                          "end": 15737,
                          "loc": {
                            "start": {
                              "line": 353,
                              "column": 16
                            },
                            "end": {
                              "line": 353,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 15723,
                            "end": 15733,
                            "loc": {
                              "start": {
                                "line": 353,
                                "column": 16
                              },
                              "end": {
                                "line": 353,
                                "column": 26
                              },
                              "identifierName": "geomParams"
                            },
                            "name": "geomParams"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 15734,
                            "end": 15737,
                            "loc": {
                              "start": {
                                "line": 353,
                                "column": 27
                              },
                              "end": {
                                "line": 353,
                                "column": 30
                              },
                              "identifierName": "end"
                            },
                            "name": "end"
                          },
                          "computed": false
                        },
                        "consequent": {
                          "type": "ExpressionStatement",
                          "start": 15739,
                          "end": 15772,
                          "loc": {
                            "start": {
                              "line": 353,
                              "column": 32
                            },
                            "end": {
                              "line": 353,
                              "column": 65
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 15739,
                            "end": 15771,
                            "loc": {
                              "start": {
                                "line": 353,
                                "column": 32
                              },
                              "end": {
                                "line": 353,
                                "column": 64
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 15739,
                              "end": 15757,
                              "loc": {
                                "start": {
                                  "line": 353,
                                  "column": 32
                                },
                                "end": {
                                  "line": 353,
                                  "column": 50
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 15739,
                                "end": 15753,
                                "loc": {
                                  "start": {
                                    "line": 353,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 353,
                                    "column": 46
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 15739,
                                  "end": 15749,
                                  "loc": {
                                    "start": {
                                      "line": 353,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 353,
                                      "column": 42
                                    },
                                    "identifierName": "geomParams"
                                  },
                                  "name": "geomParams"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 15750,
                                  "end": 15753,
                                  "loc": {
                                    "start": {
                                      "line": 353,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 353,
                                      "column": 46
                                    },
                                    "identifierName": "end"
                                  },
                                  "name": "end"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 15754,
                                "end": 15757,
                                "loc": {
                                  "start": {
                                    "line": 353,
                                    "column": 47
                                  },
                                  "end": {
                                    "line": 353,
                                    "column": 50
                                  },
                                  "identifierName": "add"
                                },
                                "name": "add"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 15758,
                                "end": 15770,
                                "loc": {
                                  "start": {
                                    "line": 353,
                                    "column": 51
                                  },
                                  "end": {
                                    "line": 353,
                                    "column": 63
                                  },
                                  "identifierName": "displacement"
                                },
                                "name": "displacement"
                              }
                            ]
                          }
                        },
                        "alternate": null
                      },
                      {
                        "type": "IfStatement",
                        "start": 15785,
                        "end": 15844,
                        "loc": {
                          "start": {
                            "line": 354,
                            "column": 12
                          },
                          "end": {
                            "line": 354,
                            "column": 71
                          }
                        },
                        "test": {
                          "type": "MemberExpression",
                          "start": 15789,
                          "end": 15806,
                          "loc": {
                            "start": {
                              "line": 354,
                              "column": 16
                            },
                            "end": {
                              "line": 354,
                              "column": 33
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 15789,
                            "end": 15799,
                            "loc": {
                              "start": {
                                "line": 354,
                                "column": 16
                              },
                              "end": {
                                "line": 354,
                                "column": 26
                              },
                              "identifierName": "geomParams"
                            },
                            "name": "geomParams"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 15800,
                            "end": 15806,
                            "loc": {
                              "start": {
                                "line": 354,
                                "column": 27
                              },
                              "end": {
                                "line": 354,
                                "column": 33
                              },
                              "identifierName": "center"
                            },
                            "name": "center"
                          },
                          "computed": false
                        },
                        "consequent": {
                          "type": "ExpressionStatement",
                          "start": 15808,
                          "end": 15844,
                          "loc": {
                            "start": {
                              "line": 354,
                              "column": 35
                            },
                            "end": {
                              "line": 354,
                              "column": 71
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 15808,
                            "end": 15843,
                            "loc": {
                              "start": {
                                "line": 354,
                                "column": 35
                              },
                              "end": {
                                "line": 354,
                                "column": 70
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 15808,
                              "end": 15829,
                              "loc": {
                                "start": {
                                  "line": 354,
                                  "column": 35
                                },
                                "end": {
                                  "line": 354,
                                  "column": 56
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 15808,
                                "end": 15825,
                                "loc": {
                                  "start": {
                                    "line": 354,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 354,
                                    "column": 52
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 15808,
                                  "end": 15818,
                                  "loc": {
                                    "start": {
                                      "line": 354,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 354,
                                      "column": 45
                                    },
                                    "identifierName": "geomParams"
                                  },
                                  "name": "geomParams"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 15819,
                                  "end": 15825,
                                  "loc": {
                                    "start": {
                                      "line": 354,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 354,
                                      "column": 52
                                    },
                                    "identifierName": "center"
                                  },
                                  "name": "center"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 15826,
                                "end": 15829,
                                "loc": {
                                  "start": {
                                    "line": 354,
                                    "column": 53
                                  },
                                  "end": {
                                    "line": 354,
                                    "column": 56
                                  },
                                  "identifierName": "add"
                                },
                                "name": "add"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 15830,
                                "end": 15842,
                                "loc": {
                                  "start": {
                                    "line": 354,
                                    "column": 57
                                  },
                                  "end": {
                                    "line": 354,
                                    "column": 69
                                  },
                                  "identifierName": "displacement"
                                },
                                "name": "displacement"
                              }
                            ]
                          }
                        },
                        "alternate": null
                      },
                      {
                        "type": "BreakStatement",
                        "start": 15857,
                        "end": 15863,
                        "loc": {
                          "start": {
                            "line": 355,
                            "column": 12
                          },
                          "end": {
                            "line": 355,
                            "column": 18
                          }
                        },
                        "label": null
                      }
                    ],
                    "test": {
                      "type": "StringLiteral",
                      "start": 15633,
                      "end": 15635,
                      "loc": {
                        "start": {
                          "line": 351,
                          "column": 13
                        },
                        "end": {
                          "line": 351,
                          "column": 15
                        }
                      },
                      "extra": {
                        "rawValue": "",
                        "raw": "''"
                      },
                      "value": ""
                    }
                  }
                ]
              },
              {
                "type": "ReturnStatement",
                "start": 15874,
                "end": 15892,
                "loc": {
                  "start": {
                    "line": 357,
                    "column": 4
                  },
                  "end": {
                    "line": 357,
                    "column": 22
                  }
                },
                "argument": {
                  "type": "Identifier",
                  "start": 15881,
                  "end": 15891,
                  "loc": {
                    "start": {
                      "line": 357,
                      "column": 11
                    },
                    "end": {
                      "line": 357,
                      "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": 13786,
              "end": 13871,
              "loc": {
                "start": {
                  "line": 312,
                  "column": 0
                },
                "end": {
                  "line": 312,
                  "column": 85
                }
              }
            },
            {
              "type": "CommentLine",
              "value": " subType can be either 'start', 'end', 'center' or '' (for object itself)",
              "start": 13872,
              "end": 13947,
              "loc": {
                "start": {
                  "line": 313,
                  "column": 0
                },
                "end": {
                  "line": 313,
                  "column": 75
                }
              }
            }
          ],
          "trailingComments": [
            {
              "type": "CommentLine",
              "value": " modify params inplace for reversed curve",
              "start": 15896,
              "end": 15939,
              "loc": {
                "start": {
                  "line": 360,
                  "column": 0
                },
                "end": {
                  "line": 360,
                  "column": 43
                }
              }
            }
          ]
        },
        "leadingComments": [
          {
            "type": "CommentLine",
            "value": " modify geomParams inplace to represent movement of a subObject by the displacement",
            "start": 13786,
            "end": 13871,
            "loc": {
              "start": {
                "line": 312,
                "column": 0
              },
              "end": {
                "line": 312,
                "column": 85
              }
            }
          },
          {
            "type": "CommentLine",
            "value": " subType can be either 'start', 'end', 'center' or '' (for object itself)",
            "start": 13872,
            "end": 13947,
            "loc": {
              "start": {
                "line": 313,
                "column": 0
              },
              "end": {
                "line": 313,
                "column": 75
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentLine",
            "value": " modify params inplace for reversed curve",
            "start": 15896,
            "end": 15939,
            "loc": {
              "start": {
                "line": 360,
                "column": 0
              },
              "end": {
                "line": 360,
                "column": 43
              }
            }
          }
        ]
      },
      {
        "type": "FunctionDeclaration",
        "start": 15940,
        "end": 16264,
        "loc": {
          "start": {
            "line": 361,
            "column": 0
          },
          "end": {
            "line": 371,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 15949,
          "end": 15961,
          "loc": {
            "start": {
              "line": 361,
              "column": 9
            },
            "end": {
              "line": 361,
              "column": 21
            },
            "identifierName": "reverseCurve"
          },
          "name": "reverseCurve",
          "leadingComments": null
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 15962,
            "end": 15972,
            "loc": {
              "start": {
                "line": 361,
                "column": 22
              },
              "end": {
                "line": 361,
                "column": 32
              },
              "identifierName": "geomParams"
            },
            "name": "geomParams"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 15974,
          "end": 16264,
          "loc": {
            "start": {
              "line": 361,
              "column": 34
            },
            "end": {
              "line": 371,
              "column": 1
            }
          },
          "body": [
            {
              "type": "IfStatement",
              "start": 15980,
              "end": 16121,
              "loc": {
                "start": {
                  "line": 362,
                  "column": 4
                },
                "end": {
                  "line": 365,
                  "column": 80
                }
              },
              "test": {
                "type": "BinaryExpression",
                "start": 15993,
                "end": 16021,
                "loc": {
                  "start": {
                    "line": 363,
                    "column": 8
                  },
                  "end": {
                    "line": 363,
                    "column": 36
                  }
                },
                "left": {
                  "type": "MemberExpression",
                  "start": 15993,
                  "end": 16007,
                  "loc": {
                    "start": {
                      "line": 363,
                      "column": 8
                    },
                    "end": {
                      "line": 363,
                      "column": 22
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 15993,
                    "end": 16003,
                    "loc": {
                      "start": {
                        "line": 363,
                        "column": 8
                      },
                      "end": {
                        "line": 363,
                        "column": 18
                      },
                      "identifierName": "geomParams"
                    },
                    "name": "geomParams"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 16004,
                    "end": 16007,
                    "loc": {
                      "start": {
                        "line": 363,
                        "column": 19
                      },
                      "end": {
                        "line": 363,
                        "column": 22
                      },
                      "identifierName": "end"
                    },
                    "name": "end"
                  },
                  "computed": false
                },
                "operator": "!==",
                "right": {
                  "type": "Identifier",
                  "start": 16012,
                  "end": 16021,
                  "loc": {
                    "start": {
                      "line": 363,
                      "column": 27
                    },
                    "end": {
                      "line": 363,
                      "column": 36
                    },
                    "identifierName": "undefined"
                  },
                  "name": "undefined",
                  "leadingComments": null,
                  "trailingComments": null
                },
                "trailingComments": [
                  {
                    "type": "CommentLine",
                    "value": " Line, Arc",
                    "start": 16022,
                    "end": 16034,
                    "loc": {
                      "start": {
                        "line": 363,
                        "column": 37
                      },
                      "end": {
                        "line": 363,
                        "column": 49
                      }
                    }
                  }
                ]
              },
              "consequent": {
                "type": "ExpressionStatement",
                "start": 16049,
                "end": 16121,
                "loc": {
                  "start": {
                    "line": 365,
                    "column": 8
                  },
                  "end": {
                    "line": 365,
                    "column": 80
                  }
                },
                "expression": {
                  "type": "AssignmentExpression",
                  "start": 16049,
                  "end": 16120,
                  "loc": {
                    "start": {
                      "line": 365,
                      "column": 8
                    },
                    "end": {
                      "line": 365,
                      "column": 79
                    }
                  },
                  "operator": "=",
                  "left": {
                    "type": "ArrayPattern",
                    "start": 16049,
                    "end": 16083,
                    "loc": {
                      "start": {
                        "line": 365,
                        "column": 8
                      },
                      "end": {
                        "line": 365,
                        "column": 42
                      }
                    },
                    "elements": [
                      {
                        "type": "MemberExpression",
                        "start": 16050,
                        "end": 16066,
                        "loc": {
                          "start": {
                            "line": 365,
                            "column": 9
                          },
                          "end": {
                            "line": 365,
                            "column": 25
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 16050,
                          "end": 16060,
                          "loc": {
                            "start": {
                              "line": 365,
                              "column": 9
                            },
                            "end": {
                              "line": 365,
                              "column": 19
                            },
                            "identifierName": "geomParams"
                          },
                          "name": "geomParams",
                          "leadingComments": null
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 16061,
                          "end": 16066,
                          "loc": {
                            "start": {
                              "line": 365,
                              "column": 20
                            },
                            "end": {
                              "line": 365,
                              "column": 25
                            },
                            "identifierName": "start"
                          },
                          "name": "start"
                        },
                        "computed": false,
                        "leadingComments": null
                      },
                      {
                        "type": "MemberExpression",
                        "start": 16068,
                        "end": 16082,
                        "loc": {
                          "start": {
                            "line": 365,
                            "column": 27
                          },
                          "end": {
                            "line": 365,
                            "column": 41
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 16068,
                          "end": 16078,
                          "loc": {
                            "start": {
                              "line": 365,
                              "column": 27
                            },
                            "end": {
                              "line": 365,
                              "column": 37
                            },
                            "identifierName": "geomParams"
                          },
                          "name": "geomParams"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 16079,
                          "end": 16082,
                          "loc": {
                            "start": {
                              "line": 365,
                              "column": 38
                            },
                            "end": {
                              "line": 365,
                              "column": 41
                            },
                            "identifierName": "end"
                          },
                          "name": "end"
                        },
                        "computed": false
                      }
                    ],
                    "leadingComments": null
                  },
                  "right": {
                    "type": "ArrayExpression",
                    "start": 16086,
                    "end": 16120,
                    "loc": {
                      "start": {
                        "line": 365,
                        "column": 45
                      },
                      "end": {
                        "line": 365,
                        "column": 79
                      }
                    },
                    "elements": [
                      {
                        "type": "MemberExpression",
                        "start": 16087,
                        "end": 16101,
                        "loc": {
                          "start": {
                            "line": 365,
                            "column": 46
                          },
                          "end": {
                            "line": 365,
                            "column": 60
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 16087,
                          "end": 16097,
                          "loc": {
                            "start": {
                              "line": 365,
                              "column": 46
                            },
                            "end": {
                              "line": 365,
                              "column": 56
                            },
                            "identifierName": "geomParams"
                          },
                          "name": "geomParams"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 16098,
                          "end": 16101,
                          "loc": {
                            "start": {
                              "line": 365,
                              "column": 57
                            },
                            "end": {
                              "line": 365,
                              "column": 60
                            },
                            "identifierName": "end"
                          },
                          "name": "end"
                        },
                        "computed": false
                      },
                      {
                        "type": "MemberExpression",
                        "start": 16103,
                        "end": 16119,
                        "loc": {
                          "start": {
                            "line": 365,
                            "column": 62
                          },
                          "end": {
                            "line": 365,
                            "column": 78
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 16103,
                          "end": 16113,
                          "loc": {
                            "start": {
                              "line": 365,
                              "column": 62
                            },
                            "end": {
                              "line": 365,
                              "column": 72
                            },
                            "identifierName": "geomParams"
                          },
                          "name": "geomParams"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 16114,
                          "end": 16119,
                          "loc": {
                            "start": {
                              "line": 365,
                              "column": 73
                            },
                            "end": {
                              "line": 365,
                              "column": 78
                            },
                            "identifierName": "start"
                          },
                          "name": "start"
                        },
                        "computed": false
                      }
                    ]
                  },
                  "leadingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentLine",
                    "value": " Line, Arc",
                    "start": 16022,
                    "end": 16034,
                    "loc": {
                      "start": {
                        "line": 363,
                        "column": 37
                      },
                      "end": {
                        "line": 363,
                        "column": 49
                      }
                    }
                  }
                ]
              },
              "alternate": null
            },
            {
              "type": "IfStatement",
              "start": 16126,
              "end": 16239,
              "loc": {
                "start": {
                  "line": 366,
                  "column": 4
                },
                "end": {
                  "line": 369,
                  "column": 53
                }
              },
              "test": {
                "type": "BinaryExpression",
                "start": 16139,
                "end": 16173,
                "loc": {
                  "start": {
                    "line": 367,
                    "column": 8
                  },
                  "end": {
                    "line": 367,
                    "column": 42
                  }
                },
                "left": {
                  "type": "MemberExpression",
                  "start": 16139,
                  "end": 16159,
                  "loc": {
                    "start": {
                      "line": 367,
                      "column": 8
                    },
                    "end": {
                      "line": 367,
                      "column": 28
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 16139,
                    "end": 16149,
                    "loc": {
                      "start": {
                        "line": 367,
                        "column": 8
                      },
                      "end": {
                        "line": 367,
                        "column": 18
                      },
                      "identifierName": "geomParams"
                    },
                    "name": "geomParams"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 16150,
                    "end": 16159,
                    "loc": {
                      "start": {
                        "line": 367,
                        "column": 19
                      },
                      "end": {
                        "line": 367,
                        "column": 28
                      },
                      "identifierName": "clockwise"
                    },
                    "name": "clockwise"
                  },
                  "computed": false
                },
                "operator": "!==",
                "right": {
                  "type": "Identifier",
                  "start": 16164,
                  "end": 16173,
                  "loc": {
                    "start": {
                      "line": 367,
                      "column": 33
                    },
                    "end": {
                      "line": 367,
                      "column": 42
                    },
                    "identifierName": "undefined"
                  },
                  "name": "undefined",
                  "leadingComments": null,
                  "trailingComments": null
                },
                "trailingComments": [
                  {
                    "type": "CommentLine",
                    "value": "Arc",
                    "start": 16174,
                    "end": 16179,
                    "loc": {
                      "start": {
                        "line": 367,
                        "column": 43
                      },
                      "end": {
                        "line": 367,
                        "column": 48
                      }
                    }
                  }
                ]
              },
              "consequent": {
                "type": "ExpressionStatement",
                "start": 16194,
                "end": 16239,
                "loc": {
                  "start": {
                    "line": 369,
                    "column": 8
                  },
                  "end": {
                    "line": 369,
                    "column": 53
                  }
                },
                "expression": {
                  "type": "AssignmentExpression",
                  "start": 16194,
                  "end": 16238,
                  "loc": {
                    "start": {
                      "line": 369,
                      "column": 8
                    },
                    "end": {
                      "line": 369,
                      "column": 52
                    }
                  },
                  "operator": "=",
                  "left": {
                    "type": "MemberExpression",
                    "start": 16194,
                    "end": 16214,
                    "loc": {
                      "start": {
                        "line": 369,
                        "column": 8
                      },
                      "end": {
                        "line": 369,
                        "column": 28
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 16194,
                      "end": 16204,
                      "loc": {
                        "start": {
                          "line": 369,
                          "column": 8
                        },
                        "end": {
                          "line": 369,
                          "column": 18
                        },
                        "identifierName": "geomParams"
                      },
                      "name": "geomParams",
                      "leadingComments": null
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 16205,
                      "end": 16214,
                      "loc": {
                        "start": {
                          "line": 369,
                          "column": 19
                        },
                        "end": {
                          "line": 369,
                          "column": 28
                        },
                        "identifierName": "clockwise"
                      },
                      "name": "clockwise"
                    },
                    "computed": false,
                    "leadingComments": null
                  },
                  "right": {
                    "type": "UnaryExpression",
                    "start": 16217,
                    "end": 16238,
                    "loc": {
                      "start": {
                        "line": 369,
                        "column": 31
                      },
                      "end": {
                        "line": 369,
                        "column": 52
                      }
                    },
                    "operator": "!",
                    "prefix": true,
                    "argument": {
                      "type": "MemberExpression",
                      "start": 16218,
                      "end": 16238,
                      "loc": {
                        "start": {
                          "line": 369,
                          "column": 32
                        },
                        "end": {
                          "line": 369,
                          "column": 52
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 16218,
                        "end": 16228,
                        "loc": {
                          "start": {
                            "line": 369,
                            "column": 32
                          },
                          "end": {
                            "line": 369,
                            "column": 42
                          },
                          "identifierName": "geomParams"
                        },
                        "name": "geomParams"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 16229,
                        "end": 16238,
                        "loc": {
                          "start": {
                            "line": 369,
                            "column": 43
                          },
                          "end": {
                            "line": 369,
                            "column": 52
                          },
                          "identifierName": "clockwise"
                        },
                        "name": "clockwise"
                      },
                      "computed": false
                    },
                    "extra": {
                      "parenthesizedArgument": false
                    }
                  },
                  "leadingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentLine",
                    "value": "Arc",
                    "start": 16174,
                    "end": 16179,
                    "loc": {
                      "start": {
                        "line": 367,
                        "column": 43
                      },
                      "end": {
                        "line": 367,
                        "column": 48
                      }
                    }
                  }
                ]
              },
              "alternate": null
            },
            {
              "type": "ReturnStatement",
              "start": 16244,
              "end": 16262,
              "loc": {
                "start": {
                  "line": 370,
                  "column": 4
                },
                "end": {
                  "line": 370,
                  "column": 22
                }
              },
              "argument": {
                "type": "Identifier",
                "start": 16251,
                "end": 16261,
                "loc": {
                  "start": {
                    "line": 370,
                    "column": 11
                  },
                  "end": {
                    "line": 370,
                    "column": 21
                  },
                  "identifierName": "geomParams"
                },
                "name": "geomParams"
              }
            }
          ],
          "directives": [],
          "trailingComments": null
        },
        "leadingComments": [
          {
            "type": "CommentLine",
            "value": " modify params inplace for reversed curve",
            "start": 15896,
            "end": 15939,
            "loc": {
              "start": {
                "line": 360,
                "column": 0
              },
              "end": {
                "line": 360,
                "column": 43
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentLine",
            "value": " cross product",
            "start": 16266,
            "end": 16282,
            "loc": {
              "start": {
                "line": 373,
                "column": 0
              },
              "end": {
                "line": 373,
                "column": 16
              }
            }
          }
        ]
      },
      {
        "type": "FunctionDeclaration",
        "start": 16283,
        "end": 16341,
        "loc": {
          "start": {
            "line": 374,
            "column": 0
          },
          "end": {
            "line": 376,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 16292,
          "end": 16297,
          "loc": {
            "start": {
              "line": 374,
              "column": 9
            },
            "end": {
              "line": 374,
              "column": 14
            },
            "identifierName": "cross"
          },
          "name": "cross",
          "leadingComments": null
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 16298,
            "end": 16299,
            "loc": {
              "start": {
                "line": 374,
                "column": 15
              },
              "end": {
                "line": 374,
                "column": 16
              },
              "identifierName": "a"
            },
            "name": "a"
          },
          {
            "type": "Identifier",
            "start": 16301,
            "end": 16302,
            "loc": {
              "start": {
                "line": 374,
                "column": 18
              },
              "end": {
                "line": 374,
                "column": 19
              },
              "identifierName": "b"
            },
            "name": "b"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 16304,
          "end": 16341,
          "loc": {
            "start": {
              "line": 374,
              "column": 21
            },
            "end": {
              "line": 376,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ReturnStatement",
              "start": 16310,
              "end": 16339,
              "loc": {
                "start": {
                  "line": 375,
                  "column": 4
                },
                "end": {
                  "line": 375,
                  "column": 33
                }
              },
              "argument": {
                "type": "BinaryExpression",
                "start": 16317,
                "end": 16338,
                "loc": {
                  "start": {
                    "line": 375,
                    "column": 11
                  },
                  "end": {
                    "line": 375,
                    "column": 32
                  }
                },
                "left": {
                  "type": "BinaryExpression",
                  "start": 16317,
                  "end": 16326,
                  "loc": {
                    "start": {
                      "line": 375,
                      "column": 11
                    },
                    "end": {
                      "line": 375,
                      "column": 20
                    }
                  },
                  "left": {
                    "type": "MemberExpression",
                    "start": 16317,
                    "end": 16320,
                    "loc": {
                      "start": {
                        "line": 375,
                        "column": 11
                      },
                      "end": {
                        "line": 375,
                        "column": 14
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 16317,
                      "end": 16318,
                      "loc": {
                        "start": {
                          "line": 375,
                          "column": 11
                        },
                        "end": {
                          "line": 375,
                          "column": 12
                        },
                        "identifierName": "a"
                      },
                      "name": "a"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 16319,
                      "end": 16320,
                      "loc": {
                        "start": {
                          "line": 375,
                          "column": 13
                        },
                        "end": {
                          "line": 375,
                          "column": 14
                        },
                        "identifierName": "x"
                      },
                      "name": "x"
                    },
                    "computed": false
                  },
                  "operator": "*",
                  "right": {
                    "type": "MemberExpression",
                    "start": 16323,
                    "end": 16326,
                    "loc": {
                      "start": {
                        "line": 375,
                        "column": 17
                      },
                      "end": {
                        "line": 375,
                        "column": 20
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 16323,
                      "end": 16324,
                      "loc": {
                        "start": {
                          "line": 375,
                          "column": 17
                        },
                        "end": {
                          "line": 375,
                          "column": 18
                        },
                        "identifierName": "b"
                      },
                      "name": "b"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 16325,
                      "end": 16326,
                      "loc": {
                        "start": {
                          "line": 375,
                          "column": 19
                        },
                        "end": {
                          "line": 375,
                          "column": 20
                        },
                        "identifierName": "y"
                      },
                      "name": "y"
                    },
                    "computed": false
                  }
                },
                "operator": "-",
                "right": {
                  "type": "BinaryExpression",
                  "start": 16329,
                  "end": 16338,
                  "loc": {
                    "start": {
                      "line": 375,
                      "column": 23
                    },
                    "end": {
                      "line": 375,
                      "column": 32
                    }
                  },
                  "left": {
                    "type": "MemberExpression",
                    "start": 16329,
                    "end": 16332,
                    "loc": {
                      "start": {
                        "line": 375,
                        "column": 23
                      },
                      "end": {
                        "line": 375,
                        "column": 26
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 16329,
                      "end": 16330,
                      "loc": {
                        "start": {
                          "line": 375,
                          "column": 23
                        },
                        "end": {
                          "line": 375,
                          "column": 24
                        },
                        "identifierName": "a"
                      },
                      "name": "a"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 16331,
                      "end": 16332,
                      "loc": {
                        "start": {
                          "line": 375,
                          "column": 25
                        },
                        "end": {
                          "line": 375,
                          "column": 26
                        },
                        "identifierName": "y"
                      },
                      "name": "y"
                    },
                    "computed": false
                  },
                  "operator": "*",
                  "right": {
                    "type": "MemberExpression",
                    "start": 16335,
                    "end": 16338,
                    "loc": {
                      "start": {
                        "line": 375,
                        "column": 29
                      },
                      "end": {
                        "line": 375,
                        "column": 32
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 16335,
                      "end": 16336,
                      "loc": {
                        "start": {
                          "line": 375,
                          "column": 29
                        },
                        "end": {
                          "line": 375,
                          "column": 30
                        },
                        "identifierName": "b"
                      },
                      "name": "b"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 16337,
                      "end": 16338,
                      "loc": {
                        "start": {
                          "line": 375,
                          "column": 31
                        },
                        "end": {
                          "line": 375,
                          "column": 32
                        },
                        "identifierName": "x"
                      },
                      "name": "x"
                    },
                    "computed": false
                  }
                }
              }
            }
          ],
          "directives": [],
          "trailingComments": null
        },
        "leadingComments": [
          {
            "type": "CommentLine",
            "value": " cross product",
            "start": 16266,
            "end": 16282,
            "loc": {
              "start": {
                "line": 373,
                "column": 0
              },
              "end": {
                "line": 373,
                "column": 16
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentLine",
            "value": " cathetus (cf. Math.hypot): y = sqrt(z**2 - x**2) || 0",
            "start": 16343,
            "end": 16399,
            "loc": {
              "start": {
                "line": 378,
                "column": 0
              },
              "end": {
                "line": 378,
                "column": 56
              }
            }
          }
        ]
      },
      {
        "type": "FunctionDeclaration",
        "start": 16400,
        "end": 16499,
        "loc": {
          "start": {
            "line": 379,
            "column": 0
          },
          "end": {
            "line": 382,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 16409,
          "end": 16413,
          "loc": {
            "start": {
              "line": 379,
              "column": 9
            },
            "end": {
              "line": 379,
              "column": 13
            },
            "identifierName": "cath"
          },
          "name": "cath",
          "leadingComments": null
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 16414,
            "end": 16415,
            "loc": {
              "start": {
                "line": 379,
                "column": 14
              },
              "end": {
                "line": 379,
                "column": 15
              },
              "identifierName": "z"
            },
            "name": "z"
          },
          {
            "type": "Identifier",
            "start": 16417,
            "end": 16418,
            "loc": {
              "start": {
                "line": 379,
                "column": 17
              },
              "end": {
                "line": 379,
                "column": 18
              },
              "identifierName": "x"
            },
            "name": "x"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 16420,
          "end": 16499,
          "loc": {
            "start": {
              "line": 379,
              "column": 20
            },
            "end": {
              "line": 382,
              "column": 1
            }
          },
          "body": [
            {
              "type": "VariableDeclaration",
              "start": 16426,
              "end": 16461,
              "loc": {
                "start": {
                  "line": 380,
                  "column": 4
                },
                "end": {
                  "line": 380,
                  "column": 39
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 16432,
                  "end": 16460,
                  "loc": {
                    "start": {
                      "line": 380,
                      "column": 10
                    },
                    "end": {
                      "line": 380,
                      "column": 38
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 16432,
                    "end": 16433,
                    "loc": {
                      "start": {
                        "line": 380,
                        "column": 10
                      },
                      "end": {
                        "line": 380,
                        "column": 11
                      },
                      "identifierName": "y"
                    },
                    "name": "y"
                  },
                  "init": {
                    "type": "CallExpression",
                    "start": 16436,
                    "end": 16460,
                    "loc": {
                      "start": {
                        "line": 380,
                        "column": 14
                      },
                      "end": {
                        "line": 380,
                        "column": 38
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 16436,
                      "end": 16445,
                      "loc": {
                        "start": {
                          "line": 380,
                          "column": 14
                        },
                        "end": {
                          "line": 380,
                          "column": 23
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 16436,
                        "end": 16440,
                        "loc": {
                          "start": {
                            "line": 380,
                            "column": 14
                          },
                          "end": {
                            "line": 380,
                            "column": 18
                          },
                          "identifierName": "Math"
                        },
                        "name": "Math"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 16441,
                        "end": 16445,
                        "loc": {
                          "start": {
                            "line": 380,
                            "column": 19
                          },
                          "end": {
                            "line": 380,
                            "column": 23
                          },
                          "identifierName": "sqrt"
                        },
                        "name": "sqrt"
                      },
                      "computed": false
                    },
                    "arguments": [
                      {
                        "type": "BinaryExpression",
                        "start": 16446,
                        "end": 16459,
                        "loc": {
                          "start": {
                            "line": 380,
                            "column": 24
                          },
                          "end": {
                            "line": 380,
                            "column": 37
                          }
                        },
                        "left": {
                          "type": "BinaryExpression",
                          "start": 16446,
                          "end": 16451,
                          "loc": {
                            "start": {
                              "line": 380,
                              "column": 24
                            },
                            "end": {
                              "line": 380,
                              "column": 29
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 16446,
                            "end": 16447,
                            "loc": {
                              "start": {
                                "line": 380,
                                "column": 24
                              },
                              "end": {
                                "line": 380,
                                "column": 25
                              },
                              "identifierName": "z"
                            },
                            "name": "z"
                          },
                          "operator": "*",
                          "right": {
                            "type": "Identifier",
                            "start": 16450,
                            "end": 16451,
                            "loc": {
                              "start": {
                                "line": 380,
                                "column": 28
                              },
                              "end": {
                                "line": 380,
                                "column": 29
                              },
                              "identifierName": "z"
                            },
                            "name": "z"
                          }
                        },
                        "operator": "-",
                        "right": {
                          "type": "BinaryExpression",
                          "start": 16454,
                          "end": 16459,
                          "loc": {
                            "start": {
                              "line": 380,
                              "column": 32
                            },
                            "end": {
                              "line": 380,
                              "column": 37
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 16454,
                            "end": 16455,
                            "loc": {
                              "start": {
                                "line": 380,
                                "column": 32
                              },
                              "end": {
                                "line": 380,
                                "column": 33
                              },
                              "identifierName": "x"
                            },
                            "name": "x"
                          },
                          "operator": "*",
                          "right": {
                            "type": "Identifier",
                            "start": 16458,
                            "end": 16459,
                            "loc": {
                              "start": {
                                "line": 380,
                                "column": 36
                              },
                              "end": {
                                "line": 380,
                                "column": 37
                              },
                              "identifierName": "x"
                            },
                            "name": "x"
                          }
                        }
                      }
                    ]
                  }
                }
              ],
              "kind": "const"
            },
            {
              "type": "ReturnStatement",
              "start": 16466,
              "end": 16497,
              "loc": {
                "start": {
                  "line": 381,
                  "column": 4
                },
                "end": {
                  "line": 381,
                  "column": 35
                }
              },
              "argument": {
                "type": "ConditionalExpression",
                "start": 16473,
                "end": 16496,
                "loc": {
                  "start": {
                    "line": 381,
                    "column": 11
                  },
                  "end": {
                    "line": 381,
                    "column": 34
                  }
                },
                "test": {
                  "type": "CallExpression",
                  "start": 16473,
                  "end": 16488,
                  "loc": {
                    "start": {
                      "line": 381,
                      "column": 11
                    },
                    "end": {
                      "line": 381,
                      "column": 26
                    }
                  },
                  "callee": {
                    "type": "MemberExpression",
                    "start": 16473,
                    "end": 16485,
                    "loc": {
                      "start": {
                        "line": 381,
                        "column": 11
                      },
                      "end": {
                        "line": 381,
                        "column": 23
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 16473,
                      "end": 16479,
                      "loc": {
                        "start": {
                          "line": 381,
                          "column": 11
                        },
                        "end": {
                          "line": 381,
                          "column": 17
                        },
                        "identifierName": "Number"
                      },
                      "name": "Number"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 16480,
                      "end": 16485,
                      "loc": {
                        "start": {
                          "line": 381,
                          "column": 18
                        },
                        "end": {
                          "line": 381,
                          "column": 23
                        },
                        "identifierName": "isNaN"
                      },
                      "name": "isNaN"
                    },
                    "computed": false
                  },
                  "arguments": [
                    {
                      "type": "Identifier",
                      "start": 16486,
                      "end": 16487,
                      "loc": {
                        "start": {
                          "line": 381,
                          "column": 24
                        },
                        "end": {
                          "line": 381,
                          "column": 25
                        },
                        "identifierName": "y"
                      },
                      "name": "y"
                    }
                  ]
                },
                "consequent": {
                  "type": "NumericLiteral",
                  "start": 16491,
                  "end": 16492,
                  "loc": {
                    "start": {
                      "line": 381,
                      "column": 29
                    },
                    "end": {
                      "line": 381,
                      "column": 30
                    }
                  },
                  "extra": {
                    "rawValue": 0,
                    "raw": "0"
                  },
                  "value": 0
                },
                "alternate": {
                  "type": "Identifier",
                  "start": 16495,
                  "end": 16496,
                  "loc": {
                    "start": {
                      "line": 381,
                      "column": 33
                    },
                    "end": {
                      "line": 381,
                      "column": 34
                    },
                    "identifierName": "y"
                  },
                  "name": "y"
                }
              }
            }
          ],
          "directives": [],
          "trailingComments": null
        },
        "leadingComments": [
          {
            "type": "CommentLine",
            "value": " cathetus (cf. Math.hypot): y = sqrt(z**2 - x**2) || 0",
            "start": 16343,
            "end": 16399,
            "loc": {
              "start": {
                "line": 378,
                "column": 0
              },
              "end": {
                "line": 378,
                "column": 56
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentLine",
            "value": " set a vector from orthogonal coordinates: xdir = x * xdir + y * xdir^T",
            "start": 16501,
            "end": 16574,
            "loc": {
              "start": {
                "line": 384,
                "column": 0
              },
              "end": {
                "line": 384,
                "column": 73
              }
            }
          }
        ]
      },
      {
        "type": "FunctionDeclaration",
        "start": 16575,
        "end": 16715,
        "loc": {
          "start": {
            "line": 385,
            "column": 0
          },
          "end": {
            "line": 387,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 16584,
          "end": 16608,
          "loc": {
            "start": {
              "line": 385,
              "column": 9
            },
            "end": {
              "line": 385,
              "column": 33
            },
            "identifierName": "setVectorFromOrthoCoords"
          },
          "name": "setVectorFromOrthoCoords",
          "leadingComments": null
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 16609,
            "end": 16613,
            "loc": {
              "start": {
                "line": 385,
                "column": 34
              },
              "end": {
                "line": 385,
                "column": 38
              },
              "identifierName": "xdir"
            },
            "name": "xdir"
          },
          {
            "type": "Identifier",
            "start": 16615,
            "end": 16616,
            "loc": {
              "start": {
                "line": 385,
                "column": 40
              },
              "end": {
                "line": 385,
                "column": 41
              },
              "identifierName": "x"
            },
            "name": "x"
          },
          {
            "type": "Identifier",
            "start": 16618,
            "end": 16619,
            "loc": {
              "start": {
                "line": 385,
                "column": 43
              },
              "end": {
                "line": 385,
                "column": 44
              },
              "identifierName": "y"
            },
            "name": "y"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 16621,
          "end": 16715,
          "loc": {
            "start": {
              "line": 385,
              "column": 46
            },
            "end": {
              "line": 387,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ReturnStatement",
              "start": 16627,
              "end": 16713,
              "loc": {
                "start": {
                  "line": 386,
                  "column": 4
                },
                "end": {
                  "line": 386,
                  "column": 90
                }
              },
              "argument": {
                "type": "CallExpression",
                "start": 16634,
                "end": 16712,
                "loc": {
                  "start": {
                    "line": 386,
                    "column": 11
                  },
                  "end": {
                    "line": 386,
                    "column": 89
                  }
                },
                "callee": {
                  "type": "MemberExpression",
                  "start": 16634,
                  "end": 16651,
                  "loc": {
                    "start": {
                      "line": 386,
                      "column": 11
                    },
                    "end": {
                      "line": 386,
                      "column": 28
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 16634,
                    "end": 16638,
                    "loc": {
                      "start": {
                        "line": 386,
                        "column": 11
                      },
                      "end": {
                        "line": 386,
                        "column": 15
                      },
                      "identifierName": "xdir"
                    },
                    "name": "xdir"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 16639,
                    "end": 16651,
                    "loc": {
                      "start": {
                        "line": 386,
                        "column": 16
                      },
                      "end": {
                        "line": 386,
                        "column": 28
                      },
                      "identifierName": "applyMatrix3"
                    },
                    "name": "applyMatrix3"
                  },
                  "computed": false
                },
                "arguments": [
                  {
                    "type": "CallExpression",
                    "start": 16652,
                    "end": 16711,
                    "loc": {
                      "start": {
                        "line": 386,
                        "column": 29
                      },
                      "end": {
                        "line": 386,
                        "column": 88
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 16652,
                      "end": 16681,
                      "loc": {
                        "start": {
                          "line": 386,
                          "column": 29
                        },
                        "end": {
                          "line": 386,
                          "column": 58
                        }
                      },
                      "object": {
                        "type": "NewExpression",
                        "start": 16652,
                        "end": 16671,
                        "loc": {
                          "start": {
                            "line": 386,
                            "column": 29
                          },
                          "end": {
                            "line": 386,
                            "column": 48
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 16656,
                          "end": 16669,
                          "loc": {
                            "start": {
                              "line": 386,
                              "column": 33
                            },
                            "end": {
                              "line": 386,
                              "column": 46
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 16656,
                            "end": 16661,
                            "loc": {
                              "start": {
                                "line": 386,
                                "column": 33
                              },
                              "end": {
                                "line": 386,
                                "column": 38
                              },
                              "identifierName": "THREE"
                            },
                            "name": "THREE"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 16662,
                            "end": 16669,
                            "loc": {
                              "start": {
                                "line": 386,
                                "column": 39
                              },
                              "end": {
                                "line": 386,
                                "column": 46
                              },
                              "identifierName": "Matrix3"
                            },
                            "name": "Matrix3"
                          },
                          "computed": false
                        },
                        "arguments": []
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 16672,
                        "end": 16681,
                        "loc": {
                          "start": {
                            "line": 386,
                            "column": 49
                          },
                          "end": {
                            "line": 386,
                            "column": 58
                          },
                          "identifierName": "fromArray"
                        },
                        "name": "fromArray"
                      },
                      "computed": false
                    },
                    "arguments": [
                      {
                        "type": "ArrayExpression",
                        "start": 16682,
                        "end": 16710,
                        "loc": {
                          "start": {
                            "line": 386,
                            "column": 59
                          },
                          "end": {
                            "line": 386,
                            "column": 87
                          }
                        },
                        "elements": [
                          {
                            "type": "Identifier",
                            "start": 16683,
                            "end": 16684,
                            "loc": {
                              "start": {
                                "line": 386,
                                "column": 60
                              },
                              "end": {
                                "line": 386,
                                "column": 61
                              },
                              "identifierName": "x"
                            },
                            "name": "x"
                          },
                          {
                            "type": "Identifier",
                            "start": 16686,
                            "end": 16687,
                            "loc": {
                              "start": {
                                "line": 386,
                                "column": 63
                              },
                              "end": {
                                "line": 386,
                                "column": 64
                              },
                              "identifierName": "y"
                            },
                            "name": "y"
                          },
                          {
                            "type": "NumericLiteral",
                            "start": 16689,
                            "end": 16690,
                            "loc": {
                              "start": {
                                "line": 386,
                                "column": 66
                              },
                              "end": {
                                "line": 386,
                                "column": 67
                              }
                            },
                            "extra": {
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "value": 0
                          },
                          {
                            "type": "UnaryExpression",
                            "start": 16692,
                            "end": 16694,
                            "loc": {
                              "start": {
                                "line": 386,
                                "column": 69
                              },
                              "end": {
                                "line": 386,
                                "column": 71
                              }
                            },
                            "operator": "-",
                            "prefix": true,
                            "argument": {
                              "type": "Identifier",
                              "start": 16693,
                              "end": 16694,
                              "loc": {
                                "start": {
                                  "line": 386,
                                  "column": 70
                                },
                                "end": {
                                  "line": 386,
                                  "column": 71
                                },
                                "identifierName": "y"
                              },
                              "name": "y"
                            },
                            "extra": {
                              "parenthesizedArgument": false
                            }
                          },
                          {
                            "type": "Identifier",
                            "start": 16696,
                            "end": 16697,
                            "loc": {
                              "start": {
                                "line": 386,
                                "column": 73
                              },
                              "end": {
                                "line": 386,
                                "column": 74
                              },
                              "identifierName": "x"
                            },
                            "name": "x"
                          },
                          {
                            "type": "NumericLiteral",
                            "start": 16699,
                            "end": 16700,
                            "loc": {
                              "start": {
                                "line": 386,
                                "column": 76
                              },
                              "end": {
                                "line": 386,
                                "column": 77
                              }
                            },
                            "extra": {
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "value": 0
                          },
                          {
                            "type": "NumericLiteral",
                            "start": 16702,
                            "end": 16703,
                            "loc": {
                              "start": {
                                "line": 386,
                                "column": 79
                              },
                              "end": {
                                "line": 386,
                                "column": 80
                              }
                            },
                            "extra": {
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "value": 0
                          },
                          {
                            "type": "NumericLiteral",
                            "start": 16705,
                            "end": 16706,
                            "loc": {
                              "start": {
                                "line": 386,
                                "column": 82
                              },
                              "end": {
                                "line": 386,
                                "column": 83
                              }
                            },
                            "extra": {
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "value": 0
                          },
                          {
                            "type": "NumericLiteral",
                            "start": 16708,
                            "end": 16709,
                            "loc": {
                              "start": {
                                "line": 386,
                                "column": 85
                              },
                              "end": {
                                "line": 386,
                                "column": 86
                              }
                            },
                            "extra": {
                              "rawValue": 1,
                              "raw": "1"
                            },
                            "value": 1
                          }
                        ]
                      }
                    ]
                  }
                ]
              }
            }
          ],
          "directives": [],
          "trailingComments": null
        },
        "leadingComments": [
          {
            "type": "CommentLine",
            "value": " set a vector from orthogonal coordinates: xdir = x * xdir + y * xdir^T",
            "start": 16501,
            "end": 16574,
            "loc": {
              "start": {
                "line": 384,
                "column": 0
              },
              "end": {
                "line": 384,
                "column": 73
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentLine",
            "value": " set a vector from angle to OX and length",
            "start": 16717,
            "end": 16760,
            "loc": {
              "start": {
                "line": 389,
                "column": 0
              },
              "end": {
                "line": 389,
                "column": 43
              }
            }
          }
        ]
      },
      {
        "type": "FunctionDeclaration",
        "start": 16761,
        "end": 16906,
        "loc": {
          "start": {
            "line": 390,
            "column": 0
          },
          "end": {
            "line": 392,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 16770,
          "end": 16794,
          "loc": {
            "start": {
              "line": 390,
              "column": 9
            },
            "end": {
              "line": 390,
              "column": 33
            },
            "identifierName": "setVectorFromAngleLength"
          },
          "name": "setVectorFromAngleLength",
          "leadingComments": null
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 16795,
            "end": 16802,
            "loc": {
              "start": {
                "line": 390,
                "column": 34
              },
              "end": {
                "line": 390,
                "column": 41
              },
              "identifierName": "vector3"
            },
            "name": "vector3"
          },
          {
            "type": "Identifier",
            "start": 16804,
            "end": 16809,
            "loc": {
              "start": {
                "line": 390,
                "column": 43
              },
              "end": {
                "line": 390,
                "column": 48
              },
              "identifierName": "angle"
            },
            "name": "angle"
          },
          {
            "type": "Identifier",
            "start": 16811,
            "end": 16817,
            "loc": {
              "start": {
                "line": 390,
                "column": 50
              },
              "end": {
                "line": 390,
                "column": 56
              },
              "identifierName": "length"
            },
            "name": "length"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 16819,
          "end": 16906,
          "loc": {
            "start": {
              "line": 390,
              "column": 58
            },
            "end": {
              "line": 392,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ReturnStatement",
              "start": 16825,
              "end": 16904,
              "loc": {
                "start": {
                  "line": 391,
                  "column": 4
                },
                "end": {
                  "line": 391,
                  "column": 83
                }
              },
              "argument": {
                "type": "CallExpression",
                "start": 16832,
                "end": 16903,
                "loc": {
                  "start": {
                    "line": 391,
                    "column": 11
                  },
                  "end": {
                    "line": 391,
                    "column": 82
                  }
                },
                "callee": {
                  "type": "MemberExpression",
                  "start": 16832,
                  "end": 16895,
                  "loc": {
                    "start": {
                      "line": 391,
                      "column": 11
                    },
                    "end": {
                      "line": 391,
                      "column": 74
                    }
                  },
                  "object": {
                    "type": "CallExpression",
                    "start": 16832,
                    "end": 16880,
                    "loc": {
                      "start": {
                        "line": 391,
                        "column": 11
                      },
                      "end": {
                        "line": 391,
                        "column": 59
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 16832,
                      "end": 16843,
                      "loc": {
                        "start": {
                          "line": 391,
                          "column": 11
                        },
                        "end": {
                          "line": 391,
                          "column": 22
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 16832,
                        "end": 16839,
                        "loc": {
                          "start": {
                            "line": 391,
                            "column": 11
                          },
                          "end": {
                            "line": 391,
                            "column": 18
                          },
                          "identifierName": "vector3"
                        },
                        "name": "vector3"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 16840,
                        "end": 16843,
                        "loc": {
                          "start": {
                            "line": 391,
                            "column": 19
                          },
                          "end": {
                            "line": 391,
                            "column": 22
                          },
                          "identifierName": "set"
                        },
                        "name": "set"
                      },
                      "computed": false
                    },
                    "arguments": [
                      {
                        "type": "CallExpression",
                        "start": 16844,
                        "end": 16859,
                        "loc": {
                          "start": {
                            "line": 391,
                            "column": 23
                          },
                          "end": {
                            "line": 391,
                            "column": 38
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 16844,
                          "end": 16852,
                          "loc": {
                            "start": {
                              "line": 391,
                              "column": 23
                            },
                            "end": {
                              "line": 391,
                              "column": 31
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 16844,
                            "end": 16848,
                            "loc": {
                              "start": {
                                "line": 391,
                                "column": 23
                              },
                              "end": {
                                "line": 391,
                                "column": 27
                              },
                              "identifierName": "Math"
                            },
                            "name": "Math"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 16849,
                            "end": 16852,
                            "loc": {
                              "start": {
                                "line": 391,
                                "column": 28
                              },
                              "end": {
                                "line": 391,
                                "column": 31
                              },
                              "identifierName": "cos"
                            },
                            "name": "cos"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 16853,
                            "end": 16858,
                            "loc": {
                              "start": {
                                "line": 391,
                                "column": 32
                              },
                              "end": {
                                "line": 391,
                                "column": 37
                              },
                              "identifierName": "angle"
                            },
                            "name": "angle"
                          }
                        ]
                      },
                      {
                        "type": "CallExpression",
                        "start": 16861,
                        "end": 16876,
                        "loc": {
                          "start": {
                            "line": 391,
                            "column": 40
                          },
                          "end": {
                            "line": 391,
                            "column": 55
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 16861,
                          "end": 16869,
                          "loc": {
                            "start": {
                              "line": 391,
                              "column": 40
                            },
                            "end": {
                              "line": 391,
                              "column": 48
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 16861,
                            "end": 16865,
                            "loc": {
                              "start": {
                                "line": 391,
                                "column": 40
                              },
                              "end": {
                                "line": 391,
                                "column": 44
                              },
                              "identifierName": "Math"
                            },
                            "name": "Math"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 16866,
                            "end": 16869,
                            "loc": {
                              "start": {
                                "line": 391,
                                "column": 45
                              },
                              "end": {
                                "line": 391,
                                "column": 48
                              },
                              "identifierName": "sin"
                            },
                            "name": "sin"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 16870,
                            "end": 16875,
                            "loc": {
                              "start": {
                                "line": 391,
                                "column": 49
                              },
                              "end": {
                                "line": 391,
                                "column": 54
                              },
                              "identifierName": "angle"
                            },
                            "name": "angle"
                          }
                        ]
                      },
                      {
                        "type": "NumericLiteral",
                        "start": 16878,
                        "end": 16879,
                        "loc": {
                          "start": {
                            "line": 391,
                            "column": 57
                          },
                          "end": {
                            "line": 391,
                            "column": 58
                          }
                        },
                        "extra": {
                          "rawValue": 0,
                          "raw": "0"
                        },
                        "value": 0
                      }
                    ]
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 16881,
                    "end": 16895,
                    "loc": {
                      "start": {
                        "line": 391,
                        "column": 60
                      },
                      "end": {
                        "line": 391,
                        "column": 74
                      },
                      "identifierName": "multiplyScalar"
                    },
                    "name": "multiplyScalar"
                  },
                  "computed": false
                },
                "arguments": [
                  {
                    "type": "Identifier",
                    "start": 16896,
                    "end": 16902,
                    "loc": {
                      "start": {
                        "line": 391,
                        "column": 75
                      },
                      "end": {
                        "line": 391,
                        "column": 81
                      },
                      "identifierName": "length"
                    },
                    "name": "length"
                  }
                ]
              }
            }
          ],
          "directives": []
        },
        "leadingComments": [
          {
            "type": "CommentLine",
            "value": " set a vector from angle to OX and length",
            "start": 16717,
            "end": 16760,
            "loc": {
              "start": {
                "line": 389,
                "column": 0
              },
              "end": {
                "line": 389,
                "column": 43
              }
            }
          }
        ]
      }
    ],
    "directives": []
  },
  "comments": [
    {
      "type": "CommentBlock",
      "value": "\n * The following restrictions apply to points: xoffset yoffset.\n * Restrictions apply to lines in the following order: length angle xoffset yoffset.\n * Restrictions apply to arcs in the following order: angle radius clockwise.\n ",
      "start": 33,
      "end": 266,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 7,
          "column": 3
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " is unambigously defined if restrictions.angle and restrictions.clockwise are set",
      "start": 1703,
      "end": 1786,
      "loc": {
        "start": {
          "line": 39,
          "column": 0
        },
        "end": {
          "line": 39,
          "column": 83
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " uses generalHint to disambiguate side if only restrictions.angle is set",
      "start": 1787,
      "end": 1861,
      "loc": {
        "start": {
          "line": 40,
          "column": 0
        },
        "end": {
          "line": 40,
          "column": 74
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " uses generalHint to disambiguate side if restrictions.radius and restrictions.clockwise are set",
      "start": 1862,
      "end": 1960,
      "loc": {
        "start": {
          "line": 41,
          "column": 0
        },
        "end": {
          "line": 41,
          "column": 98
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " uses generalHint and assumes smaller (<pi) angle if only restrictions.radius is set",
      "start": 1961,
      "end": 2047,
      "loc": {
        "start": {
          "line": 42,
          "column": 0
        },
        "end": {
          "line": 42,
          "column": 86
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " throws an error otherwise",
      "start": 2048,
      "end": 2076,
      "loc": {
        "start": {
          "line": 43,
          "column": 0
        },
        "end": {
          "line": 43,
          "column": 28
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " calculate radius from the angle",
      "start": 2196,
      "end": 2230,
      "loc": {
        "start": {
          "line": 46,
          "column": 4
        },
        "end": {
          "line": 46,
          "column": 38
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "throw",
      "start": 2434,
      "end": 2443,
      "loc": {
        "start": {
          "line": 51,
          "column": 16
        },
        "end": {
          "line": 51,
          "column": 25
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " perpend is the distance from the center to the start-end chord",
      "start": 2593,
      "end": 2658,
      "loc": {
        "start": {
          "line": 53,
          "column": 4
        },
        "end": {
          "line": 53,
          "column": 69
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " calculate side (sign of perpend) from angle and clockwise",
      "start": 2716,
      "end": 2776,
      "loc": {
        "start": {
          "line": 55,
          "column": 4
        },
        "end": {
          "line": 55,
          "column": 64
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " otherwise use generalHint to disambiguate side",
      "start": 2940,
      "end": 2989,
      "loc": {
        "start": {
          "line": 57,
          "column": 81
        },
        "end": {
          "line": 57,
          "column": 130
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " can't delegate to another drawArcBy* because they use end as-is but we must use startTangent as-is and end as a hint",
      "start": 5041,
      "end": 5160,
      "loc": {
        "start": {
          "line": 97,
          "column": 4
        },
        "end": {
          "line": 97,
          "column": 123
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " all possible ends lie on a dir ray from start",
      "start": 6151,
      "end": 6199,
      "loc": {
        "start": {
          "line": 115,
          "column": 8
        },
        "end": {
          "line": 115,
          "column": 56
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " to return",
      "start": 7386,
      "end": 7398,
      "loc": {
        "start": {
          "line": 139,
          "column": 4
        },
        "end": {
          "line": 139,
          "column": 16
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " if radius is too small or middlepos and its projection to centerDir is out of filletAngle",
      "start": 7616,
      "end": 7708,
      "loc": {
        "start": {
          "line": 146,
          "column": 4
        },
        "end": {
          "line": 146,
          "column": 96
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " if  middlepos is out of filletAngle but its projection to centerDir isn't",
      "start": 7804,
      "end": 7880,
      "loc": {
        "start": {
          "line": 149,
          "column": 4
        },
        "end": {
          "line": 149,
          "column": 80
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " project middlepos onto one of the directions if it is out of filletAngle",
      "start": 8044,
      "end": 8119,
      "loc": {
        "start": {
          "line": 154,
          "column": 4
        },
        "end": {
          "line": 154,
          "column": 79
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " fillet angle < 180 => cos(alpha/2) != 0",
      "start": 8538,
      "end": 8580,
      "loc": {
        "start": {
          "line": 165,
          "column": 101
        },
        "end": {
          "line": 165,
          "column": 143
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "if (centerDir.x === 0) {",
      "start": 9074,
      "end": 9100,
      "loc": {
        "start": {
          "line": 183,
          "column": 4
        },
        "end": {
          "line": 183,
          "column": 30
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "    var sign = centerDir.dot(new THREE.Vector3(0,1,0));",
      "start": 9105,
      "end": 9162,
      "loc": {
        "start": {
          "line": 184,
          "column": 4
        },
        "end": {
          "line": 184,
          "column": 61
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "    var discr = Math.pow(A2, 2) - 4 * cosA2Sq * A0;",
      "start": 9167,
      "end": 9220,
      "loc": {
        "start": {
          "line": 185,
          "column": 4
        },
        "end": {
          "line": 185,
          "column": 57
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "    var Oy = (-A2 + sign * Math.sqrt(discr)) / (2 * cosA2Sq);",
      "start": 9225,
      "end": 9288,
      "loc": {
        "start": {
          "line": 186,
          "column": 4
        },
        "end": {
          "line": 186,
          "column": 67
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "",
      "start": 9293,
      "end": 9295,
      "loc": {
        "start": {
          "line": 187,
          "column": 4
        },
        "end": {
          "line": 187,
          "column": 6
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "    center.x = 0;",
      "start": 9300,
      "end": 9319,
      "loc": {
        "start": {
          "line": 188,
          "column": 4
        },
        "end": {
          "line": 188,
          "column": 23
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "    center.y = Oy;",
      "start": 9324,
      "end": 9344,
      "loc": {
        "start": {
          "line": 189,
          "column": 4
        },
        "end": {
          "line": 189,
          "column": 24
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "} else",
      "start": 9349,
      "end": 9357,
      "loc": {
        "start": {
          "line": 190,
          "column": 4
        },
        "end": {
          "line": 190,
          "column": 12
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " if radius is too small or middlepos and its projection to centerDir is out of filletAngle",
      "start": 10560,
      "end": 10652,
      "loc": {
        "start": {
          "line": 227,
          "column": 4
        },
        "end": {
          "line": 227,
          "column": 96
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " we have appropriate fillet angle so cos != 0",
      "start": 10853,
      "end": 10900,
      "loc": {
        "start": {
          "line": 231,
          "column": 67
        },
        "end": {
          "line": 231,
          "column": 114
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "converting arc from \"three-points+flag\" to \"center+radius+angles\" representation",
      "start": 11072,
      "end": 11154,
      "loc": {
        "start": {
          "line": 238,
          "column": 0
        },
        "end": {
          "line": 238,
          "column": 82
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "returns intersection point of given two lines",
      "start": 12049,
      "end": 12096,
      "loc": {
        "start": {
          "line": 266,
          "column": 0
        },
        "end": {
          "line": 266,
          "column": 47
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "if angularTolerance is set, then null is returned when lines are parallel",
      "start": 12097,
      "end": 12172,
      "loc": {
        "start": {
          "line": 267,
          "column": 0
        },
        "end": {
          "line": 267,
          "column": 75
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "mach.eps. by default",
      "start": 12298,
      "end": 12320,
      "loc": {
        "start": {
          "line": 269,
          "column": 50
        },
        "end": {
          "line": 269,
          "column": 72
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "must be 1",
      "start": 12455,
      "end": 12466,
      "loc": {
        "start": {
          "line": 273,
          "column": 51
        },
        "end": {
          "line": 273,
          "column": 62
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " calculate a tangent of a line, arc or circle at a point as a normalized (possibly zero) vector",
      "start": 13280,
      "end": 13377,
      "loc": {
        "start": {
          "line": 300,
          "column": 0
        },
        "end": {
          "line": 300,
          "column": 97
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " modify geomParams inplace to represent movement of a subObject by the displacement",
      "start": 13786,
      "end": 13871,
      "loc": {
        "start": {
          "line": 312,
          "column": 0
        },
        "end": {
          "line": 312,
          "column": 85
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " subType can be either 'start', 'end', 'center' or '' (for object itself)",
      "start": 13872,
      "end": 13947,
      "loc": {
        "start": {
          "line": 313,
          "column": 0
        },
        "end": {
          "line": 313,
          "column": 75
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " fallthrough",
      "start": 14097,
      "end": 14111,
      "loc": {
        "start": {
          "line": 318,
          "column": 8
        },
        "end": {
          "line": 318,
          "column": 22
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " singular arc",
      "start": 14371,
      "end": 14386,
      "loc": {
        "start": {
          "line": 324,
          "column": 45
        },
        "end": {
          "line": 324,
          "column": 60
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " only if the arc is still an arc",
      "start": 14607,
      "end": 14641,
      "loc": {
        "start": {
          "line": 329,
          "column": 20
        },
        "end": {
          "line": 329,
          "column": 54
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " center point must stay on the middle perpendicular line",
      "start": 14994,
      "end": 15052,
      "loc": {
        "start": {
          "line": 338,
          "column": 16
        },
        "end": {
          "line": 338,
          "column": 74
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " modify params inplace for reversed curve",
      "start": 15896,
      "end": 15939,
      "loc": {
        "start": {
          "line": 360,
          "column": 0
        },
        "end": {
          "line": 360,
          "column": 43
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Line, Arc",
      "start": 16022,
      "end": 16034,
      "loc": {
        "start": {
          "line": 363,
          "column": 37
        },
        "end": {
          "line": 363,
          "column": 49
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "Arc",
      "start": 16174,
      "end": 16179,
      "loc": {
        "start": {
          "line": 367,
          "column": 43
        },
        "end": {
          "line": 367,
          "column": 48
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " cross product",
      "start": 16266,
      "end": 16282,
      "loc": {
        "start": {
          "line": 373,
          "column": 0
        },
        "end": {
          "line": 373,
          "column": 16
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " cathetus (cf. Math.hypot): y = sqrt(z**2 - x**2) || 0",
      "start": 16343,
      "end": 16399,
      "loc": {
        "start": {
          "line": 378,
          "column": 0
        },
        "end": {
          "line": 378,
          "column": 56
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " set a vector from orthogonal coordinates: xdir = x * xdir + y * xdir^T",
      "start": 16501,
      "end": 16574,
      "loc": {
        "start": {
          "line": 384,
          "column": 0
        },
        "end": {
          "line": 384,
          "column": 73
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " set a vector from angle to OX and length",
      "start": 16717,
      "end": 16760,
      "loc": {
        "start": {
          "line": 389,
          "column": 0
        },
        "end": {
          "line": 389,
          "column": 43
        }
      }
    }
  ],
  "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": "CommentBlock",
      "value": "\n * The following restrictions apply to points: xoffset yoffset.\n * Restrictions apply to lines in the following order: length angle xoffset yoffset.\n * Restrictions apply to arcs in the following order: angle radius clockwise.\n ",
      "start": 33,
      "end": 266,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 7,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "export",
        "keyword": "export",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "export",
      "start": 268,
      "end": 274,
      "loc": {
        "start": {
          "line": 9,
          "column": 0
        },
        "end": {
          "line": 9,
          "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": 275,
      "end": 283,
      "loc": {
        "start": {
          "line": 9,
          "column": 7
        },
        "end": {
          "line": 9,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "drawPointBy_S",
      "start": 284,
      "end": 297,
      "loc": {
        "start": {
          "line": 9,
          "column": 16
        },
        "end": {
          "line": 9,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 297,
      "end": 298,
      "loc": {
        "start": {
          "line": 9,
          "column": 29
        },
        "end": {
          "line": 9,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 298,
      "end": 299,
      "loc": {
        "start": {
          "line": 9,
          "column": 30
        },
        "end": {
          "line": 9,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startHint",
      "start": 299,
      "end": 308,
      "loc": {
        "start": {
          "line": 9,
          "column": 31
        },
        "end": {
          "line": 9,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 308,
      "end": 309,
      "loc": {
        "start": {
          "line": 9,
          "column": 40
        },
        "end": {
          "line": 9,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 309,
      "end": 310,
      "loc": {
        "start": {
          "line": 9,
          "column": 41
        },
        "end": {
          "line": 9,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "restrictions",
      "start": 311,
      "end": 323,
      "loc": {
        "start": {
          "line": 9,
          "column": 43
        },
        "end": {
          "line": 9,
          "column": 55
        }
      }
    },
    {
      "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": 9,
          "column": 55
        },
        "end": {
          "line": 9,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 325,
      "end": 326,
      "loc": {
        "start": {
          "line": 9,
          "column": 57
        },
        "end": {
          "line": 9,
          "column": 58
        }
      }
    },
    {
      "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": 331,
      "end": 334,
      "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": "start",
      "start": 335,
      "end": 340,
      "loc": {
        "start": {
          "line": 10,
          "column": 8
        },
        "end": {
          "line": 10,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 341,
      "end": 342,
      "loc": {
        "start": {
          "line": 10,
          "column": 14
        },
        "end": {
          "line": 10,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startHint",
      "start": 343,
      "end": 352,
      "loc": {
        "start": {
          "line": 10,
          "column": 16
        },
        "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": 352,
      "end": 353,
      "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": 353,
      "end": 358,
      "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": 358,
      "end": 359,
      "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": 359,
      "end": 360,
      "loc": {
        "start": {
          "line": 10,
          "column": 32
        },
        "end": {
          "line": 10,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 360,
      "end": 361,
      "loc": {
        "start": {
          "line": 10,
          "column": 33
        },
        "end": {
          "line": 10,
          "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": 366,
      "end": 368,
      "loc": {
        "start": {
          "line": 11,
          "column": 4
        },
        "end": {
          "line": 11,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 369,
      "end": 370,
      "loc": {
        "start": {
          "line": 11,
          "column": 7
        },
        "end": {
          "line": 11,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "restrictions",
      "start": 370,
      "end": 382,
      "loc": {
        "start": {
          "line": 11,
          "column": 8
        },
        "end": {
          "line": 11,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 382,
      "end": 383,
      "loc": {
        "start": {
          "line": 11,
          "column": 20
        },
        "end": {
          "line": 11,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "xabsolute",
      "start": 383,
      "end": 392,
      "loc": {
        "start": {
          "line": 11,
          "column": 21
        },
        "end": {
          "line": 11,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 393,
      "end": 396,
      "loc": {
        "start": {
          "line": 11,
          "column": 31
        },
        "end": {
          "line": 11,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 397,
      "end": 406,
      "loc": {
        "start": {
          "line": 11,
          "column": 35
        },
        "end": {
          "line": 11,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 406,
      "end": 407,
      "loc": {
        "start": {
          "line": 11,
          "column": 44
        },
        "end": {
          "line": 11,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 408,
      "end": 413,
      "loc": {
        "start": {
          "line": 11,
          "column": 46
        },
        "end": {
          "line": 11,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 413,
      "end": 414,
      "loc": {
        "start": {
          "line": 11,
          "column": 51
        },
        "end": {
          "line": 11,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 414,
      "end": 415,
      "loc": {
        "start": {
          "line": 11,
          "column": 52
        },
        "end": {
          "line": 11,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 416,
      "end": 417,
      "loc": {
        "start": {
          "line": 11,
          "column": 54
        },
        "end": {
          "line": 11,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "restrictions",
      "start": 418,
      "end": 430,
      "loc": {
        "start": {
          "line": 11,
          "column": 56
        },
        "end": {
          "line": 11,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 430,
      "end": 431,
      "loc": {
        "start": {
          "line": 11,
          "column": 68
        },
        "end": {
          "line": 11,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "xabsolute",
      "start": 431,
      "end": 440,
      "loc": {
        "start": {
          "line": 11,
          "column": 69
        },
        "end": {
          "line": 11,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 440,
      "end": 441,
      "loc": {
        "start": {
          "line": 11,
          "column": 78
        },
        "end": {
          "line": 11,
          "column": 79
        }
      }
    },
    {
      "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": 446,
      "end": 448,
      "loc": {
        "start": {
          "line": 12,
          "column": 4
        },
        "end": {
          "line": 12,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 449,
      "end": 450,
      "loc": {
        "start": {
          "line": 12,
          "column": 7
        },
        "end": {
          "line": 12,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "restrictions",
      "start": 450,
      "end": 462,
      "loc": {
        "start": {
          "line": 12,
          "column": 8
        },
        "end": {
          "line": 12,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 462,
      "end": 463,
      "loc": {
        "start": {
          "line": 12,
          "column": 20
        },
        "end": {
          "line": 12,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "yabsolute",
      "start": 463,
      "end": 472,
      "loc": {
        "start": {
          "line": 12,
          "column": 21
        },
        "end": {
          "line": 12,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 473,
      "end": 476,
      "loc": {
        "start": {
          "line": 12,
          "column": 31
        },
        "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": "undefined",
      "start": 477,
      "end": 486,
      "loc": {
        "start": {
          "line": 12,
          "column": 35
        },
        "end": {
          "line": 12,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 486,
      "end": 487,
      "loc": {
        "start": {
          "line": 12,
          "column": 44
        },
        "end": {
          "line": 12,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 488,
      "end": 493,
      "loc": {
        "start": {
          "line": 12,
          "column": 46
        },
        "end": {
          "line": 12,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 493,
      "end": 494,
      "loc": {
        "start": {
          "line": 12,
          "column": 51
        },
        "end": {
          "line": 12,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 494,
      "end": 495,
      "loc": {
        "start": {
          "line": 12,
          "column": 52
        },
        "end": {
          "line": 12,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 496,
      "end": 497,
      "loc": {
        "start": {
          "line": 12,
          "column": 54
        },
        "end": {
          "line": 12,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "restrictions",
      "start": 498,
      "end": 510,
      "loc": {
        "start": {
          "line": 12,
          "column": 56
        },
        "end": {
          "line": 12,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 510,
      "end": 511,
      "loc": {
        "start": {
          "line": 12,
          "column": 68
        },
        "end": {
          "line": 12,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "yabsolute",
      "start": 511,
      "end": 520,
      "loc": {
        "start": {
          "line": 12,
          "column": 69
        },
        "end": {
          "line": 12,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 520,
      "end": 521,
      "loc": {
        "start": {
          "line": 12,
          "column": 78
        },
        "end": {
          "line": 12,
          "column": 79
        }
      }
    },
    {
      "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": 526,
      "end": 532,
      "loc": {
        "start": {
          "line": 13,
          "column": 4
        },
        "end": {
          "line": 13,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 533,
      "end": 534,
      "loc": {
        "start": {
          "line": 13,
          "column": 11
        },
        "end": {
          "line": 13,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 535,
      "end": 540,
      "loc": {
        "start": {
          "line": 13,
          "column": 13
        },
        "end": {
          "line": 13,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 541,
      "end": 542,
      "loc": {
        "start": {
          "line": 13,
          "column": 19
        },
        "end": {
          "line": 13,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 542,
      "end": 543,
      "loc": {
        "start": {
          "line": 13,
          "column": 20
        },
        "end": {
          "line": 13,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 544,
      "end": 545,
      "loc": {
        "start": {
          "line": 14,
          "column": 0
        },
        "end": {
          "line": 14,
          "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": 547,
      "end": 553,
      "loc": {
        "start": {
          "line": 16,
          "column": 0
        },
        "end": {
          "line": 16,
          "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": 554,
      "end": 562,
      "loc": {
        "start": {
          "line": 16,
          "column": 7
        },
        "end": {
          "line": 16,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "drawLineBy_S_E",
      "start": 563,
      "end": 577,
      "loc": {
        "start": {
          "line": 16,
          "column": 16
        },
        "end": {
          "line": 16,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 577,
      "end": 578,
      "loc": {
        "start": {
          "line": 16,
          "column": 30
        },
        "end": {
          "line": 16,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 578,
      "end": 579,
      "loc": {
        "start": {
          "line": 16,
          "column": 31
        },
        "end": {
          "line": 16,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 579,
      "end": 584,
      "loc": {
        "start": {
          "line": 16,
          "column": 32
        },
        "end": {
          "line": 16,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 584,
      "end": 585,
      "loc": {
        "start": {
          "line": 16,
          "column": 37
        },
        "end": {
          "line": 16,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endHint",
      "start": 586,
      "end": 593,
      "loc": {
        "start": {
          "line": 16,
          "column": 39
        },
        "end": {
          "line": 16,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 593,
      "end": 594,
      "loc": {
        "start": {
          "line": 16,
          "column": 46
        },
        "end": {
          "line": 16,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 594,
      "end": 595,
      "loc": {
        "start": {
          "line": 16,
          "column": 47
        },
        "end": {
          "line": 16,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "restrictions",
      "start": 596,
      "end": 608,
      "loc": {
        "start": {
          "line": 16,
          "column": 49
        },
        "end": {
          "line": 16,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 608,
      "end": 609,
      "loc": {
        "start": {
          "line": 16,
          "column": 61
        },
        "end": {
          "line": 16,
          "column": 62
        }
      }
    },
    {
      "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": 16,
          "column": 63
        },
        "end": {
          "line": 16,
          "column": 64
        }
      }
    },
    {
      "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": 616,
      "end": 619,
      "loc": {
        "start": {
          "line": 17,
          "column": 4
        },
        "end": {
          "line": 17,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 620,
      "end": 621,
      "loc": {
        "start": {
          "line": 17,
          "column": 8
        },
        "end": {
          "line": 17,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "xoffset",
      "start": 622,
      "end": 629,
      "loc": {
        "start": {
          "line": 17,
          "column": 10
        },
        "end": {
          "line": 17,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 629,
      "end": 630,
      "loc": {
        "start": {
          "line": 17,
          "column": 17
        },
        "end": {
          "line": 17,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "yoffset",
      "start": 631,
      "end": 638,
      "loc": {
        "start": {
          "line": 17,
          "column": 19
        },
        "end": {
          "line": 17,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 638,
      "end": 639,
      "loc": {
        "start": {
          "line": 17,
          "column": 26
        },
        "end": {
          "line": 17,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "xabsolute",
      "start": 640,
      "end": 649,
      "loc": {
        "start": {
          "line": 17,
          "column": 28
        },
        "end": {
          "line": 17,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 649,
      "end": 650,
      "loc": {
        "start": {
          "line": 17,
          "column": 37
        },
        "end": {
          "line": 17,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "yabsolute",
      "start": 651,
      "end": 660,
      "loc": {
        "start": {
          "line": 17,
          "column": 39
        },
        "end": {
          "line": 17,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 660,
      "end": 661,
      "loc": {
        "start": {
          "line": 17,
          "column": 48
        },
        "end": {
          "line": 17,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 662,
      "end": 667,
      "loc": {
        "start": {
          "line": 17,
          "column": 50
        },
        "end": {
          "line": 17,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 667,
      "end": 668,
      "loc": {
        "start": {
          "line": 17,
          "column": 55
        },
        "end": {
          "line": 17,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 669,
      "end": 675,
      "loc": {
        "start": {
          "line": 17,
          "column": 57
        },
        "end": {
          "line": 17,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 676,
      "end": 677,
      "loc": {
        "start": {
          "line": 17,
          "column": 64
        },
        "end": {
          "line": 17,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 678,
      "end": 679,
      "loc": {
        "start": {
          "line": 17,
          "column": 66
        },
        "end": {
          "line": 17,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "restrictions",
      "start": 680,
      "end": 692,
      "loc": {
        "start": {
          "line": 17,
          "column": 68
        },
        "end": {
          "line": 17,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 692,
      "end": 693,
      "loc": {
        "start": {
          "line": 17,
          "column": 80
        },
        "end": {
          "line": 17,
          "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": 698,
      "end": 700,
      "loc": {
        "start": {
          "line": 18,
          "column": 4
        },
        "end": {
          "line": 18,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 701,
      "end": 702,
      "loc": {
        "start": {
          "line": 18,
          "column": 7
        },
        "end": {
          "line": 18,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "xabsolute",
      "start": 702,
      "end": 711,
      "loc": {
        "start": {
          "line": 18,
          "column": 8
        },
        "end": {
          "line": 18,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 712,
      "end": 715,
      "loc": {
        "start": {
          "line": 18,
          "column": 18
        },
        "end": {
          "line": 18,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 716,
      "end": 725,
      "loc": {
        "start": {
          "line": 18,
          "column": 22
        },
        "end": {
          "line": 18,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 725,
      "end": 726,
      "loc": {
        "start": {
          "line": 18,
          "column": 31
        },
        "end": {
          "line": 18,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "xoffset",
      "start": 727,
      "end": 734,
      "loc": {
        "start": {
          "line": 18,
          "column": 33
        },
        "end": {
          "line": 18,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 735,
      "end": 736,
      "loc": {
        "start": {
          "line": 18,
          "column": 41
        },
        "end": {
          "line": 18,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "xabsolute",
      "start": 737,
      "end": 746,
      "loc": {
        "start": {
          "line": 18,
          "column": 43
        },
        "end": {
          "line": 18,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 747,
      "end": 748,
      "loc": {
        "start": {
          "line": 18,
          "column": 53
        },
        "end": {
          "line": 18,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 749,
      "end": 754,
      "loc": {
        "start": {
          "line": 18,
          "column": 55
        },
        "end": {
          "line": 18,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 754,
      "end": 755,
      "loc": {
        "start": {
          "line": 18,
          "column": 60
        },
        "end": {
          "line": 18,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 755,
      "end": 756,
      "loc": {
        "start": {
          "line": 18,
          "column": 61
        },
        "end": {
          "line": 18,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 756,
      "end": 757,
      "loc": {
        "start": {
          "line": 18,
          "column": 62
        },
        "end": {
          "line": 18,
          "column": 63
        }
      }
    },
    {
      "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": 762,
      "end": 764,
      "loc": {
        "start": {
          "line": 19,
          "column": 4
        },
        "end": {
          "line": 19,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 765,
      "end": 766,
      "loc": {
        "start": {
          "line": 19,
          "column": 7
        },
        "end": {
          "line": 19,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "yabsolute",
      "start": 766,
      "end": 775,
      "loc": {
        "start": {
          "line": 19,
          "column": 8
        },
        "end": {
          "line": 19,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 776,
      "end": 779,
      "loc": {
        "start": {
          "line": 19,
          "column": 18
        },
        "end": {
          "line": 19,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 780,
      "end": 789,
      "loc": {
        "start": {
          "line": 19,
          "column": 22
        },
        "end": {
          "line": 19,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 789,
      "end": 790,
      "loc": {
        "start": {
          "line": 19,
          "column": 31
        },
        "end": {
          "line": 19,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "yoffset",
      "start": 791,
      "end": 798,
      "loc": {
        "start": {
          "line": 19,
          "column": 33
        },
        "end": {
          "line": 19,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 799,
      "end": 800,
      "loc": {
        "start": {
          "line": 19,
          "column": 41
        },
        "end": {
          "line": 19,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "yabsolute",
      "start": 801,
      "end": 810,
      "loc": {
        "start": {
          "line": 19,
          "column": 43
        },
        "end": {
          "line": 19,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 811,
      "end": 812,
      "loc": {
        "start": {
          "line": 19,
          "column": 53
        },
        "end": {
          "line": 19,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 813,
      "end": 818,
      "loc": {
        "start": {
          "line": 19,
          "column": 55
        },
        "end": {
          "line": 19,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 818,
      "end": 819,
      "loc": {
        "start": {
          "line": 19,
          "column": 60
        },
        "end": {
          "line": 19,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 819,
      "end": 820,
      "loc": {
        "start": {
          "line": 19,
          "column": 61
        },
        "end": {
          "line": 19,
          "column": 62
        }
      }
    },
    {
      "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": 19,
          "column": 62
        },
        "end": {
          "line": 19,
          "column": 63
        }
      }
    },
    {
      "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": 826,
      "end": 829,
      "loc": {
        "start": {
          "line": 20,
          "column": 4
        },
        "end": {
          "line": 20,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 830,
      "end": 833,
      "loc": {
        "start": {
          "line": 20,
          "column": 8
        },
        "end": {
          "line": 20,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 834,
      "end": 835,
      "loc": {
        "start": {
          "line": 20,
          "column": 12
        },
        "end": {
          "line": 20,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endHint",
      "start": 836,
      "end": 843,
      "loc": {
        "start": {
          "line": 20,
          "column": 14
        },
        "end": {
          "line": 20,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 843,
      "end": 844,
      "loc": {
        "start": {
          "line": 20,
          "column": 21
        },
        "end": {
          "line": 20,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 844,
      "end": 849,
      "loc": {
        "start": {
          "line": 20,
          "column": 22
        },
        "end": {
          "line": 20,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 849,
      "end": 850,
      "loc": {
        "start": {
          "line": 20,
          "column": 27
        },
        "end": {
          "line": 20,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 850,
      "end": 851,
      "loc": {
        "start": {
          "line": 20,
          "column": 28
        },
        "end": {
          "line": 20,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 851,
      "end": 852,
      "loc": {
        "start": {
          "line": 20,
          "column": 29
        },
        "end": {
          "line": 20,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 852,
      "end": 855,
      "loc": {
        "start": {
          "line": 20,
          "column": 30
        },
        "end": {
          "line": 20,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 855,
      "end": 856,
      "loc": {
        "start": {
          "line": 20,
          "column": 33
        },
        "end": {
          "line": 20,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 856,
      "end": 861,
      "loc": {
        "start": {
          "line": 20,
          "column": 34
        },
        "end": {
          "line": 20,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 861,
      "end": 862,
      "loc": {
        "start": {
          "line": 20,
          "column": 39
        },
        "end": {
          "line": 20,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 862,
      "end": 863,
      "loc": {
        "start": {
          "line": 20,
          "column": 40
        },
        "end": {
          "line": 20,
          "column": 41
        }
      }
    },
    {
      "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": 868,
      "end": 870,
      "loc": {
        "start": {
          "line": 21,
          "column": 4
        },
        "end": {
          "line": 21,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 871,
      "end": 872,
      "loc": {
        "start": {
          "line": 21,
          "column": 7
        },
        "end": {
          "line": 21,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "xoffset",
      "start": 872,
      "end": 879,
      "loc": {
        "start": {
          "line": 21,
          "column": 8
        },
        "end": {
          "line": 21,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 880,
      "end": 883,
      "loc": {
        "start": {
          "line": 21,
          "column": 16
        },
        "end": {
          "line": 21,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 884,
      "end": 893,
      "loc": {
        "start": {
          "line": 21,
          "column": 20
        },
        "end": {
          "line": 21,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 893,
      "end": 894,
      "loc": {
        "start": {
          "line": 21,
          "column": 29
        },
        "end": {
          "line": 21,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 895,
      "end": 896,
      "loc": {
        "start": {
          "line": 21,
          "column": 31
        },
        "end": {
          "line": 21,
          "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": 905,
      "end": 907,
      "loc": {
        "start": {
          "line": 22,
          "column": 8
        },
        "end": {
          "line": 22,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 908,
      "end": 909,
      "loc": {
        "start": {
          "line": 22,
          "column": 11
        },
        "end": {
          "line": 22,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "yoffset",
      "start": 909,
      "end": 916,
      "loc": {
        "start": {
          "line": 22,
          "column": 12
        },
        "end": {
          "line": 22,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 917,
      "end": 920,
      "loc": {
        "start": {
          "line": 22,
          "column": 20
        },
        "end": {
          "line": 22,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 921,
      "end": 930,
      "loc": {
        "start": {
          "line": 22,
          "column": 24
        },
        "end": {
          "line": 22,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 930,
      "end": 931,
      "loc": {
        "start": {
          "line": 22,
          "column": 33
        },
        "end": {
          "line": 22,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 932,
      "end": 935,
      "loc": {
        "start": {
          "line": 22,
          "column": 35
        },
        "end": {
          "line": 22,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 935,
      "end": 936,
      "loc": {
        "start": {
          "line": 22,
          "column": 38
        },
        "end": {
          "line": 22,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "set",
      "start": 936,
      "end": 939,
      "loc": {
        "start": {
          "line": 22,
          "column": 39
        },
        "end": {
          "line": 22,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 939,
      "end": 940,
      "loc": {
        "start": {
          "line": 22,
          "column": 42
        },
        "end": {
          "line": 22,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "xoffset",
      "start": 940,
      "end": 947,
      "loc": {
        "start": {
          "line": 22,
          "column": 43
        },
        "end": {
          "line": 22,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 947,
      "end": 948,
      "loc": {
        "start": {
          "line": 22,
          "column": 50
        },
        "end": {
          "line": 22,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "yoffset",
      "start": 949,
      "end": 956,
      "loc": {
        "start": {
          "line": 22,
          "column": 52
        },
        "end": {
          "line": 22,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 956,
      "end": 957,
      "loc": {
        "start": {
          "line": 22,
          "column": 59
        },
        "end": {
          "line": 22,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 958,
      "end": 959,
      "loc": {
        "start": {
          "line": 22,
          "column": 61
        },
        "end": {
          "line": 22,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 959,
      "end": 960,
      "loc": {
        "start": {
          "line": 22,
          "column": 62
        },
        "end": {
          "line": 22,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 960,
      "end": 961,
      "loc": {
        "start": {
          "line": 22,
          "column": 63
        },
        "end": {
          "line": 22,
          "column": 64
        }
      }
    },
    {
      "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": 970,
      "end": 974,
      "loc": {
        "start": {
          "line": 23,
          "column": 8
        },
        "end": {
          "line": 23,
          "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": 975,
      "end": 977,
      "loc": {
        "start": {
          "line": 23,
          "column": 13
        },
        "end": {
          "line": 23,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 978,
      "end": 979,
      "loc": {
        "start": {
          "line": 23,
          "column": 16
        },
        "end": {
          "line": 23,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 979,
      "end": 984,
      "loc": {
        "start": {
          "line": 23,
          "column": 17
        },
        "end": {
          "line": 23,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 985,
      "end": 988,
      "loc": {
        "start": {
          "line": 23,
          "column": 23
        },
        "end": {
          "line": 23,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 989,
      "end": 998,
      "loc": {
        "start": {
          "line": 23,
          "column": 27
        },
        "end": {
          "line": 23,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 998,
      "end": 999,
      "loc": {
        "start": {
          "line": 23,
          "column": 36
        },
        "end": {
          "line": 23,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 1000,
      "end": 1003,
      "loc": {
        "start": {
          "line": 23,
          "column": 38
        },
        "end": {
          "line": 23,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1003,
      "end": 1004,
      "loc": {
        "start": {
          "line": 23,
          "column": 41
        },
        "end": {
          "line": 23,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "set",
      "start": 1004,
      "end": 1007,
      "loc": {
        "start": {
          "line": 23,
          "column": 42
        },
        "end": {
          "line": 23,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1007,
      "end": 1008,
      "loc": {
        "start": {
          "line": 23,
          "column": 45
        },
        "end": {
          "line": 23,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "xoffset",
      "start": 1008,
      "end": 1015,
      "loc": {
        "start": {
          "line": 23,
          "column": 46
        },
        "end": {
          "line": 23,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1015,
      "end": 1016,
      "loc": {
        "start": {
          "line": 23,
          "column": 53
        },
        "end": {
          "line": 23,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "xoffset",
      "start": 1017,
      "end": 1024,
      "loc": {
        "start": {
          "line": 23,
          "column": 55
        },
        "end": {
          "line": 23,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 1025,
      "end": 1026,
      "loc": {
        "start": {
          "line": 23,
          "column": 63
        },
        "end": {
          "line": 23,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 1027,
      "end": 1031,
      "loc": {
        "start": {
          "line": 23,
          "column": 65
        },
        "end": {
          "line": 23,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1031,
      "end": 1032,
      "loc": {
        "start": {
          "line": 23,
          "column": 69
        },
        "end": {
          "line": 23,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tan",
      "start": 1032,
      "end": 1035,
      "loc": {
        "start": {
          "line": 23,
          "column": 70
        },
        "end": {
          "line": 23,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1035,
      "end": 1036,
      "loc": {
        "start": {
          "line": 23,
          "column": 73
        },
        "end": {
          "line": 23,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 1036,
      "end": 1041,
      "loc": {
        "start": {
          "line": 23,
          "column": 74
        },
        "end": {
          "line": 23,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1041,
      "end": 1042,
      "loc": {
        "start": {
          "line": 23,
          "column": 79
        },
        "end": {
          "line": 23,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1042,
      "end": 1043,
      "loc": {
        "start": {
          "line": 23,
          "column": 80
        },
        "end": {
          "line": 23,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 1044,
      "end": 1045,
      "loc": {
        "start": {
          "line": 23,
          "column": 82
        },
        "end": {
          "line": 23,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1045,
      "end": 1046,
      "loc": {
        "start": {
          "line": 23,
          "column": 83
        },
        "end": {
          "line": 23,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1046,
      "end": 1047,
      "loc": {
        "start": {
          "line": 23,
          "column": 84
        },
        "end": {
          "line": 23,
          "column": 85
        }
      }
    },
    {
      "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": 1056,
      "end": 1060,
      "loc": {
        "start": {
          "line": 24,
          "column": 8
        },
        "end": {
          "line": 24,
          "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": 1061,
      "end": 1063,
      "loc": {
        "start": {
          "line": 24,
          "column": 13
        },
        "end": {
          "line": 24,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1064,
      "end": 1065,
      "loc": {
        "start": {
          "line": 24,
          "column": 16
        },
        "end": {
          "line": 24,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 1065,
      "end": 1071,
      "loc": {
        "start": {
          "line": 24,
          "column": 17
        },
        "end": {
          "line": 24,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 1072,
      "end": 1075,
      "loc": {
        "start": {
          "line": 24,
          "column": 24
        },
        "end": {
          "line": 24,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 1076,
      "end": 1085,
      "loc": {
        "start": {
          "line": 24,
          "column": 28
        },
        "end": {
          "line": 24,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1085,
      "end": 1086,
      "loc": {
        "start": {
          "line": 24,
          "column": 37
        },
        "end": {
          "line": 24,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 1087,
      "end": 1090,
      "loc": {
        "start": {
          "line": 24,
          "column": 39
        },
        "end": {
          "line": 24,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1090,
      "end": 1091,
      "loc": {
        "start": {
          "line": 24,
          "column": 42
        },
        "end": {
          "line": 24,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "set",
      "start": 1091,
      "end": 1094,
      "loc": {
        "start": {
          "line": 24,
          "column": 43
        },
        "end": {
          "line": 24,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1094,
      "end": 1095,
      "loc": {
        "start": {
          "line": 24,
          "column": 46
        },
        "end": {
          "line": 24,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "xoffset",
      "start": 1095,
      "end": 1102,
      "loc": {
        "start": {
          "line": 24,
          "column": 47
        },
        "end": {
          "line": 24,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1102,
      "end": 1103,
      "loc": {
        "start": {
          "line": 24,
          "column": 54
        },
        "end": {
          "line": 24,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 1104,
      "end": 1108,
      "loc": {
        "start": {
          "line": 24,
          "column": 56
        },
        "end": {
          "line": 24,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1108,
      "end": 1109,
      "loc": {
        "start": {
          "line": 24,
          "column": 60
        },
        "end": {
          "line": 24,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sign",
      "start": 1109,
      "end": 1113,
      "loc": {
        "start": {
          "line": 24,
          "column": 61
        },
        "end": {
          "line": 24,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1113,
      "end": 1114,
      "loc": {
        "start": {
          "line": 24,
          "column": 65
        },
        "end": {
          "line": 24,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 1114,
      "end": 1117,
      "loc": {
        "start": {
          "line": 24,
          "column": 66
        },
        "end": {
          "line": 24,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1117,
      "end": 1118,
      "loc": {
        "start": {
          "line": 24,
          "column": 69
        },
        "end": {
          "line": 24,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 1118,
      "end": 1119,
      "loc": {
        "start": {
          "line": 24,
          "column": 70
        },
        "end": {
          "line": 24,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1119,
      "end": 1120,
      "loc": {
        "start": {
          "line": 24,
          "column": 71
        },
        "end": {
          "line": 24,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 1121,
      "end": 1122,
      "loc": {
        "start": {
          "line": 24,
          "column": 73
        },
        "end": {
          "line": 24,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cath",
      "start": 1123,
      "end": 1127,
      "loc": {
        "start": {
          "line": 24,
          "column": 75
        },
        "end": {
          "line": 24,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1127,
      "end": 1128,
      "loc": {
        "start": {
          "line": 24,
          "column": 79
        },
        "end": {
          "line": 24,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 1128,
      "end": 1134,
      "loc": {
        "start": {
          "line": 24,
          "column": 80
        },
        "end": {
          "line": 24,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1134,
      "end": 1135,
      "loc": {
        "start": {
          "line": 24,
          "column": 86
        },
        "end": {
          "line": 24,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "xoffset",
      "start": 1136,
      "end": 1143,
      "loc": {
        "start": {
          "line": 24,
          "column": 88
        },
        "end": {
          "line": 24,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1143,
      "end": 1144,
      "loc": {
        "start": {
          "line": 24,
          "column": 95
        },
        "end": {
          "line": 24,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1144,
      "end": 1145,
      "loc": {
        "start": {
          "line": 24,
          "column": 96
        },
        "end": {
          "line": 24,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 1146,
      "end": 1147,
      "loc": {
        "start": {
          "line": 24,
          "column": 98
        },
        "end": {
          "line": 24,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1147,
      "end": 1148,
      "loc": {
        "start": {
          "line": 24,
          "column": 99
        },
        "end": {
          "line": 24,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1148,
      "end": 1149,
      "loc": {
        "start": {
          "line": 24,
          "column": 100
        },
        "end": {
          "line": 24,
          "column": 101
        }
      }
    },
    {
      "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": 1158,
      "end": 1162,
      "loc": {
        "start": {
          "line": 25,
          "column": 8
        },
        "end": {
          "line": 25,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 1163,
      "end": 1166,
      "loc": {
        "start": {
          "line": 25,
          "column": 13
        },
        "end": {
          "line": 25,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1166,
      "end": 1167,
      "loc": {
        "start": {
          "line": 25,
          "column": 16
        },
        "end": {
          "line": 25,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "set",
      "start": 1167,
      "end": 1170,
      "loc": {
        "start": {
          "line": 25,
          "column": 17
        },
        "end": {
          "line": 25,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1170,
      "end": 1171,
      "loc": {
        "start": {
          "line": 25,
          "column": 20
        },
        "end": {
          "line": 25,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "xoffset",
      "start": 1171,
      "end": 1178,
      "loc": {
        "start": {
          "line": 25,
          "column": 21
        },
        "end": {
          "line": 25,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1178,
      "end": 1179,
      "loc": {
        "start": {
          "line": 25,
          "column": 28
        },
        "end": {
          "line": 25,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 1180,
      "end": 1181,
      "loc": {
        "start": {
          "line": 25,
          "column": 30
        },
        "end": {
          "line": 25,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1181,
      "end": 1182,
      "loc": {
        "start": {
          "line": 25,
          "column": 31
        },
        "end": {
          "line": 25,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 1183,
      "end": 1184,
      "loc": {
        "start": {
          "line": 25,
          "column": 33
        },
        "end": {
          "line": 25,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1184,
      "end": 1185,
      "loc": {
        "start": {
          "line": 25,
          "column": 34
        },
        "end": {
          "line": 25,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1185,
      "end": 1186,
      "loc": {
        "start": {
          "line": 25,
          "column": 35
        },
        "end": {
          "line": 25,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1191,
      "end": 1192,
      "loc": {
        "start": {
          "line": 26,
          "column": 4
        },
        "end": {
          "line": 26,
          "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": 1193,
      "end": 1197,
      "loc": {
        "start": {
          "line": 26,
          "column": 6
        },
        "end": {
          "line": 26,
          "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": 1198,
      "end": 1200,
      "loc": {
        "start": {
          "line": 26,
          "column": 11
        },
        "end": {
          "line": 26,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1201,
      "end": 1202,
      "loc": {
        "start": {
          "line": 26,
          "column": 14
        },
        "end": {
          "line": 26,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "yoffset",
      "start": 1202,
      "end": 1209,
      "loc": {
        "start": {
          "line": 26,
          "column": 15
        },
        "end": {
          "line": 26,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 1210,
      "end": 1213,
      "loc": {
        "start": {
          "line": 26,
          "column": 23
        },
        "end": {
          "line": 26,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 1214,
      "end": 1223,
      "loc": {
        "start": {
          "line": 26,
          "column": 27
        },
        "end": {
          "line": 26,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1223,
      "end": 1224,
      "loc": {
        "start": {
          "line": 26,
          "column": 36
        },
        "end": {
          "line": 26,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1225,
      "end": 1226,
      "loc": {
        "start": {
          "line": 26,
          "column": 38
        },
        "end": {
          "line": 26,
          "column": 39
        }
      }
    },
    {
      "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": 1235,
      "end": 1237,
      "loc": {
        "start": {
          "line": 27,
          "column": 8
        },
        "end": {
          "line": 27,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1238,
      "end": 1239,
      "loc": {
        "start": {
          "line": 27,
          "column": 11
        },
        "end": {
          "line": 27,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 1239,
      "end": 1244,
      "loc": {
        "start": {
          "line": 27,
          "column": 12
        },
        "end": {
          "line": 27,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 1245,
      "end": 1248,
      "loc": {
        "start": {
          "line": 27,
          "column": 18
        },
        "end": {
          "line": 27,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 1249,
      "end": 1258,
      "loc": {
        "start": {
          "line": 27,
          "column": 22
        },
        "end": {
          "line": 27,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1258,
      "end": 1259,
      "loc": {
        "start": {
          "line": 27,
          "column": 31
        },
        "end": {
          "line": 27,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 1260,
      "end": 1263,
      "loc": {
        "start": {
          "line": 27,
          "column": 33
        },
        "end": {
          "line": 27,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1263,
      "end": 1264,
      "loc": {
        "start": {
          "line": 27,
          "column": 36
        },
        "end": {
          "line": 27,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "set",
      "start": 1264,
      "end": 1267,
      "loc": {
        "start": {
          "line": 27,
          "column": 37
        },
        "end": {
          "line": 27,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1267,
      "end": 1268,
      "loc": {
        "start": {
          "line": 27,
          "column": 40
        },
        "end": {
          "line": 27,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "yoffset",
      "start": 1268,
      "end": 1275,
      "loc": {
        "start": {
          "line": 27,
          "column": 41
        },
        "end": {
          "line": 27,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 1276,
      "end": 1277,
      "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": "Math",
      "start": 1278,
      "end": 1282,
      "loc": {
        "start": {
          "line": 27,
          "column": 51
        },
        "end": {
          "line": 27,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1282,
      "end": 1283,
      "loc": {
        "start": {
          "line": 27,
          "column": 55
        },
        "end": {
          "line": 27,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tan",
      "start": 1283,
      "end": 1286,
      "loc": {
        "start": {
          "line": 27,
          "column": 56
        },
        "end": {
          "line": 27,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1286,
      "end": 1287,
      "loc": {
        "start": {
          "line": 27,
          "column": 59
        },
        "end": {
          "line": 27,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 1287,
      "end": 1292,
      "loc": {
        "start": {
          "line": 27,
          "column": 60
        },
        "end": {
          "line": 27,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1292,
      "end": 1293,
      "loc": {
        "start": {
          "line": 27,
          "column": 65
        },
        "end": {
          "line": 27,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1293,
      "end": 1294,
      "loc": {
        "start": {
          "line": 27,
          "column": 66
        },
        "end": {
          "line": 27,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "yoffset",
      "start": 1295,
      "end": 1302,
      "loc": {
        "start": {
          "line": 27,
          "column": 68
        },
        "end": {
          "line": 27,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1302,
      "end": 1303,
      "loc": {
        "start": {
          "line": 27,
          "column": 75
        },
        "end": {
          "line": 27,
          "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": 1304,
      "end": 1305,
      "loc": {
        "start": {
          "line": 27,
          "column": 77
        },
        "end": {
          "line": 27,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1305,
      "end": 1306,
      "loc": {
        "start": {
          "line": 27,
          "column": 78
        },
        "end": {
          "line": 27,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1306,
      "end": 1307,
      "loc": {
        "start": {
          "line": 27,
          "column": 79
        },
        "end": {
          "line": 27,
          "column": 80
        }
      }
    },
    {
      "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": 1316,
      "end": 1320,
      "loc": {
        "start": {
          "line": 28,
          "column": 8
        },
        "end": {
          "line": 28,
          "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": 1321,
      "end": 1323,
      "loc": {
        "start": {
          "line": 28,
          "column": 13
        },
        "end": {
          "line": 28,
          "column": 15
        }
      }
    },
    {
      "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": 28,
          "column": 16
        },
        "end": {
          "line": 28,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 1325,
      "end": 1331,
      "loc": {
        "start": {
          "line": 28,
          "column": 17
        },
        "end": {
          "line": 28,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 1332,
      "end": 1335,
      "loc": {
        "start": {
          "line": 28,
          "column": 24
        },
        "end": {
          "line": 28,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 1336,
      "end": 1345,
      "loc": {
        "start": {
          "line": 28,
          "column": 28
        },
        "end": {
          "line": 28,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1345,
      "end": 1346,
      "loc": {
        "start": {
          "line": 28,
          "column": 37
        },
        "end": {
          "line": 28,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 1347,
      "end": 1350,
      "loc": {
        "start": {
          "line": 28,
          "column": 39
        },
        "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": 1350,
      "end": 1351,
      "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": "set",
      "start": 1351,
      "end": 1354,
      "loc": {
        "start": {
          "line": 28,
          "column": 43
        },
        "end": {
          "line": 28,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1354,
      "end": 1355,
      "loc": {
        "start": {
          "line": 28,
          "column": 46
        },
        "end": {
          "line": 28,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 1355,
      "end": 1359,
      "loc": {
        "start": {
          "line": 28,
          "column": 47
        },
        "end": {
          "line": 28,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1359,
      "end": 1360,
      "loc": {
        "start": {
          "line": 28,
          "column": 51
        },
        "end": {
          "line": 28,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sign",
      "start": 1360,
      "end": 1364,
      "loc": {
        "start": {
          "line": 28,
          "column": 52
        },
        "end": {
          "line": 28,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1364,
      "end": 1365,
      "loc": {
        "start": {
          "line": 28,
          "column": 56
        },
        "end": {
          "line": 28,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 1365,
      "end": 1368,
      "loc": {
        "start": {
          "line": 28,
          "column": 57
        },
        "end": {
          "line": 28,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1368,
      "end": 1369,
      "loc": {
        "start": {
          "line": 28,
          "column": 60
        },
        "end": {
          "line": 28,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 1369,
      "end": 1370,
      "loc": {
        "start": {
          "line": 28,
          "column": 61
        },
        "end": {
          "line": 28,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1370,
      "end": 1371,
      "loc": {
        "start": {
          "line": 28,
          "column": 62
        },
        "end": {
          "line": 28,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 1372,
      "end": 1373,
      "loc": {
        "start": {
          "line": 28,
          "column": 64
        },
        "end": {
          "line": 28,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cath",
      "start": 1374,
      "end": 1378,
      "loc": {
        "start": {
          "line": 28,
          "column": 66
        },
        "end": {
          "line": 28,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1378,
      "end": 1379,
      "loc": {
        "start": {
          "line": 28,
          "column": 70
        },
        "end": {
          "line": 28,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 1379,
      "end": 1385,
      "loc": {
        "start": {
          "line": 28,
          "column": 71
        },
        "end": {
          "line": 28,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1385,
      "end": 1386,
      "loc": {
        "start": {
          "line": 28,
          "column": 77
        },
        "end": {
          "line": 28,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "yoffset",
      "start": 1387,
      "end": 1394,
      "loc": {
        "start": {
          "line": 28,
          "column": 79
        },
        "end": {
          "line": 28,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1394,
      "end": 1395,
      "loc": {
        "start": {
          "line": 28,
          "column": 86
        },
        "end": {
          "line": 28,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1395,
      "end": 1396,
      "loc": {
        "start": {
          "line": 28,
          "column": 87
        },
        "end": {
          "line": 28,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "yoffset",
      "start": 1397,
      "end": 1404,
      "loc": {
        "start": {
          "line": 28,
          "column": 89
        },
        "end": {
          "line": 28,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1404,
      "end": 1405,
      "loc": {
        "start": {
          "line": 28,
          "column": 96
        },
        "end": {
          "line": 28,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 1406,
      "end": 1407,
      "loc": {
        "start": {
          "line": 28,
          "column": 98
        },
        "end": {
          "line": 28,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1407,
      "end": 1408,
      "loc": {
        "start": {
          "line": 28,
          "column": 99
        },
        "end": {
          "line": 28,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1408,
      "end": 1409,
      "loc": {
        "start": {
          "line": 28,
          "column": 100
        },
        "end": {
          "line": 28,
          "column": 101
        }
      }
    },
    {
      "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": 1418,
      "end": 1422,
      "loc": {
        "start": {
          "line": 29,
          "column": 8
        },
        "end": {
          "line": 29,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 1423,
      "end": 1426,
      "loc": {
        "start": {
          "line": 29,
          "column": 13
        },
        "end": {
          "line": 29,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1426,
      "end": 1427,
      "loc": {
        "start": {
          "line": 29,
          "column": 16
        },
        "end": {
          "line": 29,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "set",
      "start": 1427,
      "end": 1430,
      "loc": {
        "start": {
          "line": 29,
          "column": 17
        },
        "end": {
          "line": 29,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1430,
      "end": 1431,
      "loc": {
        "start": {
          "line": 29,
          "column": 20
        },
        "end": {
          "line": 29,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 1431,
      "end": 1432,
      "loc": {
        "start": {
          "line": 29,
          "column": 21
        },
        "end": {
          "line": 29,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1432,
      "end": 1433,
      "loc": {
        "start": {
          "line": 29,
          "column": 22
        },
        "end": {
          "line": 29,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "yoffset",
      "start": 1434,
      "end": 1441,
      "loc": {
        "start": {
          "line": 29,
          "column": 24
        },
        "end": {
          "line": 29,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1441,
      "end": 1442,
      "loc": {
        "start": {
          "line": 29,
          "column": 31
        },
        "end": {
          "line": 29,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 1443,
      "end": 1444,
      "loc": {
        "start": {
          "line": 29,
          "column": 33
        },
        "end": {
          "line": 29,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1444,
      "end": 1445,
      "loc": {
        "start": {
          "line": 29,
          "column": 34
        },
        "end": {
          "line": 29,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1445,
      "end": 1446,
      "loc": {
        "start": {
          "line": 29,
          "column": 35
        },
        "end": {
          "line": 29,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1451,
      "end": 1452,
      "loc": {
        "start": {
          "line": 30,
          "column": 4
        },
        "end": {
          "line": 30,
          "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": 1453,
      "end": 1457,
      "loc": {
        "start": {
          "line": 30,
          "column": 6
        },
        "end": {
          "line": 30,
          "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": 1458,
      "end": 1460,
      "loc": {
        "start": {
          "line": 30,
          "column": 11
        },
        "end": {
          "line": 30,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1461,
      "end": 1462,
      "loc": {
        "start": {
          "line": 30,
          "column": 14
        },
        "end": {
          "line": 30,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 1462,
      "end": 1467,
      "loc": {
        "start": {
          "line": 30,
          "column": 15
        },
        "end": {
          "line": 30,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 1468,
      "end": 1471,
      "loc": {
        "start": {
          "line": 30,
          "column": 21
        },
        "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": "undefined",
      "start": 1472,
      "end": 1481,
      "loc": {
        "start": {
          "line": 30,
          "column": 25
        },
        "end": {
          "line": 30,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1481,
      "end": 1482,
      "loc": {
        "start": {
          "line": 30,
          "column": 34
        },
        "end": {
          "line": 30,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1483,
      "end": 1484,
      "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": "setVectorFromAngleLength",
      "start": 1493,
      "end": 1517,
      "loc": {
        "start": {
          "line": 31,
          "column": 8
        },
        "end": {
          "line": 31,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1517,
      "end": 1518,
      "loc": {
        "start": {
          "line": 31,
          "column": 32
        },
        "end": {
          "line": 31,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 1518,
      "end": 1521,
      "loc": {
        "start": {
          "line": 31,
          "column": 33
        },
        "end": {
          "line": 31,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1521,
      "end": 1522,
      "loc": {
        "start": {
          "line": 31,
          "column": 36
        },
        "end": {
          "line": 31,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 1523,
      "end": 1528,
      "loc": {
        "start": {
          "line": 31,
          "column": 38
        },
        "end": {
          "line": 31,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1528,
      "end": 1529,
      "loc": {
        "start": {
          "line": 31,
          "column": 43
        },
        "end": {
          "line": 31,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 1530,
      "end": 1536,
      "loc": {
        "start": {
          "line": 31,
          "column": 45
        },
        "end": {
          "line": 31,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 1537,
      "end": 1540,
      "loc": {
        "start": {
          "line": 31,
          "column": 52
        },
        "end": {
          "line": 31,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 1541,
      "end": 1550,
      "loc": {
        "start": {
          "line": 31,
          "column": 56
        },
        "end": {
          "line": 31,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1551,
      "end": 1552,
      "loc": {
        "start": {
          "line": 31,
          "column": 66
        },
        "end": {
          "line": 31,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 1553,
      "end": 1559,
      "loc": {
        "start": {
          "line": 31,
          "column": 68
        },
        "end": {
          "line": 31,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1560,
      "end": 1561,
      "loc": {
        "start": {
          "line": 31,
          "column": 75
        },
        "end": {
          "line": 31,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 1562,
      "end": 1565,
      "loc": {
        "start": {
          "line": 31,
          "column": 77
        },
        "end": {
          "line": 31,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1565,
      "end": 1566,
      "loc": {
        "start": {
          "line": 31,
          "column": 80
        },
        "end": {
          "line": 31,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 1566,
      "end": 1572,
      "loc": {
        "start": {
          "line": 31,
          "column": 81
        },
        "end": {
          "line": 31,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1572,
      "end": 1573,
      "loc": {
        "start": {
          "line": 31,
          "column": 87
        },
        "end": {
          "line": 31,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1573,
      "end": 1574,
      "loc": {
        "start": {
          "line": 31,
          "column": 88
        },
        "end": {
          "line": 31,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1574,
      "end": 1575,
      "loc": {
        "start": {
          "line": 31,
          "column": 89
        },
        "end": {
          "line": 31,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1575,
      "end": 1576,
      "loc": {
        "start": {
          "line": 31,
          "column": 90
        },
        "end": {
          "line": 31,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1581,
      "end": 1582,
      "loc": {
        "start": {
          "line": 32,
          "column": 4
        },
        "end": {
          "line": 32,
          "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": 1583,
      "end": 1587,
      "loc": {
        "start": {
          "line": 32,
          "column": 6
        },
        "end": {
          "line": 32,
          "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": 1588,
      "end": 1590,
      "loc": {
        "start": {
          "line": 32,
          "column": 11
        },
        "end": {
          "line": 32,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1591,
      "end": 1592,
      "loc": {
        "start": {
          "line": 32,
          "column": 14
        },
        "end": {
          "line": 32,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 1592,
      "end": 1598,
      "loc": {
        "start": {
          "line": 32,
          "column": 15
        },
        "end": {
          "line": 32,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 1599,
      "end": 1602,
      "loc": {
        "start": {
          "line": 32,
          "column": 22
        },
        "end": {
          "line": 32,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 1603,
      "end": 1612,
      "loc": {
        "start": {
          "line": 32,
          "column": 26
        },
        "end": {
          "line": 32,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1612,
      "end": 1613,
      "loc": {
        "start": {
          "line": 32,
          "column": 35
        },
        "end": {
          "line": 32,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1614,
      "end": 1615,
      "loc": {
        "start": {
          "line": 32,
          "column": 37
        },
        "end": {
          "line": 32,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 1624,
      "end": 1627,
      "loc": {
        "start": {
          "line": 33,
          "column": 8
        },
        "end": {
          "line": 33,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1627,
      "end": 1628,
      "loc": {
        "start": {
          "line": 33,
          "column": 11
        },
        "end": {
          "line": 33,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setLength",
      "start": 1628,
      "end": 1637,
      "loc": {
        "start": {
          "line": 33,
          "column": 12
        },
        "end": {
          "line": 33,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1637,
      "end": 1638,
      "loc": {
        "start": {
          "line": 33,
          "column": 21
        },
        "end": {
          "line": 33,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 1638,
      "end": 1644,
      "loc": {
        "start": {
          "line": 33,
          "column": 22
        },
        "end": {
          "line": 33,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1644,
      "end": 1645,
      "loc": {
        "start": {
          "line": 33,
          "column": 28
        },
        "end": {
          "line": 33,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1645,
      "end": 1646,
      "loc": {
        "start": {
          "line": 33,
          "column": 29
        },
        "end": {
          "line": 33,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1651,
      "end": 1652,
      "loc": {
        "start": {
          "line": 34,
          "column": 4
        },
        "end": {
          "line": 34,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 1657,
      "end": 1660,
      "loc": {
        "start": {
          "line": 35,
          "column": 4
        },
        "end": {
          "line": 35,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1660,
      "end": 1661,
      "loc": {
        "start": {
          "line": 35,
          "column": 7
        },
        "end": {
          "line": 35,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 1661,
      "end": 1664,
      "loc": {
        "start": {
          "line": 35,
          "column": 8
        },
        "end": {
          "line": 35,
          "column": 11
        }
      }
    },
    {
      "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": 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": 1665,
      "end": 1670,
      "loc": {
        "start": {
          "line": 35,
          "column": 12
        },
        "end": {
          "line": 35,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1670,
      "end": 1671,
      "loc": {
        "start": {
          "line": 35,
          "column": 17
        },
        "end": {
          "line": 35,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1671,
      "end": 1672,
      "loc": {
        "start": {
          "line": 35,
          "column": 18
        },
        "end": {
          "line": 35,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 1677,
      "end": 1683,
      "loc": {
        "start": {
          "line": 36,
          "column": 4
        },
        "end": {
          "line": 36,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1684,
      "end": 1685,
      "loc": {
        "start": {
          "line": 36,
          "column": 11
        },
        "end": {
          "line": 36,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 1686,
      "end": 1691,
      "loc": {
        "start": {
          "line": 36,
          "column": 13
        },
        "end": {
          "line": 36,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1691,
      "end": 1692,
      "loc": {
        "start": {
          "line": 36,
          "column": 18
        },
        "end": {
          "line": 36,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 1693,
      "end": 1696,
      "loc": {
        "start": {
          "line": 36,
          "column": 20
        },
        "end": {
          "line": 36,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1697,
      "end": 1698,
      "loc": {
        "start": {
          "line": 36,
          "column": 24
        },
        "end": {
          "line": 36,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1698,
      "end": 1699,
      "loc": {
        "start": {
          "line": 36,
          "column": 25
        },
        "end": {
          "line": 36,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1700,
      "end": 1701,
      "loc": {
        "start": {
          "line": 37,
          "column": 0
        },
        "end": {
          "line": 37,
          "column": 1
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " is unambigously defined if restrictions.angle and restrictions.clockwise are set",
      "start": 1703,
      "end": 1786,
      "loc": {
        "start": {
          "line": 39,
          "column": 0
        },
        "end": {
          "line": 39,
          "column": 83
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " uses generalHint to disambiguate side if only restrictions.angle is set",
      "start": 1787,
      "end": 1861,
      "loc": {
        "start": {
          "line": 40,
          "column": 0
        },
        "end": {
          "line": 40,
          "column": 74
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " uses generalHint to disambiguate side if restrictions.radius and restrictions.clockwise are set",
      "start": 1862,
      "end": 1960,
      "loc": {
        "start": {
          "line": 41,
          "column": 0
        },
        "end": {
          "line": 41,
          "column": 98
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " uses generalHint and assumes smaller (<pi) angle if only restrictions.radius is set",
      "start": 1961,
      "end": 2047,
      "loc": {
        "start": {
          "line": 42,
          "column": 0
        },
        "end": {
          "line": 42,
          "column": 86
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " throws an error otherwise",
      "start": 2048,
      "end": 2076,
      "loc": {
        "start": {
          "line": 43,
          "column": 0
        },
        "end": {
          "line": 43,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 2077,
      "end": 2085,
      "loc": {
        "start": {
          "line": 44,
          "column": 0
        },
        "end": {
          "line": 44,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "drawArcBy_S_E",
      "start": 2086,
      "end": 2099,
      "loc": {
        "start": {
          "line": 44,
          "column": 9
        },
        "end": {
          "line": 44,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2099,
      "end": 2100,
      "loc": {
        "start": {
          "line": 44,
          "column": 22
        },
        "end": {
          "line": 44,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2100,
      "end": 2101,
      "loc": {
        "start": {
          "line": 44,
          "column": 23
        },
        "end": {
          "line": 44,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 2101,
      "end": 2106,
      "loc": {
        "start": {
          "line": 44,
          "column": 24
        },
        "end": {
          "line": 44,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2106,
      "end": 2107,
      "loc": {
        "start": {
          "line": 44,
          "column": 29
        },
        "end": {
          "line": 44,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 2108,
      "end": 2111,
      "loc": {
        "start": {
          "line": 44,
          "column": 31
        },
        "end": {
          "line": 44,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2111,
      "end": 2112,
      "loc": {
        "start": {
          "line": 44,
          "column": 34
        },
        "end": {
          "line": 44,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "generalHint",
      "start": 2113,
      "end": 2124,
      "loc": {
        "start": {
          "line": 44,
          "column": 36
        },
        "end": {
          "line": 44,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2124,
      "end": 2125,
      "loc": {
        "start": {
          "line": 44,
          "column": 47
        },
        "end": {
          "line": 44,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2125,
      "end": 2126,
      "loc": {
        "start": {
          "line": 44,
          "column": 48
        },
        "end": {
          "line": 44,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "restrictions",
      "start": 2127,
      "end": 2139,
      "loc": {
        "start": {
          "line": 44,
          "column": 50
        },
        "end": {
          "line": 44,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2139,
      "end": 2140,
      "loc": {
        "start": {
          "line": 44,
          "column": 62
        },
        "end": {
          "line": 44,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2141,
      "end": 2142,
      "loc": {
        "start": {
          "line": 44,
          "column": 64
        },
        "end": {
          "line": 44,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 2147,
      "end": 2152,
      "loc": {
        "start": {
          "line": 45,
          "column": 4
        },
        "end": {
          "line": 45,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "halfChord",
      "start": 2153,
      "end": 2162,
      "loc": {
        "start": {
          "line": 45,
          "column": 10
        },
        "end": {
          "line": 45,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2163,
      "end": 2164,
      "loc": {
        "start": {
          "line": 45,
          "column": 20
        },
        "end": {
          "line": 45,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 2165,
      "end": 2170,
      "loc": {
        "start": {
          "line": 45,
          "column": 22
        },
        "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": 2170,
      "end": 2171,
      "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": "distanceTo",
      "start": 2171,
      "end": 2181,
      "loc": {
        "start": {
          "line": 45,
          "column": 28
        },
        "end": {
          "line": 45,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2181,
      "end": 2182,
      "loc": {
        "start": {
          "line": 45,
          "column": 38
        },
        "end": {
          "line": 45,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 2182,
      "end": 2185,
      "loc": {
        "start": {
          "line": 45,
          "column": 39
        },
        "end": {
          "line": 45,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2185,
      "end": 2186,
      "loc": {
        "start": {
          "line": 45,
          "column": 42
        },
        "end": {
          "line": 45,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 2187,
      "end": 2188,
      "loc": {
        "start": {
          "line": 45,
          "column": 44
        },
        "end": {
          "line": 45,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 2189,
      "end": 2190,
      "loc": {
        "start": {
          "line": 45,
          "column": 46
        },
        "end": {
          "line": 45,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2190,
      "end": 2191,
      "loc": {
        "start": {
          "line": 45,
          "column": 47
        },
        "end": {
          "line": 45,
          "column": 48
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " calculate radius from the angle",
      "start": 2196,
      "end": 2230,
      "loc": {
        "start": {
          "line": 46,
          "column": 4
        },
        "end": {
          "line": 46,
          "column": 38
        }
      }
    },
    {
      "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": 2235,
      "end": 2240,
      "loc": {
        "start": {
          "line": 47,
          "column": 4
        },
        "end": {
          "line": 47,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 2241,
      "end": 2247,
      "loc": {
        "start": {
          "line": 47,
          "column": 10
        },
        "end": {
          "line": 47,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2248,
      "end": 2249,
      "loc": {
        "start": {
          "line": 47,
          "column": 17
        },
        "end": {
          "line": 47,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "restrictions",
      "start": 2250,
      "end": 2262,
      "loc": {
        "start": {
          "line": 47,
          "column": 19
        },
        "end": {
          "line": 47,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2262,
      "end": 2263,
      "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": "angle",
      "start": 2263,
      "end": 2268,
      "loc": {
        "start": {
          "line": 47,
          "column": 32
        },
        "end": {
          "line": 47,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 2269,
      "end": 2272,
      "loc": {
        "start": {
          "line": 47,
          "column": 38
        },
        "end": {
          "line": 47,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 2273,
      "end": 2282,
      "loc": {
        "start": {
          "line": 47,
          "column": 42
        },
        "end": {
          "line": 47,
          "column": 51
        }
      }
    },
    {
      "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": 48,
          "column": 8
        },
        "end": {
          "line": 48,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "halfChord",
      "start": 2293,
      "end": 2302,
      "loc": {
        "start": {
          "line": 48,
          "column": 10
        },
        "end": {
          "line": 48,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 2303,
      "end": 2304,
      "loc": {
        "start": {
          "line": 48,
          "column": 20
        },
        "end": {
          "line": 48,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 2305,
      "end": 2309,
      "loc": {
        "start": {
          "line": 48,
          "column": 22
        },
        "end": {
          "line": 48,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2309,
      "end": 2310,
      "loc": {
        "start": {
          "line": 48,
          "column": 26
        },
        "end": {
          "line": 48,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sin",
      "start": 2310,
      "end": 2313,
      "loc": {
        "start": {
          "line": 48,
          "column": 27
        },
        "end": {
          "line": 48,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2313,
      "end": 2314,
      "loc": {
        "start": {
          "line": 48,
          "column": 30
        },
        "end": {
          "line": 48,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "restrictions",
      "start": 2314,
      "end": 2326,
      "loc": {
        "start": {
          "line": 48,
          "column": 31
        },
        "end": {
          "line": 48,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2326,
      "end": 2327,
      "loc": {
        "start": {
          "line": 48,
          "column": 43
        },
        "end": {
          "line": 48,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 2327,
      "end": 2332,
      "loc": {
        "start": {
          "line": 48,
          "column": 44
        },
        "end": {
          "line": 48,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 2333,
      "end": 2334,
      "loc": {
        "start": {
          "line": 48,
          "column": 50
        },
        "end": {
          "line": 48,
          "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": 2335,
      "end": 2336,
      "loc": {
        "start": {
          "line": 48,
          "column": 52
        },
        "end": {
          "line": 48,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2336,
      "end": 2337,
      "loc": {
        "start": {
          "line": 48,
          "column": 53
        },
        "end": {
          "line": 48,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2346,
      "end": 2347,
      "loc": {
        "start": {
          "line": 49,
          "column": 8
        },
        "end": {
          "line": 49,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "restrictions",
      "start": 2348,
      "end": 2360,
      "loc": {
        "start": {
          "line": 49,
          "column": 10
        },
        "end": {
          "line": 49,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2360,
      "end": 2361,
      "loc": {
        "start": {
          "line": 49,
          "column": 22
        },
        "end": {
          "line": 49,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 2361,
      "end": 2367,
      "loc": {
        "start": {
          "line": 49,
          "column": 23
        },
        "end": {
          "line": 49,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 2368,
      "end": 2371,
      "loc": {
        "start": {
          "line": 49,
          "column": 30
        },
        "end": {
          "line": 49,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 2372,
      "end": 2381,
      "loc": {
        "start": {
          "line": 49,
          "column": 34
        },
        "end": {
          "line": 49,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2396,
      "end": 2397,
      "loc": {
        "start": {
          "line": 50,
          "column": 14
        },
        "end": {
          "line": 50,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "restrictions",
      "start": 2398,
      "end": 2410,
      "loc": {
        "start": {
          "line": 50,
          "column": 16
        },
        "end": {
          "line": 50,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2410,
      "end": 2411,
      "loc": {
        "start": {
          "line": 50,
          "column": 28
        },
        "end": {
          "line": 50,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 2411,
      "end": 2417,
      "loc": {
        "start": {
          "line": 50,
          "column": 29
        },
        "end": {
          "line": 50,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2432,
      "end": 2433,
      "loc": {
        "start": {
          "line": 51,
          "column": 14
        },
        "end": {
          "line": 51,
          "column": 15
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "throw",
      "start": 2434,
      "end": 2443,
      "loc": {
        "start": {
          "line": 51,
          "column": 16
        },
        "end": {
          "line": 51,
          "column": 25
        }
      }
    },
    {
      "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": 2444,
      "end": 2447,
      "loc": {
        "start": {
          "line": 51,
          "column": 26
        },
        "end": {
          "line": 51,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Error",
      "start": 2448,
      "end": 2453,
      "loc": {
        "start": {
          "line": 51,
          "column": 30
        },
        "end": {
          "line": 51,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2453,
      "end": 2454,
      "loc": {
        "start": {
          "line": 51,
          "column": 35
        },
        "end": {
          "line": 51,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "drawArcBy_S_E mustn't be called without angle or radius restrictions",
      "start": 2454,
      "end": 2524,
      "loc": {
        "start": {
          "line": 51,
          "column": 36
        },
        "end": {
          "line": 51,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2524,
      "end": 2525,
      "loc": {
        "start": {
          "line": 51,
          "column": 106
        },
        "end": {
          "line": 51,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2525,
      "end": 2526,
      "loc": {
        "start": {
          "line": 51,
          "column": 107
        },
        "end": {
          "line": 51,
          "column": 108
        }
      }
    },
    {
      "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": 2531,
      "end": 2533,
      "loc": {
        "start": {
          "line": 52,
          "column": 4
        },
        "end": {
          "line": 52,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2534,
      "end": 2535,
      "loc": {
        "start": {
          "line": 52,
          "column": 7
        },
        "end": {
          "line": 52,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 2535,
      "end": 2536,
      "loc": {
        "start": {
          "line": 52,
          "column": 8
        },
        "end": {
          "line": 52,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2536,
      "end": 2537,
      "loc": {
        "start": {
          "line": 52,
          "column": 9
        },
        "end": {
          "line": 52,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 2537,
      "end": 2538,
      "loc": {
        "start": {
          "line": 52,
          "column": 10
        },
        "end": {
          "line": 52,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 2539,
      "end": 2540,
      "loc": {
        "start": {
          "line": 52,
          "column": 12
        },
        "end": {
          "line": 52,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 2541,
      "end": 2547,
      "loc": {
        "start": {
          "line": 52,
          "column": 14
        },
        "end": {
          "line": 52,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 2548,
      "end": 2550,
      "loc": {
        "start": {
          "line": 52,
          "column": 21
        },
        "end": {
          "line": 52,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 2551,
      "end": 2557,
      "loc": {
        "start": {
          "line": 52,
          "column": 24
        },
        "end": {
          "line": 52,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 2558,
      "end": 2559,
      "loc": {
        "start": {
          "line": 52,
          "column": 31
        },
        "end": {
          "line": 52,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1000000,
      "start": 2560,
      "end": 2563,
      "loc": {
        "start": {
          "line": 52,
          "column": 33
        },
        "end": {
          "line": 52,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2563,
      "end": 2564,
      "loc": {
        "start": {
          "line": 52,
          "column": 36
        },
        "end": {
          "line": 52,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2564,
      "end": 2565,
      "loc": {
        "start": {
          "line": 52,
          "column": 37
        },
        "end": {
          "line": 52,
          "column": 38
        }
      }
    },
    {
      "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": 2566,
      "end": 2572,
      "loc": {
        "start": {
          "line": 52,
          "column": 39
        },
        "end": {
          "line": 52,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2573,
      "end": 2574,
      "loc": {
        "start": {
          "line": 52,
          "column": 46
        },
        "end": {
          "line": 52,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 2575,
      "end": 2580,
      "loc": {
        "start": {
          "line": 52,
          "column": 48
        },
        "end": {
          "line": 52,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2580,
      "end": 2581,
      "loc": {
        "start": {
          "line": 52,
          "column": 53
        },
        "end": {
          "line": 52,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 2582,
      "end": 2585,
      "loc": {
        "start": {
          "line": 52,
          "column": 55
        },
        "end": {
          "line": 52,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2586,
      "end": 2587,
      "loc": {
        "start": {
          "line": 52,
          "column": 59
        },
        "end": {
          "line": 52,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2587,
      "end": 2588,
      "loc": {
        "start": {
          "line": 52,
          "column": 60
        },
        "end": {
          "line": 52,
          "column": 61
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " perpend is the distance from the center to the start-end chord",
      "start": 2593,
      "end": 2658,
      "loc": {
        "start": {
          "line": 53,
          "column": 4
        },
        "end": {
          "line": 53,
          "column": 69
        }
      }
    },
    {
      "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": 2663,
      "end": 2666,
      "loc": {
        "start": {
          "line": 54,
          "column": 4
        },
        "end": {
          "line": 54,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "perpend",
      "start": 2667,
      "end": 2674,
      "loc": {
        "start": {
          "line": 54,
          "column": 8
        },
        "end": {
          "line": 54,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2675,
      "end": 2676,
      "loc": {
        "start": {
          "line": 54,
          "column": 16
        },
        "end": {
          "line": 54,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cath",
      "start": 2677,
      "end": 2681,
      "loc": {
        "start": {
          "line": 54,
          "column": 18
        },
        "end": {
          "line": 54,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2681,
      "end": 2682,
      "loc": {
        "start": {
          "line": 54,
          "column": 22
        },
        "end": {
          "line": 54,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 2682,
      "end": 2688,
      "loc": {
        "start": {
          "line": 54,
          "column": 23
        },
        "end": {
          "line": 54,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2688,
      "end": 2689,
      "loc": {
        "start": {
          "line": 54,
          "column": 29
        },
        "end": {
          "line": 54,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "halfChord",
      "start": 2690,
      "end": 2699,
      "loc": {
        "start": {
          "line": 54,
          "column": 31
        },
        "end": {
          "line": 54,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2699,
      "end": 2700,
      "loc": {
        "start": {
          "line": 54,
          "column": 40
        },
        "end": {
          "line": 54,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2700,
      "end": 2701,
      "loc": {
        "start": {
          "line": 54,
          "column": 41
        },
        "end": {
          "line": 54,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "side",
      "start": 2702,
      "end": 2706,
      "loc": {
        "start": {
          "line": 54,
          "column": 43
        },
        "end": {
          "line": 54,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2707,
      "end": 2708,
      "loc": {
        "start": {
          "line": 54,
          "column": 48
        },
        "end": {
          "line": 54,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 2709,
      "end": 2710,
      "loc": {
        "start": {
          "line": 54,
          "column": 50
        },
        "end": {
          "line": 54,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2710,
      "end": 2711,
      "loc": {
        "start": {
          "line": 54,
          "column": 51
        },
        "end": {
          "line": 54,
          "column": 52
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " calculate side (sign of perpend) from angle and clockwise",
      "start": 2716,
      "end": 2776,
      "loc": {
        "start": {
          "line": 55,
          "column": 4
        },
        "end": {
          "line": 55,
          "column": 64
        }
      }
    },
    {
      "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": 2781,
      "end": 2783,
      "loc": {
        "start": {
          "line": 56,
          "column": 4
        },
        "end": {
          "line": 56,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2784,
      "end": 2785,
      "loc": {
        "start": {
          "line": 56,
          "column": 7
        },
        "end": {
          "line": 56,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "restrictions",
      "start": 2785,
      "end": 2797,
      "loc": {
        "start": {
          "line": 56,
          "column": 8
        },
        "end": {
          "line": 56,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2797,
      "end": 2798,
      "loc": {
        "start": {
          "line": 56,
          "column": 20
        },
        "end": {
          "line": 56,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 2798,
      "end": 2803,
      "loc": {
        "start": {
          "line": 56,
          "column": 21
        },
        "end": {
          "line": 56,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 2804,
      "end": 2807,
      "loc": {
        "start": {
          "line": 56,
          "column": 27
        },
        "end": {
          "line": 56,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 2808,
      "end": 2817,
      "loc": {
        "start": {
          "line": 56,
          "column": 31
        },
        "end": {
          "line": 56,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 2818,
      "end": 2820,
      "loc": {
        "start": {
          "line": 56,
          "column": 41
        },
        "end": {
          "line": 56,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "restrictions",
      "start": 2821,
      "end": 2833,
      "loc": {
        "start": {
          "line": 56,
          "column": 44
        },
        "end": {
          "line": 56,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2833,
      "end": 2834,
      "loc": {
        "start": {
          "line": 56,
          "column": 56
        },
        "end": {
          "line": 56,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clockwise",
      "start": 2834,
      "end": 2843,
      "loc": {
        "start": {
          "line": 56,
          "column": 57
        },
        "end": {
          "line": 56,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 2844,
      "end": 2847,
      "loc": {
        "start": {
          "line": 56,
          "column": 67
        },
        "end": {
          "line": 56,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 2848,
      "end": 2857,
      "loc": {
        "start": {
          "line": 56,
          "column": 71
        },
        "end": {
          "line": 56,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2857,
      "end": 2858,
      "loc": {
        "start": {
          "line": 56,
          "column": 80
        },
        "end": {
          "line": 56,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "side",
      "start": 2867,
      "end": 2871,
      "loc": {
        "start": {
          "line": 57,
          "column": 8
        },
        "end": {
          "line": 57,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2872,
      "end": 2873,
      "loc": {
        "start": {
          "line": 57,
          "column": 13
        },
        "end": {
          "line": 57,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "restrictions",
      "start": 2874,
      "end": 2886,
      "loc": {
        "start": {
          "line": 57,
          "column": 15
        },
        "end": {
          "line": 57,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2886,
      "end": 2887,
      "loc": {
        "start": {
          "line": 57,
          "column": 27
        },
        "end": {
          "line": 57,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 2887,
      "end": 2892,
      "loc": {
        "start": {
          "line": 57,
          "column": 28
        },
        "end": {
          "line": 57,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 2893,
      "end": 2894,
      "loc": {
        "start": {
          "line": 57,
          "column": 34
        },
        "end": {
          "line": 57,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 2895,
      "end": 2899,
      "loc": {
        "start": {
          "line": 57,
          "column": 36
        },
        "end": {
          "line": 57,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2899,
      "end": 2900,
      "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": "PI",
      "start": 2900,
      "end": 2902,
      "loc": {
        "start": {
          "line": 57,
          "column": 41
        },
        "end": {
          "line": 57,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 2903,
      "end": 2906,
      "loc": {
        "start": {
          "line": 57,
          "column": 44
        },
        "end": {
          "line": 57,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "restrictions",
      "start": 2907,
      "end": 2919,
      "loc": {
        "start": {
          "line": 57,
          "column": 48
        },
        "end": {
          "line": 57,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2919,
      "end": 2920,
      "loc": {
        "start": {
          "line": 57,
          "column": 60
        },
        "end": {
          "line": 57,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clockwise",
      "start": 2920,
      "end": 2929,
      "loc": {
        "start": {
          "line": 57,
          "column": 61
        },
        "end": {
          "line": 57,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2930,
      "end": 2931,
      "loc": {
        "start": {
          "line": 57,
          "column": 71
        },
        "end": {
          "line": 57,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 2932,
      "end": 2933,
      "loc": {
        "start": {
          "line": 57,
          "column": 73
        },
        "end": {
          "line": 57,
          "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": 2933,
      "end": 2934,
      "loc": {
        "start": {
          "line": 57,
          "column": 74
        },
        "end": {
          "line": 57,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2935,
      "end": 2936,
      "loc": {
        "start": {
          "line": 57,
          "column": 76
        },
        "end": {
          "line": 57,
          "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": 2937,
      "end": 2938,
      "loc": {
        "start": {
          "line": 57,
          "column": 78
        },
        "end": {
          "line": 57,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2938,
      "end": 2939,
      "loc": {
        "start": {
          "line": 57,
          "column": 79
        },
        "end": {
          "line": 57,
          "column": 80
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " otherwise use generalHint to disambiguate side",
      "start": 2940,
      "end": 2989,
      "loc": {
        "start": {
          "line": 57,
          "column": 81
        },
        "end": {
          "line": 57,
          "column": 130
        }
      }
    },
    {
      "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": 2994,
      "end": 2998,
      "loc": {
        "start": {
          "line": 58,
          "column": 4
        },
        "end": {
          "line": 58,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "side",
      "start": 3007,
      "end": 3011,
      "loc": {
        "start": {
          "line": 59,
          "column": 8
        },
        "end": {
          "line": 59,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3012,
      "end": 3013,
      "loc": {
        "start": {
          "line": 59,
          "column": 13
        },
        "end": {
          "line": 59,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cross",
      "start": 3014,
      "end": 3019,
      "loc": {
        "start": {
          "line": 59,
          "column": 15
        },
        "end": {
          "line": 59,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3019,
      "end": 3020,
      "loc": {
        "start": {
          "line": 59,
          "column": 20
        },
        "end": {
          "line": 59,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 3020,
      "end": 3023,
      "loc": {
        "start": {
          "line": 59,
          "column": 21
        },
        "end": {
          "line": 59,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3023,
      "end": 3024,
      "loc": {
        "start": {
          "line": 59,
          "column": 24
        },
        "end": {
          "line": 59,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 3024,
      "end": 3029,
      "loc": {
        "start": {
          "line": 59,
          "column": 25
        },
        "end": {
          "line": 59,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3029,
      "end": 3030,
      "loc": {
        "start": {
          "line": 59,
          "column": 30
        },
        "end": {
          "line": 59,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3030,
      "end": 3031,
      "loc": {
        "start": {
          "line": 59,
          "column": 31
        },
        "end": {
          "line": 59,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3031,
      "end": 3032,
      "loc": {
        "start": {
          "line": 59,
          "column": 32
        },
        "end": {
          "line": 59,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 3032,
      "end": 3035,
      "loc": {
        "start": {
          "line": 59,
          "column": 33
        },
        "end": {
          "line": 59,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3035,
      "end": 3036,
      "loc": {
        "start": {
          "line": 59,
          "column": 36
        },
        "end": {
          "line": 59,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 3036,
      "end": 3041,
      "loc": {
        "start": {
          "line": 59,
          "column": 37
        },
        "end": {
          "line": 59,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3041,
      "end": 3042,
      "loc": {
        "start": {
          "line": 59,
          "column": 42
        },
        "end": {
          "line": 59,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3042,
      "end": 3043,
      "loc": {
        "start": {
          "line": 59,
          "column": 43
        },
        "end": {
          "line": 59,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "generalHint",
      "start": 3044,
      "end": 3055,
      "loc": {
        "start": {
          "line": 59,
          "column": 45
        },
        "end": {
          "line": 59,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3055,
      "end": 3056,
      "loc": {
        "start": {
          "line": 59,
          "column": 56
        },
        "end": {
          "line": 59,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 3056,
      "end": 3061,
      "loc": {
        "start": {
          "line": 59,
          "column": 57
        },
        "end": {
          "line": 59,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3061,
      "end": 3062,
      "loc": {
        "start": {
          "line": 59,
          "column": 62
        },
        "end": {
          "line": 59,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3062,
      "end": 3063,
      "loc": {
        "start": {
          "line": 59,
          "column": 63
        },
        "end": {
          "line": 59,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3063,
      "end": 3064,
      "loc": {
        "start": {
          "line": 59,
          "column": 64
        },
        "end": {
          "line": 59,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 3064,
      "end": 3067,
      "loc": {
        "start": {
          "line": 59,
          "column": 65
        },
        "end": {
          "line": 59,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3067,
      "end": 3068,
      "loc": {
        "start": {
          "line": 59,
          "column": 68
        },
        "end": {
          "line": 59,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 3068,
      "end": 3073,
      "loc": {
        "start": {
          "line": 59,
          "column": 69
        },
        "end": {
          "line": 59,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3073,
      "end": 3074,
      "loc": {
        "start": {
          "line": 59,
          "column": 74
        },
        "end": {
          "line": 59,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3074,
      "end": 3075,
      "loc": {
        "start": {
          "line": 59,
          "column": 75
        },
        "end": {
          "line": 59,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 3076,
      "end": 3077,
      "loc": {
        "start": {
          "line": 59,
          "column": 77
        },
        "end": {
          "line": 59,
          "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": 3078,
      "end": 3079,
      "loc": {
        "start": {
          "line": 59,
          "column": 79
        },
        "end": {
          "line": 59,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3080,
      "end": 3081,
      "loc": {
        "start": {
          "line": 59,
          "column": 81
        },
        "end": {
          "line": 59,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 3082,
      "end": 3083,
      "loc": {
        "start": {
          "line": 59,
          "column": 83
        },
        "end": {
          "line": 59,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 3083,
      "end": 3084,
      "loc": {
        "start": {
          "line": 59,
          "column": 84
        },
        "end": {
          "line": 59,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3085,
      "end": 3086,
      "loc": {
        "start": {
          "line": 59,
          "column": 86
        },
        "end": {
          "line": 59,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 3087,
      "end": 3088,
      "loc": {
        "start": {
          "line": 59,
          "column": 88
        },
        "end": {
          "line": 59,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3088,
      "end": 3089,
      "loc": {
        "start": {
          "line": 59,
          "column": 89
        },
        "end": {
          "line": 59,
          "column": 90
        }
      }
    },
    {
      "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": 3094,
      "end": 3099,
      "loc": {
        "start": {
          "line": 60,
          "column": 4
        },
        "end": {
          "line": 60,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 3100,
      "end": 3106,
      "loc": {
        "start": {
          "line": 60,
          "column": 10
        },
        "end": {
          "line": 60,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3107,
      "end": 3108,
      "loc": {
        "start": {
          "line": 60,
          "column": 17
        },
        "end": {
          "line": 60,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setVectorFromOrthoCoords",
      "start": 3109,
      "end": 3133,
      "loc": {
        "start": {
          "line": 60,
          "column": 19
        },
        "end": {
          "line": 60,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3133,
      "end": 3134,
      "loc": {
        "start": {
          "line": 60,
          "column": 43
        },
        "end": {
          "line": 60,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 3134,
      "end": 3137,
      "loc": {
        "start": {
          "line": 60,
          "column": 44
        },
        "end": {
          "line": 60,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3137,
      "end": 3138,
      "loc": {
        "start": {
          "line": 60,
          "column": 47
        },
        "end": {
          "line": 60,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 3138,
      "end": 3143,
      "loc": {
        "start": {
          "line": 60,
          "column": 48
        },
        "end": {
          "line": 60,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3143,
      "end": 3144,
      "loc": {
        "start": {
          "line": 60,
          "column": 53
        },
        "end": {
          "line": 60,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3144,
      "end": 3145,
      "loc": {
        "start": {
          "line": 60,
          "column": 54
        },
        "end": {
          "line": 60,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3145,
      "end": 3146,
      "loc": {
        "start": {
          "line": 60,
          "column": 55
        },
        "end": {
          "line": 60,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 3146,
      "end": 3149,
      "loc": {
        "start": {
          "line": 60,
          "column": 56
        },
        "end": {
          "line": 60,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3149,
      "end": 3150,
      "loc": {
        "start": {
          "line": 60,
          "column": 59
        },
        "end": {
          "line": 60,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 3150,
      "end": 3155,
      "loc": {
        "start": {
          "line": 60,
          "column": 60
        },
        "end": {
          "line": 60,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3155,
      "end": 3156,
      "loc": {
        "start": {
          "line": 60,
          "column": 65
        },
        "end": {
          "line": 60,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3156,
      "end": 3157,
      "loc": {
        "start": {
          "line": 60,
          "column": 66
        },
        "end": {
          "line": 60,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normalize",
      "start": 3157,
      "end": 3166,
      "loc": {
        "start": {
          "line": 60,
          "column": 67
        },
        "end": {
          "line": 60,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3166,
      "end": 3167,
      "loc": {
        "start": {
          "line": 60,
          "column": 76
        },
        "end": {
          "line": 60,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3167,
      "end": 3168,
      "loc": {
        "start": {
          "line": 60,
          "column": 77
        },
        "end": {
          "line": 60,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3168,
      "end": 3169,
      "loc": {
        "start": {
          "line": 60,
          "column": 78
        },
        "end": {
          "line": 60,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "halfChord",
      "start": 3170,
      "end": 3179,
      "loc": {
        "start": {
          "line": 60,
          "column": 80
        },
        "end": {
          "line": 60,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3179,
      "end": 3180,
      "loc": {
        "start": {
          "line": 60,
          "column": 89
        },
        "end": {
          "line": 60,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "side",
      "start": 3181,
      "end": 3185,
      "loc": {
        "start": {
          "line": 60,
          "column": 91
        },
        "end": {
          "line": 60,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 3186,
      "end": 3187,
      "loc": {
        "start": {
          "line": 60,
          "column": 96
        },
        "end": {
          "line": 60,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "perpend",
      "start": 3188,
      "end": 3195,
      "loc": {
        "start": {
          "line": 60,
          "column": 98
        },
        "end": {
          "line": 60,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3195,
      "end": 3196,
      "loc": {
        "start": {
          "line": 60,
          "column": 105
        },
        "end": {
          "line": 60,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3196,
      "end": 3197,
      "loc": {
        "start": {
          "line": 60,
          "column": 106
        },
        "end": {
          "line": 60,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 3197,
      "end": 3200,
      "loc": {
        "start": {
          "line": 60,
          "column": 107
        },
        "end": {
          "line": 60,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3200,
      "end": 3201,
      "loc": {
        "start": {
          "line": 60,
          "column": 110
        },
        "end": {
          "line": 60,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 3201,
      "end": 3206,
      "loc": {
        "start": {
          "line": 60,
          "column": 111
        },
        "end": {
          "line": 60,
          "column": 116
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3206,
      "end": 3207,
      "loc": {
        "start": {
          "line": 60,
          "column": 116
        },
        "end": {
          "line": 60,
          "column": 117
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3207,
      "end": 3208,
      "loc": {
        "start": {
          "line": 60,
          "column": 117
        },
        "end": {
          "line": 60,
          "column": 118
        }
      }
    },
    {
      "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": 3213,
      "end": 3218,
      "loc": {
        "start": {
          "line": 61,
          "column": 4
        },
        "end": {
          "line": 61,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clockwise",
      "start": 3219,
      "end": 3228,
      "loc": {
        "start": {
          "line": 61,
          "column": 10
        },
        "end": {
          "line": 61,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3229,
      "end": 3230,
      "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": "restrictions",
      "start": 3231,
      "end": 3243,
      "loc": {
        "start": {
          "line": 61,
          "column": 22
        },
        "end": {
          "line": 61,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3243,
      "end": 3244,
      "loc": {
        "start": {
          "line": 61,
          "column": 34
        },
        "end": {
          "line": 61,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clockwise",
      "start": 3244,
      "end": 3253,
      "loc": {
        "start": {
          "line": 61,
          "column": 35
        },
        "end": {
          "line": 61,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 3254,
      "end": 3257,
      "loc": {
        "start": {
          "line": 61,
          "column": 45
        },
        "end": {
          "line": 61,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 3258,
      "end": 3267,
      "loc": {
        "start": {
          "line": 61,
          "column": 49
        },
        "end": {
          "line": 61,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3276,
      "end": 3277,
      "loc": {
        "start": {
          "line": 62,
          "column": 8
        },
        "end": {
          "line": 62,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "restrictions",
      "start": 3278,
      "end": 3290,
      "loc": {
        "start": {
          "line": 62,
          "column": 10
        },
        "end": {
          "line": 62,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3290,
      "end": 3291,
      "loc": {
        "start": {
          "line": 62,
          "column": 22
        },
        "end": {
          "line": 62,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clockwise",
      "start": 3291,
      "end": 3300,
      "loc": {
        "start": {
          "line": 62,
          "column": 23
        },
        "end": {
          "line": 62,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3309,
      "end": 3310,
      "loc": {
        "start": {
          "line": 63,
          "column": 8
        },
        "end": {
          "line": 63,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "restrictions",
      "start": 3311,
      "end": 3323,
      "loc": {
        "start": {
          "line": 63,
          "column": 10
        },
        "end": {
          "line": 63,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3323,
      "end": 3324,
      "loc": {
        "start": {
          "line": 63,
          "column": 22
        },
        "end": {
          "line": 63,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 3324,
      "end": 3329,
      "loc": {
        "start": {
          "line": 63,
          "column": 23
        },
        "end": {
          "line": 63,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 3330,
      "end": 3333,
      "loc": {
        "start": {
          "line": 63,
          "column": 29
        },
        "end": {
          "line": 63,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 3334,
      "end": 3343,
      "loc": {
        "start": {
          "line": 63,
          "column": 33
        },
        "end": {
          "line": 63,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3344,
      "end": 3345,
      "loc": {
        "start": {
          "line": 63,
          "column": 43
        },
        "end": {
          "line": 63,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "restrictions",
      "start": 3346,
      "end": 3358,
      "loc": {
        "start": {
          "line": 63,
          "column": 45
        },
        "end": {
          "line": 63,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3358,
      "end": 3359,
      "loc": {
        "start": {
          "line": 63,
          "column": 57
        },
        "end": {
          "line": 63,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 3359,
      "end": 3364,
      "loc": {
        "start": {
          "line": 63,
          "column": 58
        },
        "end": {
          "line": 63,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 3365,
      "end": 3366,
      "loc": {
        "start": {
          "line": 63,
          "column": 64
        },
        "end": {
          "line": 63,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 3367,
      "end": 3371,
      "loc": {
        "start": {
          "line": 63,
          "column": 66
        },
        "end": {
          "line": 63,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3371,
      "end": 3372,
      "loc": {
        "start": {
          "line": 63,
          "column": 70
        },
        "end": {
          "line": 63,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "PI",
      "start": 3372,
      "end": 3374,
      "loc": {
        "start": {
          "line": 63,
          "column": 71
        },
        "end": {
          "line": 63,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 3375,
      "end": 3378,
      "loc": {
        "start": {
          "line": 63,
          "column": 74
        },
        "end": {
          "line": 63,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3379,
      "end": 3380,
      "loc": {
        "start": {
          "line": 63,
          "column": 78
        },
        "end": {
          "line": 63,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "side",
      "start": 3380,
      "end": 3384,
      "loc": {
        "start": {
          "line": 63,
          "column": 79
        },
        "end": {
          "line": 63,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 3385,
      "end": 3388,
      "loc": {
        "start": {
          "line": 63,
          "column": 84
        },
        "end": {
          "line": 63,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 3389,
      "end": 3390,
      "loc": {
        "start": {
          "line": 63,
          "column": 88
        },
        "end": {
          "line": 63,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 3390,
      "end": 3391,
      "loc": {
        "start": {
          "line": 63,
          "column": 89
        },
        "end": {
          "line": 63,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3391,
      "end": 3392,
      "loc": {
        "start": {
          "line": 63,
          "column": 90
        },
        "end": {
          "line": 63,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3393,
      "end": 3394,
      "loc": {
        "start": {
          "line": 63,
          "column": 92
        },
        "end": {
          "line": 63,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "side",
      "start": 3395,
      "end": 3399,
      "loc": {
        "start": {
          "line": 63,
          "column": 94
        },
        "end": {
          "line": 63,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 3400,
      "end": 3403,
      "loc": {
        "start": {
          "line": 63,
          "column": 99
        },
        "end": {
          "line": 63,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 3404,
      "end": 3405,
      "loc": {
        "start": {
          "line": 63,
          "column": 103
        },
        "end": {
          "line": 63,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 3405,
      "end": 3406,
      "loc": {
        "start": {
          "line": 63,
          "column": 104
        },
        "end": {
          "line": 63,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3406,
      "end": 3407,
      "loc": {
        "start": {
          "line": 63,
          "column": 105
        },
        "end": {
          "line": 63,
          "column": 106
        }
      }
    },
    {
      "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": 3412,
      "end": 3418,
      "loc": {
        "start": {
          "line": 64,
          "column": 4
        },
        "end": {
          "line": 64,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3419,
      "end": 3420,
      "loc": {
        "start": {
          "line": 64,
          "column": 11
        },
        "end": {
          "line": 64,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 3421,
      "end": 3426,
      "loc": {
        "start": {
          "line": 64,
          "column": 13
        },
        "end": {
          "line": 64,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3426,
      "end": 3427,
      "loc": {
        "start": {
          "line": 64,
          "column": 18
        },
        "end": {
          "line": 64,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 3428,
      "end": 3431,
      "loc": {
        "start": {
          "line": 64,
          "column": 20
        },
        "end": {
          "line": 64,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3431,
      "end": 3432,
      "loc": {
        "start": {
          "line": 64,
          "column": 23
        },
        "end": {
          "line": 64,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 3433,
      "end": 3439,
      "loc": {
        "start": {
          "line": 64,
          "column": 25
        },
        "end": {
          "line": 64,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3439,
      "end": 3440,
      "loc": {
        "start": {
          "line": 64,
          "column": 31
        },
        "end": {
          "line": 64,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clockwise",
      "start": 3441,
      "end": 3450,
      "loc": {
        "start": {
          "line": 64,
          "column": 33
        },
        "end": {
          "line": 64,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3451,
      "end": 3452,
      "loc": {
        "start": {
          "line": 64,
          "column": 43
        },
        "end": {
          "line": 64,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3452,
      "end": 3453,
      "loc": {
        "start": {
          "line": 64,
          "column": 44
        },
        "end": {
          "line": 64,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3454,
      "end": 3455,
      "loc": {
        "start": {
          "line": 65,
          "column": 0
        },
        "end": {
          "line": 65,
          "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": 3457,
      "end": 3463,
      "loc": {
        "start": {
          "line": 67,
          "column": 0
        },
        "end": {
          "line": 67,
          "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": 3464,
      "end": 3472,
      "loc": {
        "start": {
          "line": 67,
          "column": 7
        },
        "end": {
          "line": 67,
          "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_C",
      "start": 3473,
      "end": 3488,
      "loc": {
        "start": {
          "line": 67,
          "column": 16
        },
        "end": {
          "line": 67,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3488,
      "end": 3489,
      "loc": {
        "start": {
          "line": 67,
          "column": 31
        },
        "end": {
          "line": 67,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3489,
      "end": 3490,
      "loc": {
        "start": {
          "line": 67,
          "column": 32
        },
        "end": {
          "line": 67,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 3490,
      "end": 3495,
      "loc": {
        "start": {
          "line": 67,
          "column": 33
        },
        "end": {
          "line": 67,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3495,
      "end": 3496,
      "loc": {
        "start": {
          "line": 67,
          "column": 38
        },
        "end": {
          "line": 67,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 3497,
      "end": 3500,
      "loc": {
        "start": {
          "line": 67,
          "column": 40
        },
        "end": {
          "line": 67,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3500,
      "end": 3501,
      "loc": {
        "start": {
          "line": 67,
          "column": 43
        },
        "end": {
          "line": 67,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "centerHint",
      "start": 3502,
      "end": 3512,
      "loc": {
        "start": {
          "line": 67,
          "column": 45
        },
        "end": {
          "line": 67,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3512,
      "end": 3513,
      "loc": {
        "start": {
          "line": 67,
          "column": 55
        },
        "end": {
          "line": 67,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3513,
      "end": 3514,
      "loc": {
        "start": {
          "line": 67,
          "column": 56
        },
        "end": {
          "line": 67,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "restrictions",
      "start": 3515,
      "end": 3527,
      "loc": {
        "start": {
          "line": 67,
          "column": 58
        },
        "end": {
          "line": 67,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3527,
      "end": 3528,
      "loc": {
        "start": {
          "line": 67,
          "column": 70
        },
        "end": {
          "line": 67,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3529,
      "end": 3530,
      "loc": {
        "start": {
          "line": 67,
          "column": 72
        },
        "end": {
          "line": 67,
          "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": 3535,
      "end": 3537,
      "loc": {
        "start": {
          "line": 68,
          "column": 4
        },
        "end": {
          "line": 68,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3538,
      "end": 3539,
      "loc": {
        "start": {
          "line": 68,
          "column": 7
        },
        "end": {
          "line": 68,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "restrictions",
      "start": 3539,
      "end": 3551,
      "loc": {
        "start": {
          "line": 68,
          "column": 8
        },
        "end": {
          "line": 68,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3551,
      "end": 3552,
      "loc": {
        "start": {
          "line": 68,
          "column": 20
        },
        "end": {
          "line": 68,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 3552,
      "end": 3557,
      "loc": {
        "start": {
          "line": 68,
          "column": 21
        },
        "end": {
          "line": 68,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 3558,
      "end": 3561,
      "loc": {
        "start": {
          "line": 68,
          "column": 27
        },
        "end": {
          "line": 68,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 3562,
      "end": 3571,
      "loc": {
        "start": {
          "line": 68,
          "column": 31
        },
        "end": {
          "line": 68,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 3572,
      "end": 3574,
      "loc": {
        "start": {
          "line": 68,
          "column": 41
        },
        "end": {
          "line": 68,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "restrictions",
      "start": 3575,
      "end": 3587,
      "loc": {
        "start": {
          "line": 68,
          "column": 44
        },
        "end": {
          "line": 68,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3587,
      "end": 3588,
      "loc": {
        "start": {
          "line": 68,
          "column": 56
        },
        "end": {
          "line": 68,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 3588,
      "end": 3594,
      "loc": {
        "start": {
          "line": 68,
          "column": 57
        },
        "end": {
          "line": 68,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 3595,
      "end": 3598,
      "loc": {
        "start": {
          "line": 68,
          "column": 64
        },
        "end": {
          "line": 68,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 3599,
      "end": 3608,
      "loc": {
        "start": {
          "line": 68,
          "column": 68
        },
        "end": {
          "line": 68,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3608,
      "end": 3609,
      "loc": {
        "start": {
          "line": 68,
          "column": 77
        },
        "end": {
          "line": 68,
          "column": 78
        }
      }
    },
    {
      "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": 3618,
      "end": 3624,
      "loc": {
        "start": {
          "line": 69,
          "column": 8
        },
        "end": {
          "line": 69,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "drawArcBy_S_E",
      "start": 3625,
      "end": 3638,
      "loc": {
        "start": {
          "line": 69,
          "column": 15
        },
        "end": {
          "line": 69,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3638,
      "end": 3639,
      "loc": {
        "start": {
          "line": 69,
          "column": 28
        },
        "end": {
          "line": 69,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3639,
      "end": 3640,
      "loc": {
        "start": {
          "line": 69,
          "column": 29
        },
        "end": {
          "line": 69,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 3640,
      "end": 3645,
      "loc": {
        "start": {
          "line": 69,
          "column": 30
        },
        "end": {
          "line": 69,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3645,
      "end": 3646,
      "loc": {
        "start": {
          "line": 69,
          "column": 35
        },
        "end": {
          "line": 69,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 3647,
      "end": 3650,
      "loc": {
        "start": {
          "line": 69,
          "column": 37
        },
        "end": {
          "line": 69,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3650,
      "end": 3651,
      "loc": {
        "start": {
          "line": 69,
          "column": 40
        },
        "end": {
          "line": 69,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "centerHint",
      "start": 3652,
      "end": 3662,
      "loc": {
        "start": {
          "line": 69,
          "column": 42
        },
        "end": {
          "line": 69,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3662,
      "end": 3663,
      "loc": {
        "start": {
          "line": 69,
          "column": 52
        },
        "end": {
          "line": 69,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3663,
      "end": 3664,
      "loc": {
        "start": {
          "line": 69,
          "column": 53
        },
        "end": {
          "line": 69,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "restrictions",
      "start": 3665,
      "end": 3677,
      "loc": {
        "start": {
          "line": 69,
          "column": 55
        },
        "end": {
          "line": 69,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3677,
      "end": 3678,
      "loc": {
        "start": {
          "line": 69,
          "column": 67
        },
        "end": {
          "line": 69,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3678,
      "end": 3679,
      "loc": {
        "start": {
          "line": 69,
          "column": 68
        },
        "end": {
          "line": 69,
          "column": 69
        }
      }
    },
    {
      "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": 3684,
      "end": 3689,
      "loc": {
        "start": {
          "line": 70,
          "column": 4
        },
        "end": {
          "line": 70,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "perpend",
      "start": 3690,
      "end": 3697,
      "loc": {
        "start": {
          "line": 70,
          "column": 10
        },
        "end": {
          "line": 70,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3698,
      "end": 3699,
      "loc": {
        "start": {
          "line": 70,
          "column": 18
        },
        "end": {
          "line": 70,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cross",
      "start": 3700,
      "end": 3705,
      "loc": {
        "start": {
          "line": 70,
          "column": 20
        },
        "end": {
          "line": 70,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3705,
      "end": 3706,
      "loc": {
        "start": {
          "line": 70,
          "column": 25
        },
        "end": {
          "line": 70,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 3706,
      "end": 3709,
      "loc": {
        "start": {
          "line": 70,
          "column": 26
        },
        "end": {
          "line": 70,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3709,
      "end": 3710,
      "loc": {
        "start": {
          "line": 70,
          "column": 29
        },
        "end": {
          "line": 70,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 3710,
      "end": 3715,
      "loc": {
        "start": {
          "line": 70,
          "column": 30
        },
        "end": {
          "line": 70,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3715,
      "end": 3716,
      "loc": {
        "start": {
          "line": 70,
          "column": 35
        },
        "end": {
          "line": 70,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3716,
      "end": 3717,
      "loc": {
        "start": {
          "line": 70,
          "column": 36
        },
        "end": {
          "line": 70,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3717,
      "end": 3718,
      "loc": {
        "start": {
          "line": 70,
          "column": 37
        },
        "end": {
          "line": 70,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 3718,
      "end": 3721,
      "loc": {
        "start": {
          "line": 70,
          "column": 38
        },
        "end": {
          "line": 70,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3721,
      "end": 3722,
      "loc": {
        "start": {
          "line": 70,
          "column": 41
        },
        "end": {
          "line": 70,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 3722,
      "end": 3727,
      "loc": {
        "start": {
          "line": 70,
          "column": 42
        },
        "end": {
          "line": 70,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3727,
      "end": 3728,
      "loc": {
        "start": {
          "line": 70,
          "column": 47
        },
        "end": {
          "line": 70,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3728,
      "end": 3729,
      "loc": {
        "start": {
          "line": 70,
          "column": 48
        },
        "end": {
          "line": 70,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normalize",
      "start": 3729,
      "end": 3738,
      "loc": {
        "start": {
          "line": 70,
          "column": 49
        },
        "end": {
          "line": 70,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3738,
      "end": 3739,
      "loc": {
        "start": {
          "line": 70,
          "column": 58
        },
        "end": {
          "line": 70,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3739,
      "end": 3740,
      "loc": {
        "start": {
          "line": 70,
          "column": 59
        },
        "end": {
          "line": 70,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3740,
      "end": 3741,
      "loc": {
        "start": {
          "line": 70,
          "column": 60
        },
        "end": {
          "line": 70,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "centerHint",
      "start": 3742,
      "end": 3752,
      "loc": {
        "start": {
          "line": 70,
          "column": 62
        },
        "end": {
          "line": 70,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3752,
      "end": 3753,
      "loc": {
        "start": {
          "line": 70,
          "column": 72
        },
        "end": {
          "line": 70,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 3753,
      "end": 3758,
      "loc": {
        "start": {
          "line": 70,
          "column": 73
        },
        "end": {
          "line": 70,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3758,
      "end": 3759,
      "loc": {
        "start": {
          "line": 70,
          "column": 78
        },
        "end": {
          "line": 70,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3759,
      "end": 3760,
      "loc": {
        "start": {
          "line": 70,
          "column": 79
        },
        "end": {
          "line": 70,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3760,
      "end": 3761,
      "loc": {
        "start": {
          "line": 70,
          "column": 80
        },
        "end": {
          "line": 70,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 3761,
      "end": 3764,
      "loc": {
        "start": {
          "line": 70,
          "column": 81
        },
        "end": {
          "line": 70,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3764,
      "end": 3765,
      "loc": {
        "start": {
          "line": 70,
          "column": 84
        },
        "end": {
          "line": 70,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 3765,
      "end": 3770,
      "loc": {
        "start": {
          "line": 70,
          "column": 85
        },
        "end": {
          "line": 70,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3770,
      "end": 3771,
      "loc": {
        "start": {
          "line": 70,
          "column": 90
        },
        "end": {
          "line": 70,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3771,
      "end": 3772,
      "loc": {
        "start": {
          "line": 70,
          "column": 91
        },
        "end": {
          "line": 70,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3772,
      "end": 3773,
      "loc": {
        "start": {
          "line": 70,
          "column": 92
        },
        "end": {
          "line": 70,
          "column": 93
        }
      }
    },
    {
      "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": 3778,
      "end": 3783,
      "loc": {
        "start": {
          "line": 71,
          "column": 4
        },
        "end": {
          "line": 71,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 3784,
      "end": 3790,
      "loc": {
        "start": {
          "line": 71,
          "column": 10
        },
        "end": {
          "line": 71,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3791,
      "end": 3792,
      "loc": {
        "start": {
          "line": 71,
          "column": 17
        },
        "end": {
          "line": 71,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 3793,
      "end": 3797,
      "loc": {
        "start": {
          "line": 71,
          "column": 19
        },
        "end": {
          "line": 71,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3797,
      "end": 3798,
      "loc": {
        "start": {
          "line": 71,
          "column": 23
        },
        "end": {
          "line": 71,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hypot",
      "start": 3798,
      "end": 3803,
      "loc": {
        "start": {
          "line": 71,
          "column": 24
        },
        "end": {
          "line": 71,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3803,
      "end": 3804,
      "loc": {
        "start": {
          "line": 71,
          "column": 29
        },
        "end": {
          "line": 71,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "perpend",
      "start": 3804,
      "end": 3811,
      "loc": {
        "start": {
          "line": 71,
          "column": 30
        },
        "end": {
          "line": 71,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3811,
      "end": 3812,
      "loc": {
        "start": {
          "line": 71,
          "column": 37
        },
        "end": {
          "line": 71,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 3813,
      "end": 3818,
      "loc": {
        "start": {
          "line": 71,
          "column": 39
        },
        "end": {
          "line": 71,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3818,
      "end": 3819,
      "loc": {
        "start": {
          "line": 71,
          "column": 44
        },
        "end": {
          "line": 71,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "distanceTo",
      "start": 3819,
      "end": 3829,
      "loc": {
        "start": {
          "line": 71,
          "column": 45
        },
        "end": {
          "line": 71,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3829,
      "end": 3830,
      "loc": {
        "start": {
          "line": 71,
          "column": 55
        },
        "end": {
          "line": 71,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 3830,
      "end": 3833,
      "loc": {
        "start": {
          "line": 71,
          "column": 56
        },
        "end": {
          "line": 71,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3833,
      "end": 3834,
      "loc": {
        "start": {
          "line": 71,
          "column": 59
        },
        "end": {
          "line": 71,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 3835,
      "end": 3836,
      "loc": {
        "start": {
          "line": 71,
          "column": 61
        },
        "end": {
          "line": 71,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 3837,
      "end": 3838,
      "loc": {
        "start": {
          "line": 71,
          "column": 63
        },
        "end": {
          "line": 71,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3838,
      "end": 3839,
      "loc": {
        "start": {
          "line": 71,
          "column": 64
        },
        "end": {
          "line": 71,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3839,
      "end": 3840,
      "loc": {
        "start": {
          "line": 71,
          "column": 65
        },
        "end": {
          "line": 71,
          "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": 3845,
      "end": 3851,
      "loc": {
        "start": {
          "line": 72,
          "column": 4
        },
        "end": {
          "line": 72,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "drawArcBy_S_E",
      "start": 3852,
      "end": 3865,
      "loc": {
        "start": {
          "line": 72,
          "column": 11
        },
        "end": {
          "line": 72,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3865,
      "end": 3866,
      "loc": {
        "start": {
          "line": 72,
          "column": 24
        },
        "end": {
          "line": 72,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3866,
      "end": 3867,
      "loc": {
        "start": {
          "line": 72,
          "column": 25
        },
        "end": {
          "line": 72,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 3867,
      "end": 3872,
      "loc": {
        "start": {
          "line": 72,
          "column": 26
        },
        "end": {
          "line": 72,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3872,
      "end": 3873,
      "loc": {
        "start": {
          "line": 72,
          "column": 31
        },
        "end": {
          "line": 72,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 3874,
      "end": 3877,
      "loc": {
        "start": {
          "line": 72,
          "column": 33
        },
        "end": {
          "line": 72,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3877,
      "end": 3878,
      "loc": {
        "start": {
          "line": 72,
          "column": 36
        },
        "end": {
          "line": 72,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "centerHint",
      "start": 3879,
      "end": 3889,
      "loc": {
        "start": {
          "line": 72,
          "column": 38
        },
        "end": {
          "line": 72,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3889,
      "end": 3890,
      "loc": {
        "start": {
          "line": 72,
          "column": 48
        },
        "end": {
          "line": 72,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3890,
      "end": 3891,
      "loc": {
        "start": {
          "line": 72,
          "column": 49
        },
        "end": {
          "line": 72,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3892,
      "end": 3893,
      "loc": {
        "start": {
          "line": 72,
          "column": 51
        },
        "end": {
          "line": 72,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 3894,
      "end": 3900,
      "loc": {
        "start": {
          "line": 72,
          "column": 53
        },
        "end": {
          "line": 72,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3900,
      "end": 3901,
      "loc": {
        "start": {
          "line": 72,
          "column": 59
        },
        "end": {
          "line": 72,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clockwise",
      "start": 3902,
      "end": 3911,
      "loc": {
        "start": {
          "line": 72,
          "column": 61
        },
        "end": {
          "line": 72,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3911,
      "end": 3912,
      "loc": {
        "start": {
          "line": 72,
          "column": 70
        },
        "end": {
          "line": 72,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "restrictions",
      "start": 3913,
      "end": 3925,
      "loc": {
        "start": {
          "line": 72,
          "column": 72
        },
        "end": {
          "line": 72,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3925,
      "end": 3926,
      "loc": {
        "start": {
          "line": 72,
          "column": 84
        },
        "end": {
          "line": 72,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clockwise",
      "start": 3926,
      "end": 3935,
      "loc": {
        "start": {
          "line": 72,
          "column": 85
        },
        "end": {
          "line": 72,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3936,
      "end": 3937,
      "loc": {
        "start": {
          "line": 72,
          "column": 95
        },
        "end": {
          "line": 72,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3937,
      "end": 3938,
      "loc": {
        "start": {
          "line": 72,
          "column": 96
        },
        "end": {
          "line": 72,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3938,
      "end": 3939,
      "loc": {
        "start": {
          "line": 72,
          "column": 97
        },
        "end": {
          "line": 72,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3940,
      "end": 3941,
      "loc": {
        "start": {
          "line": 73,
          "column": 0
        },
        "end": {
          "line": 73,
          "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": 3943,
      "end": 3949,
      "loc": {
        "start": {
          "line": 75,
          "column": 0
        },
        "end": {
          "line": 75,
          "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": 3950,
      "end": 3958,
      "loc": {
        "start": {
          "line": 75,
          "column": 7
        },
        "end": {
          "line": 75,
          "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_CP",
      "start": 3959,
      "end": 3975,
      "loc": {
        "start": {
          "line": 75,
          "column": 16
        },
        "end": {
          "line": 75,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3975,
      "end": 3976,
      "loc": {
        "start": {
          "line": 75,
          "column": 32
        },
        "end": {
          "line": 75,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3976,
      "end": 3977,
      "loc": {
        "start": {
          "line": 75,
          "column": 33
        },
        "end": {
          "line": 75,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 3977,
      "end": 3982,
      "loc": {
        "start": {
          "line": 75,
          "column": 34
        },
        "end": {
          "line": 75,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3982,
      "end": 3983,
      "loc": {
        "start": {
          "line": 75,
          "column": 39
        },
        "end": {
          "line": 75,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 3984,
      "end": 3987,
      "loc": {
        "start": {
          "line": 75,
          "column": 41
        },
        "end": {
          "line": 75,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3987,
      "end": 3988,
      "loc": {
        "start": {
          "line": 75,
          "column": 44
        },
        "end": {
          "line": 75,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "controlPointHint",
      "start": 3989,
      "end": 4005,
      "loc": {
        "start": {
          "line": 75,
          "column": 46
        },
        "end": {
          "line": 75,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4005,
      "end": 4006,
      "loc": {
        "start": {
          "line": 75,
          "column": 62
        },
        "end": {
          "line": 75,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4006,
      "end": 4007,
      "loc": {
        "start": {
          "line": 75,
          "column": 63
        },
        "end": {
          "line": 75,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "restrictions",
      "start": 4008,
      "end": 4020,
      "loc": {
        "start": {
          "line": 75,
          "column": 65
        },
        "end": {
          "line": 75,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4020,
      "end": 4021,
      "loc": {
        "start": {
          "line": 75,
          "column": 77
        },
        "end": {
          "line": 75,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4022,
      "end": 4023,
      "loc": {
        "start": {
          "line": 75,
          "column": 79
        },
        "end": {
          "line": 75,
          "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": 4028,
      "end": 4033,
      "loc": {
        "start": {
          "line": 76,
          "column": 4
        },
        "end": {
          "line": 76,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mid",
      "start": 4034,
      "end": 4037,
      "loc": {
        "start": {
          "line": 76,
          "column": 10
        },
        "end": {
          "line": 76,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4038,
      "end": 4039,
      "loc": {
        "start": {
          "line": 76,
          "column": 14
        },
        "end": {
          "line": 76,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 4040,
      "end": 4045,
      "loc": {
        "start": {
          "line": 76,
          "column": 16
        },
        "end": {
          "line": 76,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4045,
      "end": 4046,
      "loc": {
        "start": {
          "line": 76,
          "column": 21
        },
        "end": {
          "line": 76,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 4046,
      "end": 4051,
      "loc": {
        "start": {
          "line": 76,
          "column": 22
        },
        "end": {
          "line": 76,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4051,
      "end": 4052,
      "loc": {
        "start": {
          "line": 76,
          "column": 27
        },
        "end": {
          "line": 76,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4052,
      "end": 4053,
      "loc": {
        "start": {
          "line": 76,
          "column": 28
        },
        "end": {
          "line": 76,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4053,
      "end": 4054,
      "loc": {
        "start": {
          "line": 76,
          "column": 29
        },
        "end": {
          "line": 76,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lerp",
      "start": 4054,
      "end": 4058,
      "loc": {
        "start": {
          "line": 76,
          "column": 30
        },
        "end": {
          "line": 76,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4058,
      "end": 4059,
      "loc": {
        "start": {
          "line": 76,
          "column": 34
        },
        "end": {
          "line": 76,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 4059,
      "end": 4062,
      "loc": {
        "start": {
          "line": 76,
          "column": 35
        },
        "end": {
          "line": 76,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4062,
      "end": 4063,
      "loc": {
        "start": {
          "line": 76,
          "column": 38
        },
        "end": {
          "line": 76,
          "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.5,
      "start": 4064,
      "end": 4067,
      "loc": {
        "start": {
          "line": 76,
          "column": 40
        },
        "end": {
          "line": 76,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4067,
      "end": 4068,
      "loc": {
        "start": {
          "line": 76,
          "column": 43
        },
        "end": {
          "line": 76,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4068,
      "end": 4069,
      "loc": {
        "start": {
          "line": 76,
          "column": 44
        },
        "end": {
          "line": 76,
          "column": 45
        }
      }
    },
    {
      "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": 4074,
      "end": 4077,
      "loc": {
        "start": {
          "line": 77,
          "column": 4
        },
        "end": {
          "line": 77,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 4078,
      "end": 4084,
      "loc": {
        "start": {
          "line": 77,
          "column": 8
        },
        "end": {
          "line": 77,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4085,
      "end": 4086,
      "loc": {
        "start": {
          "line": 77,
          "column": 15
        },
        "end": {
          "line": 77,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "controlPointHint",
      "start": 4087,
      "end": 4103,
      "loc": {
        "start": {
          "line": 77,
          "column": 17
        },
        "end": {
          "line": 77,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4103,
      "end": 4104,
      "loc": {
        "start": {
          "line": 77,
          "column": 33
        },
        "end": {
          "line": 77,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 4104,
      "end": 4109,
      "loc": {
        "start": {
          "line": 77,
          "column": 34
        },
        "end": {
          "line": 77,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4109,
      "end": 4110,
      "loc": {
        "start": {
          "line": 77,
          "column": 39
        },
        "end": {
          "line": 77,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4110,
      "end": 4111,
      "loc": {
        "start": {
          "line": 77,
          "column": 40
        },
        "end": {
          "line": 77,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4111,
      "end": 4112,
      "loc": {
        "start": {
          "line": 77,
          "column": 41
        },
        "end": {
          "line": 77,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 4112,
      "end": 4115,
      "loc": {
        "start": {
          "line": 77,
          "column": 42
        },
        "end": {
          "line": 77,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4115,
      "end": 4116,
      "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": "mid",
      "start": 4116,
      "end": 4119,
      "loc": {
        "start": {
          "line": 77,
          "column": 46
        },
        "end": {
          "line": 77,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4119,
      "end": 4120,
      "loc": {
        "start": {
          "line": 77,
          "column": 49
        },
        "end": {
          "line": 77,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4120,
      "end": 4121,
      "loc": {
        "start": {
          "line": 77,
          "column": 50
        },
        "end": {
          "line": 77,
          "column": 51
        }
      }
    },
    {
      "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": 4126,
      "end": 4131,
      "loc": {
        "start": {
          "line": 78,
          "column": 4
        },
        "end": {
          "line": 78,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "perpend",
      "start": 4132,
      "end": 4139,
      "loc": {
        "start": {
          "line": 78,
          "column": 10
        },
        "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": 4140,
      "end": 4141,
      "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": "cross",
      "start": 4142,
      "end": 4147,
      "loc": {
        "start": {
          "line": 78,
          "column": 20
        },
        "end": {
          "line": 78,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4147,
      "end": 4148,
      "loc": {
        "start": {
          "line": 78,
          "column": 25
        },
        "end": {
          "line": 78,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 4148,
      "end": 4151,
      "loc": {
        "start": {
          "line": 78,
          "column": 26
        },
        "end": {
          "line": 78,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4151,
      "end": 4152,
      "loc": {
        "start": {
          "line": 78,
          "column": 29
        },
        "end": {
          "line": 78,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 4152,
      "end": 4157,
      "loc": {
        "start": {
          "line": 78,
          "column": 30
        },
        "end": {
          "line": 78,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4157,
      "end": 4158,
      "loc": {
        "start": {
          "line": 78,
          "column": 35
        },
        "end": {
          "line": 78,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4158,
      "end": 4159,
      "loc": {
        "start": {
          "line": 78,
          "column": 36
        },
        "end": {
          "line": 78,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4159,
      "end": 4160,
      "loc": {
        "start": {
          "line": 78,
          "column": 37
        },
        "end": {
          "line": 78,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 4160,
      "end": 4163,
      "loc": {
        "start": {
          "line": 78,
          "column": 38
        },
        "end": {
          "line": 78,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4163,
      "end": 4164,
      "loc": {
        "start": {
          "line": 78,
          "column": 41
        },
        "end": {
          "line": 78,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mid",
      "start": 4164,
      "end": 4167,
      "loc": {
        "start": {
          "line": 78,
          "column": 42
        },
        "end": {
          "line": 78,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4167,
      "end": 4168,
      "loc": {
        "start": {
          "line": 78,
          "column": 45
        },
        "end": {
          "line": 78,
          "column": 46
        }
      }
    },
    {
      "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": 78,
          "column": 46
        },
        "end": {
          "line": 78,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 4170,
      "end": 4176,
      "loc": {
        "start": {
          "line": 78,
          "column": 48
        },
        "end": {
          "line": 78,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4176,
      "end": 4177,
      "loc": {
        "start": {
          "line": 78,
          "column": 54
        },
        "end": {
          "line": 78,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4177,
      "end": 4178,
      "loc": {
        "start": {
          "line": 78,
          "column": 55
        },
        "end": {
          "line": 78,
          "column": 56
        }
      }
    },
    {
      "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": 4183,
      "end": 4188,
      "loc": {
        "start": {
          "line": 79,
          "column": 4
        },
        "end": {
          "line": 79,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "k",
      "start": 4189,
      "end": 4190,
      "loc": {
        "start": {
          "line": 79,
          "column": 10
        },
        "end": {
          "line": 79,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4191,
      "end": 4192,
      "loc": {
        "start": {
          "line": 79,
          "column": 12
        },
        "end": {
          "line": 79,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 4193,
      "end": 4198,
      "loc": {
        "start": {
          "line": 79,
          "column": 14
        },
        "end": {
          "line": 79,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4198,
      "end": 4199,
      "loc": {
        "start": {
          "line": 79,
          "column": 19
        },
        "end": {
          "line": 79,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "distanceToSquared",
      "start": 4199,
      "end": 4216,
      "loc": {
        "start": {
          "line": 79,
          "column": 20
        },
        "end": {
          "line": 79,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4216,
      "end": 4217,
      "loc": {
        "start": {
          "line": 79,
          "column": 37
        },
        "end": {
          "line": 79,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mid",
      "start": 4217,
      "end": 4220,
      "loc": {
        "start": {
          "line": 79,
          "column": 38
        },
        "end": {
          "line": 79,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4220,
      "end": 4221,
      "loc": {
        "start": {
          "line": 79,
          "column": 41
        },
        "end": {
          "line": 79,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 4222,
      "end": 4223,
      "loc": {
        "start": {
          "line": 79,
          "column": 43
        },
        "end": {
          "line": 79,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "perpend",
      "start": 4224,
      "end": 4231,
      "loc": {
        "start": {
          "line": 79,
          "column": 45
        },
        "end": {
          "line": 79,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4231,
      "end": 4232,
      "loc": {
        "start": {
          "line": 79,
          "column": 52
        },
        "end": {
          "line": 79,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 4237,
      "end": 4243,
      "loc": {
        "start": {
          "line": 80,
          "column": 4
        },
        "end": {
          "line": 80,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4243,
      "end": 4244,
      "loc": {
        "start": {
          "line": 80,
          "column": 10
        },
        "end": {
          "line": 80,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "multiplyScalar",
      "start": 4244,
      "end": 4258,
      "loc": {
        "start": {
          "line": 80,
          "column": 11
        },
        "end": {
          "line": 80,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4258,
      "end": 4259,
      "loc": {
        "start": {
          "line": 80,
          "column": 25
        },
        "end": {
          "line": 80,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4259,
      "end": 4260,
      "loc": {
        "start": {
          "line": 80,
          "column": 26
        },
        "end": {
          "line": 80,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 4260,
      "end": 4261,
      "loc": {
        "start": {
          "line": 80,
          "column": 27
        },
        "end": {
          "line": 80,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "k",
      "start": 4261,
      "end": 4262,
      "loc": {
        "start": {
          "line": 80,
          "column": 28
        },
        "end": {
          "line": 80,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4262,
      "end": 4263,
      "loc": {
        "start": {
          "line": 80,
          "column": 29
        },
        "end": {
          "line": 80,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 4264,
      "end": 4265,
      "loc": {
        "start": {
          "line": 80,
          "column": 31
        },
        "end": {
          "line": 80,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "k",
      "start": 4266,
      "end": 4267,
      "loc": {
        "start": {
          "line": 80,
          "column": 33
        },
        "end": {
          "line": 80,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4267,
      "end": 4268,
      "loc": {
        "start": {
          "line": 80,
          "column": 34
        },
        "end": {
          "line": 80,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4268,
      "end": 4269,
      "loc": {
        "start": {
          "line": 80,
          "column": 35
        },
        "end": {
          "line": 80,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 4269,
      "end": 4272,
      "loc": {
        "start": {
          "line": 80,
          "column": 36
        },
        "end": {
          "line": 80,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4272,
      "end": 4273,
      "loc": {
        "start": {
          "line": 80,
          "column": 39
        },
        "end": {
          "line": 80,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mid",
      "start": 4273,
      "end": 4276,
      "loc": {
        "start": {
          "line": 80,
          "column": 40
        },
        "end": {
          "line": 80,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4276,
      "end": 4277,
      "loc": {
        "start": {
          "line": 80,
          "column": 43
        },
        "end": {
          "line": 80,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4277,
      "end": 4278,
      "loc": {
        "start": {
          "line": 80,
          "column": 44
        },
        "end": {
          "line": 80,
          "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": 4283,
      "end": 4285,
      "loc": {
        "start": {
          "line": 81,
          "column": 4
        },
        "end": {
          "line": 81,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4286,
      "end": 4287,
      "loc": {
        "start": {
          "line": 81,
          "column": 7
        },
        "end": {
          "line": 81,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 4287,
      "end": 4288,
      "loc": {
        "start": {
          "line": 81,
          "column": 8
        },
        "end": {
          "line": 81,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Number",
      "start": 4288,
      "end": 4294,
      "loc": {
        "start": {
          "line": 81,
          "column": 9
        },
        "end": {
          "line": 81,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4294,
      "end": 4295,
      "loc": {
        "start": {
          "line": 81,
          "column": 15
        },
        "end": {
          "line": 81,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isFinite",
      "start": 4295,
      "end": 4303,
      "loc": {
        "start": {
          "line": 81,
          "column": 16
        },
        "end": {
          "line": 81,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4303,
      "end": 4304,
      "loc": {
        "start": {
          "line": 81,
          "column": 24
        },
        "end": {
          "line": 81,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4304,
      "end": 4305,
      "loc": {
        "start": {
          "line": 81,
          "column": 25
        },
        "end": {
          "line": 81,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 4305,
      "end": 4306,
      "loc": {
        "start": {
          "line": 81,
          "column": 26
        },
        "end": {
          "line": 81,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "k",
      "start": 4306,
      "end": 4307,
      "loc": {
        "start": {
          "line": 81,
          "column": 27
        },
        "end": {
          "line": 81,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4307,
      "end": 4308,
      "loc": {
        "start": {
          "line": 81,
          "column": 28
        },
        "end": {
          "line": 81,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 4309,
      "end": 4310,
      "loc": {
        "start": {
          "line": 81,
          "column": 30
        },
        "end": {
          "line": 81,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "k",
      "start": 4311,
      "end": 4312,
      "loc": {
        "start": {
          "line": 81,
          "column": 32
        },
        "end": {
          "line": 81,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4312,
      "end": 4313,
      "loc": {
        "start": {
          "line": 81,
          "column": 33
        },
        "end": {
          "line": 81,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4313,
      "end": 4314,
      "loc": {
        "start": {
          "line": 81,
          "column": 34
        },
        "end": {
          "line": 81,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 4315,
      "end": 4321,
      "loc": {
        "start": {
          "line": 81,
          "column": 36
        },
        "end": {
          "line": 81,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4321,
      "end": 4322,
      "loc": {
        "start": {
          "line": 81,
          "column": 42
        },
        "end": {
          "line": 81,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "copy",
      "start": 4322,
      "end": 4326,
      "loc": {
        "start": {
          "line": 81,
          "column": 43
        },
        "end": {
          "line": 81,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4326,
      "end": 4327,
      "loc": {
        "start": {
          "line": 81,
          "column": 47
        },
        "end": {
          "line": 81,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 4327,
      "end": 4330,
      "loc": {
        "start": {
          "line": 81,
          "column": 48
        },
        "end": {
          "line": 81,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4330,
      "end": 4331,
      "loc": {
        "start": {
          "line": 81,
          "column": 51
        },
        "end": {
          "line": 81,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4331,
      "end": 4332,
      "loc": {
        "start": {
          "line": 81,
          "column": 52
        },
        "end": {
          "line": 81,
          "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": 4337,
      "end": 4343,
      "loc": {
        "start": {
          "line": 82,
          "column": 4
        },
        "end": {
          "line": 82,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "drawArcBy_S_E_C",
      "start": 4344,
      "end": 4359,
      "loc": {
        "start": {
          "line": 82,
          "column": 11
        },
        "end": {
          "line": 82,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4359,
      "end": 4360,
      "loc": {
        "start": {
          "line": 82,
          "column": 26
        },
        "end": {
          "line": 82,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4360,
      "end": 4361,
      "loc": {
        "start": {
          "line": 82,
          "column": 27
        },
        "end": {
          "line": 82,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 4361,
      "end": 4366,
      "loc": {
        "start": {
          "line": 82,
          "column": 28
        },
        "end": {
          "line": 82,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4366,
      "end": 4367,
      "loc": {
        "start": {
          "line": 82,
          "column": 33
        },
        "end": {
          "line": 82,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 4368,
      "end": 4371,
      "loc": {
        "start": {
          "line": 82,
          "column": 35
        },
        "end": {
          "line": 82,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4371,
      "end": 4372,
      "loc": {
        "start": {
          "line": 82,
          "column": 38
        },
        "end": {
          "line": 82,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 4373,
      "end": 4379,
      "loc": {
        "start": {
          "line": 82,
          "column": 40
        },
        "end": {
          "line": 82,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4379,
      "end": 4380,
      "loc": {
        "start": {
          "line": 82,
          "column": 46
        },
        "end": {
          "line": 82,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4380,
      "end": 4381,
      "loc": {
        "start": {
          "line": 82,
          "column": 47
        },
        "end": {
          "line": 82,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "restrictions",
      "start": 4382,
      "end": 4394,
      "loc": {
        "start": {
          "line": 82,
          "column": 49
        },
        "end": {
          "line": 82,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4394,
      "end": 4395,
      "loc": {
        "start": {
          "line": 82,
          "column": 61
        },
        "end": {
          "line": 82,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4395,
      "end": 4396,
      "loc": {
        "start": {
          "line": 82,
          "column": 62
        },
        "end": {
          "line": 82,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4397,
      "end": 4398,
      "loc": {
        "start": {
          "line": 83,
          "column": 0
        },
        "end": {
          "line": 83,
          "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": 4400,
      "end": 4406,
      "loc": {
        "start": {
          "line": 85,
          "column": 0
        },
        "end": {
          "line": 85,
          "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": 4407,
      "end": 4415,
      "loc": {
        "start": {
          "line": 85,
          "column": 7
        },
        "end": {
          "line": 85,
          "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": 4416,
      "end": 4431,
      "loc": {
        "start": {
          "line": 85,
          "column": 16
        },
        "end": {
          "line": 85,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4431,
      "end": 4432,
      "loc": {
        "start": {
          "line": 85,
          "column": 31
        },
        "end": {
          "line": 85,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4432,
      "end": 4433,
      "loc": {
        "start": {
          "line": 85,
          "column": 32
        },
        "end": {
          "line": 85,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 4433,
      "end": 4438,
      "loc": {
        "start": {
          "line": 85,
          "column": 33
        },
        "end": {
          "line": 85,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4438,
      "end": 4439,
      "loc": {
        "start": {
          "line": 85,
          "column": 38
        },
        "end": {
          "line": 85,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 4440,
      "end": 4443,
      "loc": {
        "start": {
          "line": 85,
          "column": 40
        },
        "end": {
          "line": 85,
          "column": 43
        }
      }
    },
    {
      "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": 85,
          "column": 43
        },
        "end": {
          "line": 85,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "middleHint",
      "start": 4445,
      "end": 4455,
      "loc": {
        "start": {
          "line": 85,
          "column": 45
        },
        "end": {
          "line": 85,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4455,
      "end": 4456,
      "loc": {
        "start": {
          "line": 85,
          "column": 55
        },
        "end": {
          "line": 85,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4456,
      "end": 4457,
      "loc": {
        "start": {
          "line": 85,
          "column": 56
        },
        "end": {
          "line": 85,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "restrictions",
      "start": 4458,
      "end": 4470,
      "loc": {
        "start": {
          "line": 85,
          "column": 58
        },
        "end": {
          "line": 85,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4470,
      "end": 4471,
      "loc": {
        "start": {
          "line": 85,
          "column": 70
        },
        "end": {
          "line": 85,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4472,
      "end": 4473,
      "loc": {
        "start": {
          "line": 85,
          "column": 72
        },
        "end": {
          "line": 85,
          "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": 4478,
      "end": 4480,
      "loc": {
        "start": {
          "line": 86,
          "column": 4
        },
        "end": {
          "line": 86,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4481,
      "end": 4482,
      "loc": {
        "start": {
          "line": 86,
          "column": 7
        },
        "end": {
          "line": 86,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "restrictions",
      "start": 4482,
      "end": 4494,
      "loc": {
        "start": {
          "line": 86,
          "column": 8
        },
        "end": {
          "line": 86,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4494,
      "end": 4495,
      "loc": {
        "start": {
          "line": 86,
          "column": 20
        },
        "end": {
          "line": 86,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 4495,
      "end": 4500,
      "loc": {
        "start": {
          "line": 86,
          "column": 21
        },
        "end": {
          "line": 86,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 4501,
      "end": 4504,
      "loc": {
        "start": {
          "line": 86,
          "column": 27
        },
        "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": "undefined",
      "start": 4505,
      "end": 4514,
      "loc": {
        "start": {
          "line": 86,
          "column": 31
        },
        "end": {
          "line": 86,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 4515,
      "end": 4517,
      "loc": {
        "start": {
          "line": 86,
          "column": 41
        },
        "end": {
          "line": 86,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "restrictions",
      "start": 4518,
      "end": 4530,
      "loc": {
        "start": {
          "line": 86,
          "column": 44
        },
        "end": {
          "line": 86,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4530,
      "end": 4531,
      "loc": {
        "start": {
          "line": 86,
          "column": 56
        },
        "end": {
          "line": 86,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 4531,
      "end": 4537,
      "loc": {
        "start": {
          "line": 86,
          "column": 57
        },
        "end": {
          "line": 86,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 4538,
      "end": 4541,
      "loc": {
        "start": {
          "line": 86,
          "column": 64
        },
        "end": {
          "line": 86,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 4542,
      "end": 4551,
      "loc": {
        "start": {
          "line": 86,
          "column": 68
        },
        "end": {
          "line": 86,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4551,
      "end": 4552,
      "loc": {
        "start": {
          "line": 86,
          "column": 77
        },
        "end": {
          "line": 86,
          "column": 78
        }
      }
    },
    {
      "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": 4561,
      "end": 4567,
      "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": "drawArcBy_S_E",
      "start": 4568,
      "end": 4581,
      "loc": {
        "start": {
          "line": 87,
          "column": 15
        },
        "end": {
          "line": 87,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4581,
      "end": 4582,
      "loc": {
        "start": {
          "line": 87,
          "column": 28
        },
        "end": {
          "line": 87,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4582,
      "end": 4583,
      "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": "start",
      "start": 4583,
      "end": 4588,
      "loc": {
        "start": {
          "line": 87,
          "column": 30
        },
        "end": {
          "line": 87,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4588,
      "end": 4589,
      "loc": {
        "start": {
          "line": 87,
          "column": 35
        },
        "end": {
          "line": 87,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 4590,
      "end": 4593,
      "loc": {
        "start": {
          "line": 87,
          "column": 37
        },
        "end": {
          "line": 87,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4593,
      "end": 4594,
      "loc": {
        "start": {
          "line": 87,
          "column": 40
        },
        "end": {
          "line": 87,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "middleHint",
      "start": 4595,
      "end": 4605,
      "loc": {
        "start": {
          "line": 87,
          "column": 42
        },
        "end": {
          "line": 87,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4605,
      "end": 4606,
      "loc": {
        "start": {
          "line": 87,
          "column": 52
        },
        "end": {
          "line": 87,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4606,
      "end": 4607,
      "loc": {
        "start": {
          "line": 87,
          "column": 53
        },
        "end": {
          "line": 87,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "restrictions",
      "start": 4608,
      "end": 4620,
      "loc": {
        "start": {
          "line": 87,
          "column": 55
        },
        "end": {
          "line": 87,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4620,
      "end": 4621,
      "loc": {
        "start": {
          "line": 87,
          "column": 67
        },
        "end": {
          "line": 87,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4621,
      "end": 4622,
      "loc": {
        "start": {
          "line": 87,
          "column": 68
        },
        "end": {
          "line": 87,
          "column": 69
        }
      }
    },
    {
      "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": 4627,
      "end": 4632,
      "loc": {
        "start": {
          "line": 88,
          "column": 4
        },
        "end": {
          "line": 88,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "MS",
      "start": 4633,
      "end": 4635,
      "loc": {
        "start": {
          "line": 88,
          "column": 10
        },
        "end": {
          "line": 88,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4636,
      "end": 4637,
      "loc": {
        "start": {
          "line": 88,
          "column": 13
        },
        "end": {
          "line": 88,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 4638,
      "end": 4643,
      "loc": {
        "start": {
          "line": 88,
          "column": 15
        },
        "end": {
          "line": 88,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4643,
      "end": 4644,
      "loc": {
        "start": {
          "line": 88,
          "column": 20
        },
        "end": {
          "line": 88,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 4644,
      "end": 4649,
      "loc": {
        "start": {
          "line": 88,
          "column": 21
        },
        "end": {
          "line": 88,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4649,
      "end": 4650,
      "loc": {
        "start": {
          "line": 88,
          "column": 26
        },
        "end": {
          "line": 88,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4650,
      "end": 4651,
      "loc": {
        "start": {
          "line": 88,
          "column": 27
        },
        "end": {
          "line": 88,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4651,
      "end": 4652,
      "loc": {
        "start": {
          "line": 88,
          "column": 28
        },
        "end": {
          "line": 88,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 4652,
      "end": 4655,
      "loc": {
        "start": {
          "line": 88,
          "column": 29
        },
        "end": {
          "line": 88,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4655,
      "end": 4656,
      "loc": {
        "start": {
          "line": 88,
          "column": 32
        },
        "end": {
          "line": 88,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "middleHint",
      "start": 4656,
      "end": 4666,
      "loc": {
        "start": {
          "line": 88,
          "column": 33
        },
        "end": {
          "line": 88,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4666,
      "end": 4667,
      "loc": {
        "start": {
          "line": 88,
          "column": 43
        },
        "end": {
          "line": 88,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4667,
      "end": 4668,
      "loc": {
        "start": {
          "line": 88,
          "column": 44
        },
        "end": {
          "line": 88,
          "column": 45
        }
      }
    },
    {
      "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": 4673,
      "end": 4678,
      "loc": {
        "start": {
          "line": 89,
          "column": 4
        },
        "end": {
          "line": 89,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ME",
      "start": 4679,
      "end": 4681,
      "loc": {
        "start": {
          "line": 89,
          "column": 10
        },
        "end": {
          "line": 89,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4682,
      "end": 4683,
      "loc": {
        "start": {
          "line": 89,
          "column": 13
        },
        "end": {
          "line": 89,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 4684,
      "end": 4687,
      "loc": {
        "start": {
          "line": 89,
          "column": 15
        },
        "end": {
          "line": 89,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4687,
      "end": 4688,
      "loc": {
        "start": {
          "line": 89,
          "column": 18
        },
        "end": {
          "line": 89,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 4688,
      "end": 4693,
      "loc": {
        "start": {
          "line": 89,
          "column": 19
        },
        "end": {
          "line": 89,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4693,
      "end": 4694,
      "loc": {
        "start": {
          "line": 89,
          "column": 24
        },
        "end": {
          "line": 89,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4694,
      "end": 4695,
      "loc": {
        "start": {
          "line": 89,
          "column": 25
        },
        "end": {
          "line": 89,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4695,
      "end": 4696,
      "loc": {
        "start": {
          "line": 89,
          "column": 26
        },
        "end": {
          "line": 89,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 4696,
      "end": 4699,
      "loc": {
        "start": {
          "line": 89,
          "column": 27
        },
        "end": {
          "line": 89,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4699,
      "end": 4700,
      "loc": {
        "start": {
          "line": 89,
          "column": 30
        },
        "end": {
          "line": 89,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "middleHint",
      "start": 4700,
      "end": 4710,
      "loc": {
        "start": {
          "line": 89,
          "column": 31
        },
        "end": {
          "line": 89,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4710,
      "end": 4711,
      "loc": {
        "start": {
          "line": 89,
          "column": 41
        },
        "end": {
          "line": 89,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4711,
      "end": 4712,
      "loc": {
        "start": {
          "line": 89,
          "column": 42
        },
        "end": {
          "line": 89,
          "column": 43
        }
      }
    },
    {
      "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": 4717,
      "end": 4722,
      "loc": {
        "start": {
          "line": 90,
          "column": 4
        },
        "end": {
          "line": 90,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "inscribedAngle",
      "start": 4723,
      "end": 4737,
      "loc": {
        "start": {
          "line": 90,
          "column": 10
        },
        "end": {
          "line": 90,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4738,
      "end": 4739,
      "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": "Math",
      "start": 4740,
      "end": 4744,
      "loc": {
        "start": {
          "line": 90,
          "column": 27
        },
        "end": {
          "line": 90,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4744,
      "end": 4745,
      "loc": {
        "start": {
          "line": 90,
          "column": 31
        },
        "end": {
          "line": 90,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "abs",
      "start": 4745,
      "end": 4748,
      "loc": {
        "start": {
          "line": 90,
          "column": 32
        },
        "end": {
          "line": 90,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4748,
      "end": 4749,
      "loc": {
        "start": {
          "line": 90,
          "column": 35
        },
        "end": {
          "line": 90,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 4749,
      "end": 4753,
      "loc": {
        "start": {
          "line": 90,
          "column": 36
        },
        "end": {
          "line": 90,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4753,
      "end": 4754,
      "loc": {
        "start": {
          "line": 90,
          "column": 40
        },
        "end": {
          "line": 90,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "atan2",
      "start": 4754,
      "end": 4759,
      "loc": {
        "start": {
          "line": 90,
          "column": 41
        },
        "end": {
          "line": 90,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4759,
      "end": 4760,
      "loc": {
        "start": {
          "line": 90,
          "column": 46
        },
        "end": {
          "line": 90,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cross",
      "start": 4760,
      "end": 4765,
      "loc": {
        "start": {
          "line": 90,
          "column": 47
        },
        "end": {
          "line": 90,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4765,
      "end": 4766,
      "loc": {
        "start": {
          "line": 90,
          "column": 52
        },
        "end": {
          "line": 90,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "MS",
      "start": 4766,
      "end": 4768,
      "loc": {
        "start": {
          "line": 90,
          "column": 53
        },
        "end": {
          "line": 90,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4768,
      "end": 4769,
      "loc": {
        "start": {
          "line": 90,
          "column": 55
        },
        "end": {
          "line": 90,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ME",
      "start": 4770,
      "end": 4772,
      "loc": {
        "start": {
          "line": 90,
          "column": 57
        },
        "end": {
          "line": 90,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4772,
      "end": 4773,
      "loc": {
        "start": {
          "line": 90,
          "column": 59
        },
        "end": {
          "line": 90,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4773,
      "end": 4774,
      "loc": {
        "start": {
          "line": 90,
          "column": 60
        },
        "end": {
          "line": 90,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "MS",
      "start": 4775,
      "end": 4777,
      "loc": {
        "start": {
          "line": 90,
          "column": 62
        },
        "end": {
          "line": 90,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4777,
      "end": 4778,
      "loc": {
        "start": {
          "line": 90,
          "column": 64
        },
        "end": {
          "line": 90,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dot",
      "start": 4778,
      "end": 4781,
      "loc": {
        "start": {
          "line": 90,
          "column": 65
        },
        "end": {
          "line": 90,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4781,
      "end": 4782,
      "loc": {
        "start": {
          "line": 90,
          "column": 68
        },
        "end": {
          "line": 90,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ME",
      "start": 4782,
      "end": 4784,
      "loc": {
        "start": {
          "line": 90,
          "column": 69
        },
        "end": {
          "line": 90,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4784,
      "end": 4785,
      "loc": {
        "start": {
          "line": 90,
          "column": 71
        },
        "end": {
          "line": 90,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4785,
      "end": 4786,
      "loc": {
        "start": {
          "line": 90,
          "column": 72
        },
        "end": {
          "line": 90,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4786,
      "end": 4787,
      "loc": {
        "start": {
          "line": 90,
          "column": 73
        },
        "end": {
          "line": 90,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4787,
      "end": 4788,
      "loc": {
        "start": {
          "line": 90,
          "column": 74
        },
        "end": {
          "line": 90,
          "column": 75
        }
      }
    },
    {
      "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": 4793,
      "end": 4798,
      "loc": {
        "start": {
          "line": 91,
          "column": 4
        },
        "end": {
          "line": 91,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 4799,
      "end": 4804,
      "loc": {
        "start": {
          "line": 91,
          "column": 10
        },
        "end": {
          "line": 91,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4805,
      "end": 4806,
      "loc": {
        "start": {
          "line": 91,
          "column": 16
        },
        "end": {
          "line": 91,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 4807,
      "end": 4808,
      "loc": {
        "start": {
          "line": 91,
          "column": 18
        },
        "end": {
          "line": 91,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 4809,
      "end": 4810,
      "loc": {
        "start": {
          "line": 91,
          "column": 20
        },
        "end": {
          "line": 91,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4811,
      "end": 4812,
      "loc": {
        "start": {
          "line": 91,
          "column": 22
        },
        "end": {
          "line": 91,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 4812,
      "end": 4816,
      "loc": {
        "start": {
          "line": 91,
          "column": 23
        },
        "end": {
          "line": 91,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4816,
      "end": 4817,
      "loc": {
        "start": {
          "line": 91,
          "column": 27
        },
        "end": {
          "line": 91,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "PI",
      "start": 4817,
      "end": 4819,
      "loc": {
        "start": {
          "line": 91,
          "column": 28
        },
        "end": {
          "line": 91,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 4820,
      "end": 4821,
      "loc": {
        "start": {
          "line": 91,
          "column": 31
        },
        "end": {
          "line": 91,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "inscribedAngle",
      "start": 4822,
      "end": 4836,
      "loc": {
        "start": {
          "line": 91,
          "column": 33
        },
        "end": {
          "line": 91,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4836,
      "end": 4837,
      "loc": {
        "start": {
          "line": 91,
          "column": 47
        },
        "end": {
          "line": 91,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4837,
      "end": 4838,
      "loc": {
        "start": {
          "line": 91,
          "column": 48
        },
        "end": {
          "line": 91,
          "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": 4843,
      "end": 4848,
      "loc": {
        "start": {
          "line": 92,
          "column": 4
        },
        "end": {
          "line": 92,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clockwise",
      "start": 4849,
      "end": 4858,
      "loc": {
        "start": {
          "line": 92,
          "column": 10
        },
        "end": {
          "line": 92,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4859,
      "end": 4860,
      "loc": {
        "start": {
          "line": 92,
          "column": 20
        },
        "end": {
          "line": 92,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cross",
      "start": 4861,
      "end": 4866,
      "loc": {
        "start": {
          "line": 92,
          "column": 22
        },
        "end": {
          "line": 92,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4866,
      "end": 4867,
      "loc": {
        "start": {
          "line": 92,
          "column": 27
        },
        "end": {
          "line": 92,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "MS",
      "start": 4867,
      "end": 4869,
      "loc": {
        "start": {
          "line": 92,
          "column": 28
        },
        "end": {
          "line": 92,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4869,
      "end": 4870,
      "loc": {
        "start": {
          "line": 92,
          "column": 30
        },
        "end": {
          "line": 92,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ME",
      "start": 4871,
      "end": 4873,
      "loc": {
        "start": {
          "line": 92,
          "column": 32
        },
        "end": {
          "line": 92,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4873,
      "end": 4874,
      "loc": {
        "start": {
          "line": 92,
          "column": 34
        },
        "end": {
          "line": 92,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 4875,
      "end": 4876,
      "loc": {
        "start": {
          "line": 92,
          "column": 36
        },
        "end": {
          "line": 92,
          "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": 4877,
      "end": 4878,
      "loc": {
        "start": {
          "line": 92,
          "column": 38
        },
        "end": {
          "line": 92,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4878,
      "end": 4879,
      "loc": {
        "start": {
          "line": 92,
          "column": 39
        },
        "end": {
          "line": 92,
          "column": 40
        }
      }
    },
    {
      "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": 4884,
      "end": 4890,
      "loc": {
        "start": {
          "line": 93,
          "column": 4
        },
        "end": {
          "line": 93,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "drawArcBy_S_E",
      "start": 4891,
      "end": 4904,
      "loc": {
        "start": {
          "line": 93,
          "column": 11
        },
        "end": {
          "line": 93,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4904,
      "end": 4905,
      "loc": {
        "start": {
          "line": 93,
          "column": 24
        },
        "end": {
          "line": 93,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4905,
      "end": 4906,
      "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": "start",
      "start": 4906,
      "end": 4911,
      "loc": {
        "start": {
          "line": 93,
          "column": 26
        },
        "end": {
          "line": 93,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4911,
      "end": 4912,
      "loc": {
        "start": {
          "line": 93,
          "column": 31
        },
        "end": {
          "line": 93,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 4913,
      "end": 4916,
      "loc": {
        "start": {
          "line": 93,
          "column": 33
        },
        "end": {
          "line": 93,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4916,
      "end": 4917,
      "loc": {
        "start": {
          "line": 93,
          "column": 36
        },
        "end": {
          "line": 93,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "middleHint",
      "start": 4918,
      "end": 4928,
      "loc": {
        "start": {
          "line": 93,
          "column": 38
        },
        "end": {
          "line": 93,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4928,
      "end": 4929,
      "loc": {
        "start": {
          "line": 93,
          "column": 48
        },
        "end": {
          "line": 93,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4929,
      "end": 4930,
      "loc": {
        "start": {
          "line": 93,
          "column": 49
        },
        "end": {
          "line": 93,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4931,
      "end": 4932,
      "loc": {
        "start": {
          "line": 93,
          "column": 51
        },
        "end": {
          "line": 93,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 4933,
      "end": 4938,
      "loc": {
        "start": {
          "line": 93,
          "column": 53
        },
        "end": {
          "line": 93,
          "column": 58
        }
      }
    },
    {
      "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": 93,
          "column": 58
        },
        "end": {
          "line": 93,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clockwise",
      "start": 4940,
      "end": 4949,
      "loc": {
        "start": {
          "line": 93,
          "column": 60
        },
        "end": {
          "line": 93,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4950,
      "end": 4951,
      "loc": {
        "start": {
          "line": 93,
          "column": 70
        },
        "end": {
          "line": 93,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4951,
      "end": 4952,
      "loc": {
        "start": {
          "line": 93,
          "column": 71
        },
        "end": {
          "line": 93,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4952,
      "end": 4953,
      "loc": {
        "start": {
          "line": 93,
          "column": 72
        },
        "end": {
          "line": 93,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4954,
      "end": 4955,
      "loc": {
        "start": {
          "line": 94,
          "column": 0
        },
        "end": {
          "line": 94,
          "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": 4957,
      "end": 4963,
      "loc": {
        "start": {
          "line": 96,
          "column": 0
        },
        "end": {
          "line": 96,
          "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": 4964,
      "end": 4972,
      "loc": {
        "start": {
          "line": 96,
          "column": 7
        },
        "end": {
          "line": 96,
          "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": 4973,
      "end": 4988,
      "loc": {
        "start": {
          "line": 96,
          "column": 16
        },
        "end": {
          "line": 96,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4988,
      "end": 4989,
      "loc": {
        "start": {
          "line": 96,
          "column": 31
        },
        "end": {
          "line": 96,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4989,
      "end": 4990,
      "loc": {
        "start": {
          "line": 96,
          "column": 32
        },
        "end": {
          "line": 96,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 4990,
      "end": 4995,
      "loc": {
        "start": {
          "line": 96,
          "column": 33
        },
        "end": {
          "line": 96,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4995,
      "end": 4996,
      "loc": {
        "start": {
          "line": 96,
          "column": 38
        },
        "end": {
          "line": 96,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startTangent",
      "start": 4997,
      "end": 5009,
      "loc": {
        "start": {
          "line": 96,
          "column": 40
        },
        "end": {
          "line": 96,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5009,
      "end": 5010,
      "loc": {
        "start": {
          "line": 96,
          "column": 52
        },
        "end": {
          "line": 96,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endHint",
      "start": 5011,
      "end": 5018,
      "loc": {
        "start": {
          "line": 96,
          "column": 54
        },
        "end": {
          "line": 96,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5018,
      "end": 5019,
      "loc": {
        "start": {
          "line": 96,
          "column": 61
        },
        "end": {
          "line": 96,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5019,
      "end": 5020,
      "loc": {
        "start": {
          "line": 96,
          "column": 62
        },
        "end": {
          "line": 96,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "restrictions",
      "start": 5021,
      "end": 5033,
      "loc": {
        "start": {
          "line": 96,
          "column": 64
        },
        "end": {
          "line": 96,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5033,
      "end": 5034,
      "loc": {
        "start": {
          "line": 96,
          "column": 76
        },
        "end": {
          "line": 96,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5035,
      "end": 5036,
      "loc": {
        "start": {
          "line": 96,
          "column": 78
        },
        "end": {
          "line": 96,
          "column": 79
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " can't delegate to another drawArcBy* because they use end as-is but we must use startTangent as-is and end as a hint",
      "start": 5041,
      "end": 5160,
      "loc": {
        "start": {
          "line": 97,
          "column": 4
        },
        "end": {
          "line": 97,
          "column": 123
        }
      }
    },
    {
      "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": 5165,
      "end": 5168,
      "loc": {
        "start": {
          "line": 98,
          "column": 4
        },
        "end": {
          "line": 98,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5169,
      "end": 5170,
      "loc": {
        "start": {
          "line": 98,
          "column": 8
        },
        "end": {
          "line": 98,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "xoffset",
      "start": 5171,
      "end": 5178,
      "loc": {
        "start": {
          "line": 98,
          "column": 10
        },
        "end": {
          "line": 98,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5178,
      "end": 5179,
      "loc": {
        "start": {
          "line": 98,
          "column": 17
        },
        "end": {
          "line": 98,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "yoffset",
      "start": 5180,
      "end": 5187,
      "loc": {
        "start": {
          "line": 98,
          "column": 19
        },
        "end": {
          "line": 98,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5187,
      "end": 5188,
      "loc": {
        "start": {
          "line": 98,
          "column": 26
        },
        "end": {
          "line": 98,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "xabsolute",
      "start": 5189,
      "end": 5198,
      "loc": {
        "start": {
          "line": 98,
          "column": 28
        },
        "end": {
          "line": 98,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5198,
      "end": 5199,
      "loc": {
        "start": {
          "line": 98,
          "column": 37
        },
        "end": {
          "line": 98,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "yabsolute",
      "start": 5200,
      "end": 5209,
      "loc": {
        "start": {
          "line": 98,
          "column": 39
        },
        "end": {
          "line": 98,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5209,
      "end": 5210,
      "loc": {
        "start": {
          "line": 98,
          "column": 48
        },
        "end": {
          "line": 98,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 5211,
      "end": 5216,
      "loc": {
        "start": {
          "line": 98,
          "column": 50
        },
        "end": {
          "line": 98,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5216,
      "end": 5217,
      "loc": {
        "start": {
          "line": 98,
          "column": 55
        },
        "end": {
          "line": 98,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 5218,
      "end": 5224,
      "loc": {
        "start": {
          "line": 98,
          "column": 57
        },
        "end": {
          "line": 98,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5224,
      "end": 5225,
      "loc": {
        "start": {
          "line": 98,
          "column": 63
        },
        "end": {
          "line": 98,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clockwise",
      "start": 5226,
      "end": 5235,
      "loc": {
        "start": {
          "line": 98,
          "column": 65
        },
        "end": {
          "line": 98,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5236,
      "end": 5237,
      "loc": {
        "start": {
          "line": 98,
          "column": 75
        },
        "end": {
          "line": 98,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5238,
      "end": 5239,
      "loc": {
        "start": {
          "line": 98,
          "column": 77
        },
        "end": {
          "line": 98,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "restrictions",
      "start": 5240,
      "end": 5252,
      "loc": {
        "start": {
          "line": 98,
          "column": 79
        },
        "end": {
          "line": 98,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5252,
      "end": 5253,
      "loc": {
        "start": {
          "line": 98,
          "column": 91
        },
        "end": {
          "line": 98,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endHint",
      "start": 5258,
      "end": 5265,
      "loc": {
        "start": {
          "line": 99,
          "column": 4
        },
        "end": {
          "line": 99,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5266,
      "end": 5267,
      "loc": {
        "start": {
          "line": 99,
          "column": 12
        },
        "end": {
          "line": 99,
          "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": 5268,
      "end": 5271,
      "loc": {
        "start": {
          "line": 99,
          "column": 14
        },
        "end": {
          "line": 99,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 5272,
      "end": 5277,
      "loc": {
        "start": {
          "line": 99,
          "column": 18
        },
        "end": {
          "line": 99,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5277,
      "end": 5278,
      "loc": {
        "start": {
          "line": 99,
          "column": 23
        },
        "end": {
          "line": 99,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 5278,
      "end": 5285,
      "loc": {
        "start": {
          "line": 99,
          "column": 24
        },
        "end": {
          "line": 99,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5285,
      "end": 5286,
      "loc": {
        "start": {
          "line": 99,
          "column": 31
        },
        "end": {
          "line": 99,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5295,
      "end": 5296,
      "loc": {
        "start": {
          "line": 100,
          "column": 8
        },
        "end": {
          "line": 100,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "xabsolute",
      "start": 5296,
      "end": 5305,
      "loc": {
        "start": {
          "line": 100,
          "column": 9
        },
        "end": {
          "line": 100,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 5306,
      "end": 5309,
      "loc": {
        "start": {
          "line": 100,
          "column": 19
        },
        "end": {
          "line": 100,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 5310,
      "end": 5319,
      "loc": {
        "start": {
          "line": 100,
          "column": 23
        },
        "end": {
          "line": 100,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5320,
      "end": 5321,
      "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": "xabsolute",
      "start": 5322,
      "end": 5331,
      "loc": {
        "start": {
          "line": 100,
          "column": 35
        },
        "end": {
          "line": 100,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5332,
      "end": 5333,
      "loc": {
        "start": {
          "line": 100,
          "column": 45
        },
        "end": {
          "line": 100,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "xoffset",
      "start": 5334,
      "end": 5341,
      "loc": {
        "start": {
          "line": 100,
          "column": 47
        },
        "end": {
          "line": 100,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 5342,
      "end": 5345,
      "loc": {
        "start": {
          "line": 100,
          "column": 55
        },
        "end": {
          "line": 100,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 5346,
      "end": 5355,
      "loc": {
        "start": {
          "line": 100,
          "column": 59
        },
        "end": {
          "line": 100,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5356,
      "end": 5357,
      "loc": {
        "start": {
          "line": 100,
          "column": 69
        },
        "end": {
          "line": 100,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 5358,
      "end": 5363,
      "loc": {
        "start": {
          "line": 100,
          "column": 71
        },
        "end": {
          "line": 100,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5363,
      "end": 5364,
      "loc": {
        "start": {
          "line": 100,
          "column": 76
        },
        "end": {
          "line": 100,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 5364,
      "end": 5365,
      "loc": {
        "start": {
          "line": 100,
          "column": 77
        },
        "end": {
          "line": 100,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 5366,
      "end": 5367,
      "loc": {
        "start": {
          "line": 100,
          "column": 79
        },
        "end": {
          "line": 100,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "xoffset",
      "start": 5368,
      "end": 5375,
      "loc": {
        "start": {
          "line": 100,
          "column": 81
        },
        "end": {
          "line": 100,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5376,
      "end": 5377,
      "loc": {
        "start": {
          "line": 100,
          "column": 89
        },
        "end": {
          "line": 100,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endHint",
      "start": 5378,
      "end": 5385,
      "loc": {
        "start": {
          "line": 100,
          "column": 91
        },
        "end": {
          "line": 100,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5385,
      "end": 5386,
      "loc": {
        "start": {
          "line": 100,
          "column": 98
        },
        "end": {
          "line": 100,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 5386,
      "end": 5387,
      "loc": {
        "start": {
          "line": 100,
          "column": 99
        },
        "end": {
          "line": 100,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5387,
      "end": 5388,
      "loc": {
        "start": {
          "line": 100,
          "column": 100
        },
        "end": {
          "line": 100,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5388,
      "end": 5389,
      "loc": {
        "start": {
          "line": 100,
          "column": 101
        },
        "end": {
          "line": 100,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5398,
      "end": 5399,
      "loc": {
        "start": {
          "line": 101,
          "column": 8
        },
        "end": {
          "line": 101,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "yabsolute",
      "start": 5399,
      "end": 5408,
      "loc": {
        "start": {
          "line": 101,
          "column": 9
        },
        "end": {
          "line": 101,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 5409,
      "end": 5412,
      "loc": {
        "start": {
          "line": 101,
          "column": 19
        },
        "end": {
          "line": 101,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 5413,
      "end": 5422,
      "loc": {
        "start": {
          "line": 101,
          "column": 23
        },
        "end": {
          "line": 101,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5423,
      "end": 5424,
      "loc": {
        "start": {
          "line": 101,
          "column": 33
        },
        "end": {
          "line": 101,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "yabsolute",
      "start": 5425,
      "end": 5434,
      "loc": {
        "start": {
          "line": 101,
          "column": 35
        },
        "end": {
          "line": 101,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5435,
      "end": 5436,
      "loc": {
        "start": {
          "line": 101,
          "column": 45
        },
        "end": {
          "line": 101,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "yoffset",
      "start": 5437,
      "end": 5444,
      "loc": {
        "start": {
          "line": 101,
          "column": 47
        },
        "end": {
          "line": 101,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 5445,
      "end": 5448,
      "loc": {
        "start": {
          "line": 101,
          "column": 55
        },
        "end": {
          "line": 101,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 5449,
      "end": 5458,
      "loc": {
        "start": {
          "line": 101,
          "column": 59
        },
        "end": {
          "line": 101,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5459,
      "end": 5460,
      "loc": {
        "start": {
          "line": 101,
          "column": 69
        },
        "end": {
          "line": 101,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 5461,
      "end": 5466,
      "loc": {
        "start": {
          "line": 101,
          "column": 71
        },
        "end": {
          "line": 101,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5466,
      "end": 5467,
      "loc": {
        "start": {
          "line": 101,
          "column": 76
        },
        "end": {
          "line": 101,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 5467,
      "end": 5468,
      "loc": {
        "start": {
          "line": 101,
          "column": 77
        },
        "end": {
          "line": 101,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 5469,
      "end": 5470,
      "loc": {
        "start": {
          "line": 101,
          "column": 79
        },
        "end": {
          "line": 101,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "yoffset",
      "start": 5471,
      "end": 5478,
      "loc": {
        "start": {
          "line": 101,
          "column": 81
        },
        "end": {
          "line": 101,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5479,
      "end": 5480,
      "loc": {
        "start": {
          "line": 101,
          "column": 89
        },
        "end": {
          "line": 101,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endHint",
      "start": 5481,
      "end": 5488,
      "loc": {
        "start": {
          "line": 101,
          "column": 91
        },
        "end": {
          "line": 101,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5488,
      "end": 5489,
      "loc": {
        "start": {
          "line": 101,
          "column": 98
        },
        "end": {
          "line": 101,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 5489,
      "end": 5490,
      "loc": {
        "start": {
          "line": 101,
          "column": 99
        },
        "end": {
          "line": 101,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5490,
      "end": 5491,
      "loc": {
        "start": {
          "line": 101,
          "column": 100
        },
        "end": {
          "line": 101,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5491,
      "end": 5492,
      "loc": {
        "start": {
          "line": 101,
          "column": 101
        },
        "end": {
          "line": 101,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 5501,
      "end": 5502,
      "loc": {
        "start": {
          "line": 102,
          "column": 8
        },
        "end": {
          "line": 102,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5502,
      "end": 5503,
      "loc": {
        "start": {
          "line": 102,
          "column": 9
        },
        "end": {
          "line": 102,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5508,
      "end": 5509,
      "loc": {
        "start": {
          "line": 103,
          "column": 4
        },
        "end": {
          "line": 103,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5509,
      "end": 5510,
      "loc": {
        "start": {
          "line": 103,
          "column": 5
        },
        "end": {
          "line": 103,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 5515,
      "end": 5520,
      "loc": {
        "start": {
          "line": 104,
          "column": 4
        },
        "end": {
          "line": 104,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirHint",
      "start": 5521,
      "end": 5528,
      "loc": {
        "start": {
          "line": 104,
          "column": 10
        },
        "end": {
          "line": 104,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5529,
      "end": 5530,
      "loc": {
        "start": {
          "line": 104,
          "column": 18
        },
        "end": {
          "line": 104,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endHint",
      "start": 5531,
      "end": 5538,
      "loc": {
        "start": {
          "line": 104,
          "column": 20
        },
        "end": {
          "line": 104,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5538,
      "end": 5539,
      "loc": {
        "start": {
          "line": 104,
          "column": 27
        },
        "end": {
          "line": 104,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 5539,
      "end": 5544,
      "loc": {
        "start": {
          "line": 104,
          "column": 28
        },
        "end": {
          "line": 104,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5544,
      "end": 5545,
      "loc": {
        "start": {
          "line": 104,
          "column": 33
        },
        "end": {
          "line": 104,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5545,
      "end": 5546,
      "loc": {
        "start": {
          "line": 104,
          "column": 34
        },
        "end": {
          "line": 104,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5546,
      "end": 5547,
      "loc": {
        "start": {
          "line": 104,
          "column": 35
        },
        "end": {
          "line": 104,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 5547,
      "end": 5550,
      "loc": {
        "start": {
          "line": 104,
          "column": 36
        },
        "end": {
          "line": 104,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5550,
      "end": 5551,
      "loc": {
        "start": {
          "line": 104,
          "column": 39
        },
        "end": {
          "line": 104,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 5551,
      "end": 5556,
      "loc": {
        "start": {
          "line": 104,
          "column": 40
        },
        "end": {
          "line": 104,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5556,
      "end": 5557,
      "loc": {
        "start": {
          "line": 104,
          "column": 45
        },
        "end": {
          "line": 104,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5557,
      "end": 5558,
      "loc": {
        "start": {
          "line": 104,
          "column": 46
        },
        "end": {
          "line": 104,
          "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": 5563,
      "end": 5565,
      "loc": {
        "start": {
          "line": 105,
          "column": 4
        },
        "end": {
          "line": 105,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5566,
      "end": 5567,
      "loc": {
        "start": {
          "line": 105,
          "column": 7
        },
        "end": {
          "line": 105,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clockwise",
      "start": 5567,
      "end": 5576,
      "loc": {
        "start": {
          "line": 105,
          "column": 8
        },
        "end": {
          "line": 105,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 5577,
      "end": 5580,
      "loc": {
        "start": {
          "line": 105,
          "column": 18
        },
        "end": {
          "line": 105,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 5581,
      "end": 5590,
      "loc": {
        "start": {
          "line": 105,
          "column": 22
        },
        "end": {
          "line": 105,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5590,
      "end": 5591,
      "loc": {
        "start": {
          "line": 105,
          "column": 31
        },
        "end": {
          "line": 105,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clockwise",
      "start": 5592,
      "end": 5601,
      "loc": {
        "start": {
          "line": 105,
          "column": 33
        },
        "end": {
          "line": 105,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5602,
      "end": 5603,
      "loc": {
        "start": {
          "line": 105,
          "column": 43
        },
        "end": {
          "line": 105,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cross",
      "start": 5604,
      "end": 5609,
      "loc": {
        "start": {
          "line": 105,
          "column": 45
        },
        "end": {
          "line": 105,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5609,
      "end": 5610,
      "loc": {
        "start": {
          "line": 105,
          "column": 50
        },
        "end": {
          "line": 105,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startTangent",
      "start": 5610,
      "end": 5622,
      "loc": {
        "start": {
          "line": 105,
          "column": 51
        },
        "end": {
          "line": 105,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5622,
      "end": 5623,
      "loc": {
        "start": {
          "line": 105,
          "column": 63
        },
        "end": {
          "line": 105,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirHint",
      "start": 5624,
      "end": 5631,
      "loc": {
        "start": {
          "line": 105,
          "column": 65
        },
        "end": {
          "line": 105,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5631,
      "end": 5632,
      "loc": {
        "start": {
          "line": 105,
          "column": 72
        },
        "end": {
          "line": 105,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 5633,
      "end": 5634,
      "loc": {
        "start": {
          "line": 105,
          "column": 74
        },
        "end": {
          "line": 105,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 5635,
      "end": 5636,
      "loc": {
        "start": {
          "line": 105,
          "column": 76
        },
        "end": {
          "line": 105,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5636,
      "end": 5637,
      "loc": {
        "start": {
          "line": 105,
          "column": 77
        },
        "end": {
          "line": 105,
          "column": 78
        }
      }
    },
    {
      "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": 5642,
      "end": 5644,
      "loc": {
        "start": {
          "line": 106,
          "column": 4
        },
        "end": {
          "line": 106,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5645,
      "end": 5646,
      "loc": {
        "start": {
          "line": 106,
          "column": 7
        },
        "end": {
          "line": 106,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 5646,
      "end": 5651,
      "loc": {
        "start": {
          "line": 106,
          "column": 8
        },
        "end": {
          "line": 106,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 5652,
      "end": 5655,
      "loc": {
        "start": {
          "line": 106,
          "column": 14
        },
        "end": {
          "line": 106,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 5656,
      "end": 5665,
      "loc": {
        "start": {
          "line": 106,
          "column": 18
        },
        "end": {
          "line": 106,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 5666,
      "end": 5668,
      "loc": {
        "start": {
          "line": 106,
          "column": 28
        },
        "end": {
          "line": 106,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 5669,
      "end": 5675,
      "loc": {
        "start": {
          "line": 106,
          "column": 31
        },
        "end": {
          "line": 106,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 5676,
      "end": 5679,
      "loc": {
        "start": {
          "line": 106,
          "column": 38
        },
        "end": {
          "line": 106,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 5680,
      "end": 5689,
      "loc": {
        "start": {
          "line": 106,
          "column": 42
        },
        "end": {
          "line": 106,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5689,
      "end": 5690,
      "loc": {
        "start": {
          "line": 106,
          "column": 51
        },
        "end": {
          "line": 106,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5691,
      "end": 5692,
      "loc": {
        "start": {
          "line": 106,
          "column": 53
        },
        "end": {
          "line": 106,
          "column": 54
        }
      }
    },
    {
      "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": 5701,
      "end": 5706,
      "loc": {
        "start": {
          "line": 107,
          "column": 8
        },
        "end": {
          "line": 107,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "s",
      "start": 5707,
      "end": 5708,
      "loc": {
        "start": {
          "line": 107,
          "column": 14
        },
        "end": {
          "line": 107,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5709,
      "end": 5710,
      "loc": {
        "start": {
          "line": 107,
          "column": 16
        },
        "end": {
          "line": 107,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clockwise",
      "start": 5711,
      "end": 5720,
      "loc": {
        "start": {
          "line": 107,
          "column": 18
        },
        "end": {
          "line": 107,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5721,
      "end": 5722,
      "loc": {
        "start": {
          "line": 107,
          "column": 28
        },
        "end": {
          "line": 107,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 5723,
      "end": 5724,
      "loc": {
        "start": {
          "line": 107,
          "column": 30
        },
        "end": {
          "line": 107,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 5724,
      "end": 5725,
      "loc": {
        "start": {
          "line": 107,
          "column": 31
        },
        "end": {
          "line": 107,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5726,
      "end": 5727,
      "loc": {
        "start": {
          "line": 107,
          "column": 33
        },
        "end": {
          "line": 107,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 5728,
      "end": 5729,
      "loc": {
        "start": {
          "line": 107,
          "column": 35
        },
        "end": {
          "line": 107,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5729,
      "end": 5730,
      "loc": {
        "start": {
          "line": 107,
          "column": 36
        },
        "end": {
          "line": 107,
          "column": 37
        }
      }
    },
    {
      "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": 5739,
      "end": 5744,
      "loc": {
        "start": {
          "line": 108,
          "column": 8
        },
        "end": {
          "line": 108,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 5745,
      "end": 5751,
      "loc": {
        "start": {
          "line": 108,
          "column": 14
        },
        "end": {
          "line": 108,
          "column": 20
        }
      }
    },
    {
      "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": 108,
          "column": 21
        },
        "end": {
          "line": 108,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setVectorFromOrthoCoords",
      "start": 5754,
      "end": 5778,
      "loc": {
        "start": {
          "line": 108,
          "column": 23
        },
        "end": {
          "line": 108,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5778,
      "end": 5779,
      "loc": {
        "start": {
          "line": 108,
          "column": 47
        },
        "end": {
          "line": 108,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startTangent",
      "start": 5779,
      "end": 5791,
      "loc": {
        "start": {
          "line": 108,
          "column": 48
        },
        "end": {
          "line": 108,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5791,
      "end": 5792,
      "loc": {
        "start": {
          "line": 108,
          "column": 60
        },
        "end": {
          "line": 108,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 5792,
      "end": 5797,
      "loc": {
        "start": {
          "line": 108,
          "column": 61
        },
        "end": {
          "line": 108,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5797,
      "end": 5798,
      "loc": {
        "start": {
          "line": 108,
          "column": 66
        },
        "end": {
          "line": 108,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5798,
      "end": 5799,
      "loc": {
        "start": {
          "line": 108,
          "column": 67
        },
        "end": {
          "line": 108,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5799,
      "end": 5800,
      "loc": {
        "start": {
          "line": 108,
          "column": 68
        },
        "end": {
          "line": 108,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 5801,
      "end": 5802,
      "loc": {
        "start": {
          "line": 108,
          "column": 70
        },
        "end": {
          "line": 108,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5802,
      "end": 5803,
      "loc": {
        "start": {
          "line": 108,
          "column": 71
        },
        "end": {
          "line": 108,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "s",
      "start": 5804,
      "end": 5805,
      "loc": {
        "start": {
          "line": 108,
          "column": 73
        },
        "end": {
          "line": 108,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 5806,
      "end": 5807,
      "loc": {
        "start": {
          "line": 108,
          "column": 75
        },
        "end": {
          "line": 108,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 5808,
      "end": 5814,
      "loc": {
        "start": {
          "line": 108,
          "column": 77
        },
        "end": {
          "line": 108,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5814,
      "end": 5815,
      "loc": {
        "start": {
          "line": 108,
          "column": 83
        },
        "end": {
          "line": 108,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5815,
      "end": 5816,
      "loc": {
        "start": {
          "line": 108,
          "column": 84
        },
        "end": {
          "line": 108,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 5816,
      "end": 5819,
      "loc": {
        "start": {
          "line": 108,
          "column": 85
        },
        "end": {
          "line": 108,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5819,
      "end": 5820,
      "loc": {
        "start": {
          "line": 108,
          "column": 88
        },
        "end": {
          "line": 108,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 5820,
      "end": 5825,
      "loc": {
        "start": {
          "line": 108,
          "column": 89
        },
        "end": {
          "line": 108,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5825,
      "end": 5826,
      "loc": {
        "start": {
          "line": 108,
          "column": 94
        },
        "end": {
          "line": 108,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5826,
      "end": 5827,
      "loc": {
        "start": {
          "line": 108,
          "column": 95
        },
        "end": {
          "line": 108,
          "column": 96
        }
      }
    },
    {
      "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": 5836,
      "end": 5841,
      "loc": {
        "start": {
          "line": 109,
          "column": 8
        },
        "end": {
          "line": 109,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 5842,
      "end": 5845,
      "loc": {
        "start": {
          "line": 109,
          "column": 14
        },
        "end": {
          "line": 109,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5846,
      "end": 5847,
      "loc": {
        "start": {
          "line": 109,
          "column": 18
        },
        "end": {
          "line": 109,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setVectorFromOrthoCoords",
      "start": 5848,
      "end": 5872,
      "loc": {
        "start": {
          "line": 109,
          "column": 20
        },
        "end": {
          "line": 109,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5872,
      "end": 5873,
      "loc": {
        "start": {
          "line": 109,
          "column": 44
        },
        "end": {
          "line": 109,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startTangent",
      "start": 5873,
      "end": 5885,
      "loc": {
        "start": {
          "line": 109,
          "column": 45
        },
        "end": {
          "line": 109,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5885,
      "end": 5886,
      "loc": {
        "start": {
          "line": 109,
          "column": 57
        },
        "end": {
          "line": 109,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 5886,
      "end": 5891,
      "loc": {
        "start": {
          "line": 109,
          "column": 58
        },
        "end": {
          "line": 109,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5891,
      "end": 5892,
      "loc": {
        "start": {
          "line": 109,
          "column": 63
        },
        "end": {
          "line": 109,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5892,
      "end": 5893,
      "loc": {
        "start": {
          "line": 109,
          "column": 64
        },
        "end": {
          "line": 109,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5893,
      "end": 5894,
      "loc": {
        "start": {
          "line": 109,
          "column": 65
        },
        "end": {
          "line": 109,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 5895,
      "end": 5899,
      "loc": {
        "start": {
          "line": 109,
          "column": 67
        },
        "end": {
          "line": 109,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5899,
      "end": 5900,
      "loc": {
        "start": {
          "line": 109,
          "column": 71
        },
        "end": {
          "line": 109,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sin",
      "start": 5900,
      "end": 5903,
      "loc": {
        "start": {
          "line": 109,
          "column": 72
        },
        "end": {
          "line": 109,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5903,
      "end": 5904,
      "loc": {
        "start": {
          "line": 109,
          "column": 75
        },
        "end": {
          "line": 109,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 5904,
      "end": 5909,
      "loc": {
        "start": {
          "line": 109,
          "column": 76
        },
        "end": {
          "line": 109,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5909,
      "end": 5910,
      "loc": {
        "start": {
          "line": 109,
          "column": 81
        },
        "end": {
          "line": 109,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5910,
      "end": 5911,
      "loc": {
        "start": {
          "line": 109,
          "column": 82
        },
        "end": {
          "line": 109,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "s",
      "start": 5912,
      "end": 5913,
      "loc": {
        "start": {
          "line": 109,
          "column": 84
        },
        "end": {
          "line": 109,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 5914,
      "end": 5915,
      "loc": {
        "start": {
          "line": 109,
          "column": 86
        },
        "end": {
          "line": 109,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5916,
      "end": 5917,
      "loc": {
        "start": {
          "line": 109,
          "column": 88
        },
        "end": {
          "line": 109,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 5917,
      "end": 5918,
      "loc": {
        "start": {
          "line": 109,
          "column": 89
        },
        "end": {
          "line": 109,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 5919,
      "end": 5920,
      "loc": {
        "start": {
          "line": 109,
          "column": 91
        },
        "end": {
          "line": 109,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 5921,
      "end": 5925,
      "loc": {
        "start": {
          "line": 109,
          "column": 93
        },
        "end": {
          "line": 109,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5925,
      "end": 5926,
      "loc": {
        "start": {
          "line": 109,
          "column": 97
        },
        "end": {
          "line": 109,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cos",
      "start": 5926,
      "end": 5929,
      "loc": {
        "start": {
          "line": 109,
          "column": 98
        },
        "end": {
          "line": 109,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5929,
      "end": 5930,
      "loc": {
        "start": {
          "line": 109,
          "column": 101
        },
        "end": {
          "line": 109,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 5930,
      "end": 5935,
      "loc": {
        "start": {
          "line": 109,
          "column": 102
        },
        "end": {
          "line": 109,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5935,
      "end": 5936,
      "loc": {
        "start": {
          "line": 109,
          "column": 107
        },
        "end": {
          "line": 109,
          "column": 108
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5936,
      "end": 5937,
      "loc": {
        "start": {
          "line": 109,
          "column": 108
        },
        "end": {
          "line": 109,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5937,
      "end": 5938,
      "loc": {
        "start": {
          "line": 109,
          "column": 109
        },
        "end": {
          "line": 109,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5951,
      "end": 5952,
      "loc": {
        "start": {
          "line": 110,
          "column": 12
        },
        "end": {
          "line": 110,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "multiplyScalar",
      "start": 5952,
      "end": 5966,
      "loc": {
        "start": {
          "line": 110,
          "column": 13
        },
        "end": {
          "line": 110,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5966,
      "end": 5967,
      "loc": {
        "start": {
          "line": 110,
          "column": 27
        },
        "end": {
          "line": 110,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 5967,
      "end": 5973,
      "loc": {
        "start": {
          "line": 110,
          "column": 28
        },
        "end": {
          "line": 110,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5973,
      "end": 5974,
      "loc": {
        "start": {
          "line": 110,
          "column": 34
        },
        "end": {
          "line": 110,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5987,
      "end": 5988,
      "loc": {
        "start": {
          "line": 111,
          "column": 12
        },
        "end": {
          "line": 111,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 5988,
      "end": 5991,
      "loc": {
        "start": {
          "line": 111,
          "column": 13
        },
        "end": {
          "line": 111,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5991,
      "end": 5992,
      "loc": {
        "start": {
          "line": 111,
          "column": 16
        },
        "end": {
          "line": 111,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 5992,
      "end": 5997,
      "loc": {
        "start": {
          "line": 111,
          "column": 17
        },
        "end": {
          "line": 111,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5997,
      "end": 5998,
      "loc": {
        "start": {
          "line": 111,
          "column": 22
        },
        "end": {
          "line": 111,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5998,
      "end": 5999,
      "loc": {
        "start": {
          "line": 111,
          "column": 23
        },
        "end": {
          "line": 111,
          "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": 6008,
      "end": 6014,
      "loc": {
        "start": {
          "line": 112,
          "column": 8
        },
        "end": {
          "line": 112,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6015,
      "end": 6016,
      "loc": {
        "start": {
          "line": 112,
          "column": 15
        },
        "end": {
          "line": 112,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 6017,
      "end": 6022,
      "loc": {
        "start": {
          "line": 112,
          "column": 17
        },
        "end": {
          "line": 112,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6022,
      "end": 6023,
      "loc": {
        "start": {
          "line": 112,
          "column": 22
        },
        "end": {
          "line": 112,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 6024,
      "end": 6027,
      "loc": {
        "start": {
          "line": 112,
          "column": 24
        },
        "end": {
          "line": 112,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6027,
      "end": 6028,
      "loc": {
        "start": {
          "line": 112,
          "column": 27
        },
        "end": {
          "line": 112,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 6029,
      "end": 6035,
      "loc": {
        "start": {
          "line": 112,
          "column": 29
        },
        "end": {
          "line": 112,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6035,
      "end": 6036,
      "loc": {
        "start": {
          "line": 112,
          "column": 35
        },
        "end": {
          "line": 112,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clockwise",
      "start": 6037,
      "end": 6046,
      "loc": {
        "start": {
          "line": 112,
          "column": 37
        },
        "end": {
          "line": 112,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6047,
      "end": 6048,
      "loc": {
        "start": {
          "line": 112,
          "column": 47
        },
        "end": {
          "line": 112,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6048,
      "end": 6049,
      "loc": {
        "start": {
          "line": 112,
          "column": 48
        },
        "end": {
          "line": 112,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6054,
      "end": 6055,
      "loc": {
        "start": {
          "line": 113,
          "column": 4
        },
        "end": {
          "line": 113,
          "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": 6056,
      "end": 6060,
      "loc": {
        "start": {
          "line": 113,
          "column": 6
        },
        "end": {
          "line": 113,
          "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": 6061,
      "end": 6063,
      "loc": {
        "start": {
          "line": 113,
          "column": 11
        },
        "end": {
          "line": 113,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6064,
      "end": 6065,
      "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": "angle",
      "start": 6065,
      "end": 6070,
      "loc": {
        "start": {
          "line": 113,
          "column": 15
        },
        "end": {
          "line": 113,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 6071,
      "end": 6074,
      "loc": {
        "start": {
          "line": 113,
          "column": 21
        },
        "end": {
          "line": 113,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 6075,
      "end": 6084,
      "loc": {
        "start": {
          "line": 113,
          "column": 25
        },
        "end": {
          "line": 113,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6084,
      "end": 6085,
      "loc": {
        "start": {
          "line": 113,
          "column": 34
        },
        "end": {
          "line": 113,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6086,
      "end": 6087,
      "loc": {
        "start": {
          "line": 113,
          "column": 36
        },
        "end": {
          "line": 113,
          "column": 37
        }
      }
    },
    {
      "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": 6096,
      "end": 6101,
      "loc": {
        "start": {
          "line": 114,
          "column": 8
        },
        "end": {
          "line": 114,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirAngle",
      "start": 6102,
      "end": 6110,
      "loc": {
        "start": {
          "line": 114,
          "column": 14
        },
        "end": {
          "line": 114,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6111,
      "end": 6112,
      "loc": {
        "start": {
          "line": 114,
          "column": 23
        },
        "end": {
          "line": 114,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 6113,
      "end": 6118,
      "loc": {
        "start": {
          "line": 114,
          "column": 25
        },
        "end": {
          "line": 114,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 6119,
      "end": 6120,
      "loc": {
        "start": {
          "line": 114,
          "column": 31
        },
        "end": {
          "line": 114,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6121,
      "end": 6122,
      "loc": {
        "start": {
          "line": 114,
          "column": 33
        },
        "end": {
          "line": 114,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clockwise",
      "start": 6122,
      "end": 6131,
      "loc": {
        "start": {
          "line": 114,
          "column": 34
        },
        "end": {
          "line": 114,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6132,
      "end": 6133,
      "loc": {
        "start": {
          "line": 114,
          "column": 44
        },
        "end": {
          "line": 114,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 6134,
      "end": 6135,
      "loc": {
        "start": {
          "line": 114,
          "column": 46
        },
        "end": {
          "line": 114,
          "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": 6135,
      "end": 6136,
      "loc": {
        "start": {
          "line": 114,
          "column": 47
        },
        "end": {
          "line": 114,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6137,
      "end": 6138,
      "loc": {
        "start": {
          "line": 114,
          "column": 49
        },
        "end": {
          "line": 114,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 6139,
      "end": 6140,
      "loc": {
        "start": {
          "line": 114,
          "column": 51
        },
        "end": {
          "line": 114,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6140,
      "end": 6141,
      "loc": {
        "start": {
          "line": 114,
          "column": 52
        },
        "end": {
          "line": 114,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6141,
      "end": 6142,
      "loc": {
        "start": {
          "line": 114,
          "column": 53
        },
        "end": {
          "line": 114,
          "column": 54
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " all possible ends lie on a dir ray from start",
      "start": 6151,
      "end": 6199,
      "loc": {
        "start": {
          "line": 115,
          "column": 8
        },
        "end": {
          "line": 115,
          "column": 56
        }
      }
    },
    {
      "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": 6208,
      "end": 6213,
      "loc": {
        "start": {
          "line": 116,
          "column": 8
        },
        "end": {
          "line": 116,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dir",
      "start": 6214,
      "end": 6217,
      "loc": {
        "start": {
          "line": 116,
          "column": 14
        },
        "end": {
          "line": 116,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6218,
      "end": 6219,
      "loc": {
        "start": {
          "line": 116,
          "column": 18
        },
        "end": {
          "line": 116,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setVectorFromOrthoCoords",
      "start": 6220,
      "end": 6244,
      "loc": {
        "start": {
          "line": 116,
          "column": 20
        },
        "end": {
          "line": 116,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6244,
      "end": 6245,
      "loc": {
        "start": {
          "line": 116,
          "column": 44
        },
        "end": {
          "line": 116,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startTangent",
      "start": 6245,
      "end": 6257,
      "loc": {
        "start": {
          "line": 116,
          "column": 45
        },
        "end": {
          "line": 116,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6257,
      "end": 6258,
      "loc": {
        "start": {
          "line": 116,
          "column": 57
        },
        "end": {
          "line": 116,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 6258,
      "end": 6263,
      "loc": {
        "start": {
          "line": 116,
          "column": 58
        },
        "end": {
          "line": 116,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6263,
      "end": 6264,
      "loc": {
        "start": {
          "line": 116,
          "column": 63
        },
        "end": {
          "line": 116,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6264,
      "end": 6265,
      "loc": {
        "start": {
          "line": 116,
          "column": 64
        },
        "end": {
          "line": 116,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6265,
      "end": 6266,
      "loc": {
        "start": {
          "line": 116,
          "column": 65
        },
        "end": {
          "line": 116,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 6267,
      "end": 6271,
      "loc": {
        "start": {
          "line": 116,
          "column": 67
        },
        "end": {
          "line": 116,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6271,
      "end": 6272,
      "loc": {
        "start": {
          "line": 116,
          "column": 71
        },
        "end": {
          "line": 116,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cos",
      "start": 6272,
      "end": 6275,
      "loc": {
        "start": {
          "line": 116,
          "column": 72
        },
        "end": {
          "line": 116,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6275,
      "end": 6276,
      "loc": {
        "start": {
          "line": 116,
          "column": 75
        },
        "end": {
          "line": 116,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirAngle",
      "start": 6276,
      "end": 6284,
      "loc": {
        "start": {
          "line": 116,
          "column": 76
        },
        "end": {
          "line": 116,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6284,
      "end": 6285,
      "loc": {
        "start": {
          "line": 116,
          "column": 84
        },
        "end": {
          "line": 116,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6285,
      "end": 6286,
      "loc": {
        "start": {
          "line": 116,
          "column": 85
        },
        "end": {
          "line": 116,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 6287,
      "end": 6291,
      "loc": {
        "start": {
          "line": 116,
          "column": 87
        },
        "end": {
          "line": 116,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6291,
      "end": 6292,
      "loc": {
        "start": {
          "line": 116,
          "column": 91
        },
        "end": {
          "line": 116,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sin",
      "start": 6292,
      "end": 6295,
      "loc": {
        "start": {
          "line": 116,
          "column": 92
        },
        "end": {
          "line": 116,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6295,
      "end": 6296,
      "loc": {
        "start": {
          "line": 116,
          "column": 95
        },
        "end": {
          "line": 116,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirAngle",
      "start": 6296,
      "end": 6304,
      "loc": {
        "start": {
          "line": 116,
          "column": 96
        },
        "end": {
          "line": 116,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6304,
      "end": 6305,
      "loc": {
        "start": {
          "line": 116,
          "column": 104
        },
        "end": {
          "line": 116,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6305,
      "end": 6306,
      "loc": {
        "start": {
          "line": 116,
          "column": 105
        },
        "end": {
          "line": 116,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6306,
      "end": 6307,
      "loc": {
        "start": {
          "line": 116,
          "column": 106
        },
        "end": {
          "line": 116,
          "column": 107
        }
      }
    },
    {
      "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": 6316,
      "end": 6319,
      "loc": {
        "start": {
          "line": 117,
          "column": 8
        },
        "end": {
          "line": 117,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 6320,
      "end": 6323,
      "loc": {
        "start": {
          "line": 117,
          "column": 12
        },
        "end": {
          "line": 117,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6324,
      "end": 6325,
      "loc": {
        "start": {
          "line": 117,
          "column": 16
        },
        "end": {
          "line": 117,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirHint",
      "start": 6326,
      "end": 6333,
      "loc": {
        "start": {
          "line": 117,
          "column": 18
        },
        "end": {
          "line": 117,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6333,
      "end": 6334,
      "loc": {
        "start": {
          "line": 117,
          "column": 25
        },
        "end": {
          "line": 117,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 6334,
      "end": 6339,
      "loc": {
        "start": {
          "line": 117,
          "column": 26
        },
        "end": {
          "line": 117,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6339,
      "end": 6340,
      "loc": {
        "start": {
          "line": 117,
          "column": 31
        },
        "end": {
          "line": 117,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6340,
      "end": 6341,
      "loc": {
        "start": {
          "line": 117,
          "column": 32
        },
        "end": {
          "line": 117,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6341,
      "end": 6342,
      "loc": {
        "start": {
          "line": 117,
          "column": 33
        },
        "end": {
          "line": 117,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "projectOnVector",
      "start": 6342,
      "end": 6357,
      "loc": {
        "start": {
          "line": 117,
          "column": 34
        },
        "end": {
          "line": 117,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6357,
      "end": 6358,
      "loc": {
        "start": {
          "line": 117,
          "column": 49
        },
        "end": {
          "line": 117,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dir",
      "start": 6358,
      "end": 6361,
      "loc": {
        "start": {
          "line": 117,
          "column": 50
        },
        "end": {
          "line": 117,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6361,
      "end": 6362,
      "loc": {
        "start": {
          "line": 117,
          "column": 53
        },
        "end": {
          "line": 117,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6362,
      "end": 6363,
      "loc": {
        "start": {
          "line": 117,
          "column": 54
        },
        "end": {
          "line": 117,
          "column": 55
        }
      }
    },
    {
      "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": 6372,
      "end": 6374,
      "loc": {
        "start": {
          "line": 118,
          "column": 8
        },
        "end": {
          "line": 118,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6375,
      "end": 6376,
      "loc": {
        "start": {
          "line": 118,
          "column": 11
        },
        "end": {
          "line": 118,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dir",
      "start": 6376,
      "end": 6379,
      "loc": {
        "start": {
          "line": 118,
          "column": 12
        },
        "end": {
          "line": 118,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6379,
      "end": 6380,
      "loc": {
        "start": {
          "line": 118,
          "column": 15
        },
        "end": {
          "line": 118,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dot",
      "start": 6380,
      "end": 6383,
      "loc": {
        "start": {
          "line": 118,
          "column": 16
        },
        "end": {
          "line": 118,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6383,
      "end": 6384,
      "loc": {
        "start": {
          "line": 118,
          "column": 19
        },
        "end": {
          "line": 118,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 6384,
      "end": 6387,
      "loc": {
        "start": {
          "line": 118,
          "column": 20
        },
        "end": {
          "line": 118,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6387,
      "end": 6388,
      "loc": {
        "start": {
          "line": 118,
          "column": 23
        },
        "end": {
          "line": 118,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 6389,
      "end": 6390,
      "loc": {
        "start": {
          "line": 118,
          "column": 25
        },
        "end": {
          "line": 118,
          "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": 6391,
      "end": 6392,
      "loc": {
        "start": {
          "line": 118,
          "column": 27
        },
        "end": {
          "line": 118,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6392,
      "end": 6393,
      "loc": {
        "start": {
          "line": 118,
          "column": 28
        },
        "end": {
          "line": 118,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 6394,
      "end": 6397,
      "loc": {
        "start": {
          "line": 118,
          "column": 30
        },
        "end": {
          "line": 118,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6397,
      "end": 6398,
      "loc": {
        "start": {
          "line": 118,
          "column": 33
        },
        "end": {
          "line": 118,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "negate",
      "start": 6398,
      "end": 6404,
      "loc": {
        "start": {
          "line": 118,
          "column": 34
        },
        "end": {
          "line": 118,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6404,
      "end": 6405,
      "loc": {
        "start": {
          "line": 118,
          "column": 40
        },
        "end": {
          "line": 118,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6405,
      "end": 6406,
      "loc": {
        "start": {
          "line": 118,
          "column": 41
        },
        "end": {
          "line": 118,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6406,
      "end": 6407,
      "loc": {
        "start": {
          "line": 118,
          "column": 42
        },
        "end": {
          "line": 118,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 6416,
      "end": 6419,
      "loc": {
        "start": {
          "line": 119,
          "column": 8
        },
        "end": {
          "line": 119,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6419,
      "end": 6420,
      "loc": {
        "start": {
          "line": 119,
          "column": 11
        },
        "end": {
          "line": 119,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 6420,
      "end": 6423,
      "loc": {
        "start": {
          "line": 119,
          "column": 12
        },
        "end": {
          "line": 119,
          "column": 15
        }
      }
    },
    {
      "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": 119,
          "column": 15
        },
        "end": {
          "line": 119,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 6424,
      "end": 6429,
      "loc": {
        "start": {
          "line": 119,
          "column": 16
        },
        "end": {
          "line": 119,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6429,
      "end": 6430,
      "loc": {
        "start": {
          "line": 119,
          "column": 21
        },
        "end": {
          "line": 119,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6430,
      "end": 6431,
      "loc": {
        "start": {
          "line": 119,
          "column": 22
        },
        "end": {
          "line": 119,
          "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": 6440,
      "end": 6446,
      "loc": {
        "start": {
          "line": 120,
          "column": 8
        },
        "end": {
          "line": 120,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "drawArcBy_S_E",
      "start": 6447,
      "end": 6460,
      "loc": {
        "start": {
          "line": 120,
          "column": 15
        },
        "end": {
          "line": 120,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6460,
      "end": 6461,
      "loc": {
        "start": {
          "line": 120,
          "column": 28
        },
        "end": {
          "line": 120,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6461,
      "end": 6462,
      "loc": {
        "start": {
          "line": 120,
          "column": 29
        },
        "end": {
          "line": 120,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 6462,
      "end": 6467,
      "loc": {
        "start": {
          "line": 120,
          "column": 30
        },
        "end": {
          "line": 120,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6467,
      "end": 6468,
      "loc": {
        "start": {
          "line": 120,
          "column": 35
        },
        "end": {
          "line": 120,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 6469,
      "end": 6472,
      "loc": {
        "start": {
          "line": 120,
          "column": 37
        },
        "end": {
          "line": 120,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6472,
      "end": 6473,
      "loc": {
        "start": {
          "line": 120,
          "column": 40
        },
        "end": {
          "line": 120,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endHint",
      "start": 6474,
      "end": 6481,
      "loc": {
        "start": {
          "line": 120,
          "column": 42
        },
        "end": {
          "line": 120,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6481,
      "end": 6482,
      "loc": {
        "start": {
          "line": 120,
          "column": 49
        },
        "end": {
          "line": 120,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6482,
      "end": 6483,
      "loc": {
        "start": {
          "line": 120,
          "column": 50
        },
        "end": {
          "line": 120,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6484,
      "end": 6485,
      "loc": {
        "start": {
          "line": 120,
          "column": 52
        },
        "end": {
          "line": 120,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 6486,
      "end": 6491,
      "loc": {
        "start": {
          "line": 120,
          "column": 54
        },
        "end": {
          "line": 120,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6491,
      "end": 6492,
      "loc": {
        "start": {
          "line": 120,
          "column": 59
        },
        "end": {
          "line": 120,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clockwise",
      "start": 6493,
      "end": 6502,
      "loc": {
        "start": {
          "line": 120,
          "column": 61
        },
        "end": {
          "line": 120,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6503,
      "end": 6504,
      "loc": {
        "start": {
          "line": 120,
          "column": 71
        },
        "end": {
          "line": 120,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6504,
      "end": 6505,
      "loc": {
        "start": {
          "line": 120,
          "column": 72
        },
        "end": {
          "line": 120,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6505,
      "end": 6506,
      "loc": {
        "start": {
          "line": 120,
          "column": 73
        },
        "end": {
          "line": 120,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6511,
      "end": 6512,
      "loc": {
        "start": {
          "line": 121,
          "column": 4
        },
        "end": {
          "line": 121,
          "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": 6513,
      "end": 6517,
      "loc": {
        "start": {
          "line": 121,
          "column": 6
        },
        "end": {
          "line": 121,
          "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": 6518,
      "end": 6520,
      "loc": {
        "start": {
          "line": 121,
          "column": 11
        },
        "end": {
          "line": 121,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6521,
      "end": 6522,
      "loc": {
        "start": {
          "line": 121,
          "column": 14
        },
        "end": {
          "line": 121,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 6522,
      "end": 6528,
      "loc": {
        "start": {
          "line": 121,
          "column": 15
        },
        "end": {
          "line": 121,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 6529,
      "end": 6532,
      "loc": {
        "start": {
          "line": 121,
          "column": 22
        },
        "end": {
          "line": 121,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 6533,
      "end": 6542,
      "loc": {
        "start": {
          "line": 121,
          "column": 26
        },
        "end": {
          "line": 121,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6542,
      "end": 6543,
      "loc": {
        "start": {
          "line": 121,
          "column": 35
        },
        "end": {
          "line": 121,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6544,
      "end": 6545,
      "loc": {
        "start": {
          "line": 121,
          "column": 37
        },
        "end": {
          "line": 121,
          "column": 38
        }
      }
    },
    {
      "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": 6554,
      "end": 6559,
      "loc": {
        "start": {
          "line": 122,
          "column": 8
        },
        "end": {
          "line": 122,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 6560,
      "end": 6566,
      "loc": {
        "start": {
          "line": 122,
          "column": 14
        },
        "end": {
          "line": 122,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6567,
      "end": 6568,
      "loc": {
        "start": {
          "line": 122,
          "column": 21
        },
        "end": {
          "line": 122,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setVectorFromOrthoCoords",
      "start": 6569,
      "end": 6593,
      "loc": {
        "start": {
          "line": 122,
          "column": 23
        },
        "end": {
          "line": 122,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6593,
      "end": 6594,
      "loc": {
        "start": {
          "line": 122,
          "column": 47
        },
        "end": {
          "line": 122,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startTangent",
      "start": 6594,
      "end": 6606,
      "loc": {
        "start": {
          "line": 122,
          "column": 48
        },
        "end": {
          "line": 122,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6606,
      "end": 6607,
      "loc": {
        "start": {
          "line": 122,
          "column": 60
        },
        "end": {
          "line": 122,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 6607,
      "end": 6612,
      "loc": {
        "start": {
          "line": 122,
          "column": 61
        },
        "end": {
          "line": 122,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6612,
      "end": 6613,
      "loc": {
        "start": {
          "line": 122,
          "column": 66
        },
        "end": {
          "line": 122,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6613,
      "end": 6614,
      "loc": {
        "start": {
          "line": 122,
          "column": 67
        },
        "end": {
          "line": 122,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6614,
      "end": 6615,
      "loc": {
        "start": {
          "line": 122,
          "column": 68
        },
        "end": {
          "line": 122,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 6616,
      "end": 6617,
      "loc": {
        "start": {
          "line": 122,
          "column": 70
        },
        "end": {
          "line": 122,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6617,
      "end": 6618,
      "loc": {
        "start": {
          "line": 122,
          "column": 71
        },
        "end": {
          "line": 122,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clockwise",
      "start": 6619,
      "end": 6628,
      "loc": {
        "start": {
          "line": 122,
          "column": 73
        },
        "end": {
          "line": 122,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6629,
      "end": 6630,
      "loc": {
        "start": {
          "line": 122,
          "column": 83
        },
        "end": {
          "line": 122,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 6631,
      "end": 6632,
      "loc": {
        "start": {
          "line": 122,
          "column": 85
        },
        "end": {
          "line": 122,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 6632,
      "end": 6638,
      "loc": {
        "start": {
          "line": 122,
          "column": 86
        },
        "end": {
          "line": 122,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6639,
      "end": 6640,
      "loc": {
        "start": {
          "line": 122,
          "column": 93
        },
        "end": {
          "line": 122,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 6641,
      "end": 6647,
      "loc": {
        "start": {
          "line": 122,
          "column": 95
        },
        "end": {
          "line": 122,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6647,
      "end": 6648,
      "loc": {
        "start": {
          "line": 122,
          "column": 101
        },
        "end": {
          "line": 122,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6648,
      "end": 6649,
      "loc": {
        "start": {
          "line": 122,
          "column": 102
        },
        "end": {
          "line": 122,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 6649,
      "end": 6652,
      "loc": {
        "start": {
          "line": 122,
          "column": 103
        },
        "end": {
          "line": 122,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6652,
      "end": 6653,
      "loc": {
        "start": {
          "line": 122,
          "column": 106
        },
        "end": {
          "line": 122,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 6653,
      "end": 6658,
      "loc": {
        "start": {
          "line": 122,
          "column": 107
        },
        "end": {
          "line": 122,
          "column": 112
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6658,
      "end": 6659,
      "loc": {
        "start": {
          "line": 122,
          "column": 112
        },
        "end": {
          "line": 122,
          "column": 113
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6659,
      "end": 6660,
      "loc": {
        "start": {
          "line": 122,
          "column": 113
        },
        "end": {
          "line": 122,
          "column": 114
        }
      }
    },
    {
      "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": 6669,
      "end": 6674,
      "loc": {
        "start": {
          "line": 123,
          "column": 8
        },
        "end": {
          "line": 123,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 6675,
      "end": 6678,
      "loc": {
        "start": {
          "line": 123,
          "column": 14
        },
        "end": {
          "line": 123,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6679,
      "end": 6680,
      "loc": {
        "start": {
          "line": 123,
          "column": 18
        },
        "end": {
          "line": 123,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endHint",
      "start": 6681,
      "end": 6688,
      "loc": {
        "start": {
          "line": 123,
          "column": 20
        },
        "end": {
          "line": 123,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6688,
      "end": 6689,
      "loc": {
        "start": {
          "line": 123,
          "column": 27
        },
        "end": {
          "line": 123,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 6689,
      "end": 6694,
      "loc": {
        "start": {
          "line": 123,
          "column": 28
        },
        "end": {
          "line": 123,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6694,
      "end": 6695,
      "loc": {
        "start": {
          "line": 123,
          "column": 33
        },
        "end": {
          "line": 123,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6695,
      "end": 6696,
      "loc": {
        "start": {
          "line": 123,
          "column": 34
        },
        "end": {
          "line": 123,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6696,
      "end": 6697,
      "loc": {
        "start": {
          "line": 123,
          "column": 35
        },
        "end": {
          "line": 123,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 6697,
      "end": 6700,
      "loc": {
        "start": {
          "line": 123,
          "column": 36
        },
        "end": {
          "line": 123,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6700,
      "end": 6701,
      "loc": {
        "start": {
          "line": 123,
          "column": 39
        },
        "end": {
          "line": 123,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 6701,
      "end": 6707,
      "loc": {
        "start": {
          "line": 123,
          "column": 40
        },
        "end": {
          "line": 123,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6707,
      "end": 6708,
      "loc": {
        "start": {
          "line": 123,
          "column": 46
        },
        "end": {
          "line": 123,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6708,
      "end": 6709,
      "loc": {
        "start": {
          "line": 123,
          "column": 47
        },
        "end": {
          "line": 123,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setLength",
      "start": 6709,
      "end": 6718,
      "loc": {
        "start": {
          "line": 123,
          "column": 48
        },
        "end": {
          "line": 123,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6718,
      "end": 6719,
      "loc": {
        "start": {
          "line": 123,
          "column": 57
        },
        "end": {
          "line": 123,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 6719,
      "end": 6725,
      "loc": {
        "start": {
          "line": 123,
          "column": 58
        },
        "end": {
          "line": 123,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6725,
      "end": 6726,
      "loc": {
        "start": {
          "line": 123,
          "column": 64
        },
        "end": {
          "line": 123,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6726,
      "end": 6727,
      "loc": {
        "start": {
          "line": 123,
          "column": 65
        },
        "end": {
          "line": 123,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 6727,
      "end": 6730,
      "loc": {
        "start": {
          "line": 123,
          "column": 66
        },
        "end": {
          "line": 123,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6730,
      "end": 6731,
      "loc": {
        "start": {
          "line": 123,
          "column": 69
        },
        "end": {
          "line": 123,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 6731,
      "end": 6737,
      "loc": {
        "start": {
          "line": 123,
          "column": 70
        },
        "end": {
          "line": 123,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6737,
      "end": 6738,
      "loc": {
        "start": {
          "line": 123,
          "column": 76
        },
        "end": {
          "line": 123,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6738,
      "end": 6739,
      "loc": {
        "start": {
          "line": 123,
          "column": 77
        },
        "end": {
          "line": 123,
          "column": 78
        }
      }
    },
    {
      "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": 6748,
      "end": 6754,
      "loc": {
        "start": {
          "line": 124,
          "column": 8
        },
        "end": {
          "line": 124,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6755,
      "end": 6756,
      "loc": {
        "start": {
          "line": 124,
          "column": 15
        },
        "end": {
          "line": 124,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 6757,
      "end": 6762,
      "loc": {
        "start": {
          "line": 124,
          "column": 17
        },
        "end": {
          "line": 124,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6762,
      "end": 6763,
      "loc": {
        "start": {
          "line": 124,
          "column": 22
        },
        "end": {
          "line": 124,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 6764,
      "end": 6767,
      "loc": {
        "start": {
          "line": 124,
          "column": 24
        },
        "end": {
          "line": 124,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6767,
      "end": 6768,
      "loc": {
        "start": {
          "line": 124,
          "column": 27
        },
        "end": {
          "line": 124,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 6769,
      "end": 6775,
      "loc": {
        "start": {
          "line": 124,
          "column": 29
        },
        "end": {
          "line": 124,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6775,
      "end": 6776,
      "loc": {
        "start": {
          "line": 124,
          "column": 35
        },
        "end": {
          "line": 124,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clockwise",
      "start": 6777,
      "end": 6786,
      "loc": {
        "start": {
          "line": 124,
          "column": 37
        },
        "end": {
          "line": 124,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6787,
      "end": 6788,
      "loc": {
        "start": {
          "line": 124,
          "column": 47
        },
        "end": {
          "line": 124,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6788,
      "end": 6789,
      "loc": {
        "start": {
          "line": 124,
          "column": 48
        },
        "end": {
          "line": 124,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6794,
      "end": 6795,
      "loc": {
        "start": {
          "line": 125,
          "column": 4
        },
        "end": {
          "line": 125,
          "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": 6796,
      "end": 6800,
      "loc": {
        "start": {
          "line": 125,
          "column": 6
        },
        "end": {
          "line": 125,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6801,
      "end": 6802,
      "loc": {
        "start": {
          "line": 125,
          "column": 11
        },
        "end": {
          "line": 125,
          "column": 12
        }
      }
    },
    {
      "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": 6811,
      "end": 6816,
      "loc": {
        "start": {
          "line": 126,
          "column": 8
        },
        "end": {
          "line": 126,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "signedRadius",
      "start": 6817,
      "end": 6829,
      "loc": {
        "start": {
          "line": 126,
          "column": 14
        },
        "end": {
          "line": 126,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6830,
      "end": 6831,
      "loc": {
        "start": {
          "line": 126,
          "column": 27
        },
        "end": {
          "line": 126,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirHint",
      "start": 6832,
      "end": 6839,
      "loc": {
        "start": {
          "line": 126,
          "column": 29
        },
        "end": {
          "line": 126,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6839,
      "end": 6840,
      "loc": {
        "start": {
          "line": 126,
          "column": 36
        },
        "end": {
          "line": 126,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lengthSq",
      "start": 6840,
      "end": 6848,
      "loc": {
        "start": {
          "line": 126,
          "column": 37
        },
        "end": {
          "line": 126,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6848,
      "end": 6849,
      "loc": {
        "start": {
          "line": 126,
          "column": 45
        },
        "end": {
          "line": 126,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6849,
      "end": 6850,
      "loc": {
        "start": {
          "line": 126,
          "column": 46
        },
        "end": {
          "line": 126,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 6851,
      "end": 6852,
      "loc": {
        "start": {
          "line": 126,
          "column": 48
        },
        "end": {
          "line": 126,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cross",
      "start": 6853,
      "end": 6858,
      "loc": {
        "start": {
          "line": 126,
          "column": 50
        },
        "end": {
          "line": 126,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6858,
      "end": 6859,
      "loc": {
        "start": {
          "line": 126,
          "column": 55
        },
        "end": {
          "line": 126,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startTangent",
      "start": 6859,
      "end": 6871,
      "loc": {
        "start": {
          "line": 126,
          "column": 56
        },
        "end": {
          "line": 126,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6871,
      "end": 6872,
      "loc": {
        "start": {
          "line": 126,
          "column": 68
        },
        "end": {
          "line": 126,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirHint",
      "start": 6873,
      "end": 6880,
      "loc": {
        "start": {
          "line": 126,
          "column": 70
        },
        "end": {
          "line": 126,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6880,
      "end": 6881,
      "loc": {
        "start": {
          "line": 126,
          "column": 77
        },
        "end": {
          "line": 126,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 6882,
      "end": 6883,
      "loc": {
        "start": {
          "line": 126,
          "column": 79
        },
        "end": {
          "line": 126,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 6884,
      "end": 6885,
      "loc": {
        "start": {
          "line": 126,
          "column": 81
        },
        "end": {
          "line": 126,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6885,
      "end": 6886,
      "loc": {
        "start": {
          "line": 126,
          "column": 82
        },
        "end": {
          "line": 126,
          "column": 83
        }
      }
    },
    {
      "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": 6895,
      "end": 6900,
      "loc": {
        "start": {
          "line": 127,
          "column": 8
        },
        "end": {
          "line": 127,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 6901,
      "end": 6907,
      "loc": {
        "start": {
          "line": 127,
          "column": 14
        },
        "end": {
          "line": 127,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6908,
      "end": 6909,
      "loc": {
        "start": {
          "line": 127,
          "column": 21
        },
        "end": {
          "line": 127,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setVectorFromOrthoCoords",
      "start": 6910,
      "end": 6934,
      "loc": {
        "start": {
          "line": 127,
          "column": 23
        },
        "end": {
          "line": 127,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6934,
      "end": 6935,
      "loc": {
        "start": {
          "line": 127,
          "column": 47
        },
        "end": {
          "line": 127,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startTangent",
      "start": 6935,
      "end": 6947,
      "loc": {
        "start": {
          "line": 127,
          "column": 48
        },
        "end": {
          "line": 127,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6947,
      "end": 6948,
      "loc": {
        "start": {
          "line": 127,
          "column": 60
        },
        "end": {
          "line": 127,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 6948,
      "end": 6953,
      "loc": {
        "start": {
          "line": 127,
          "column": 61
        },
        "end": {
          "line": 127,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6953,
      "end": 6954,
      "loc": {
        "start": {
          "line": 127,
          "column": 66
        },
        "end": {
          "line": 127,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6954,
      "end": 6955,
      "loc": {
        "start": {
          "line": 127,
          "column": 67
        },
        "end": {
          "line": 127,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6955,
      "end": 6956,
      "loc": {
        "start": {
          "line": 127,
          "column": 68
        },
        "end": {
          "line": 127,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 6957,
      "end": 6958,
      "loc": {
        "start": {
          "line": 127,
          "column": 70
        },
        "end": {
          "line": 127,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6958,
      "end": 6959,
      "loc": {
        "start": {
          "line": 127,
          "column": 71
        },
        "end": {
          "line": 127,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "signedRadius",
      "start": 6960,
      "end": 6972,
      "loc": {
        "start": {
          "line": 127,
          "column": 73
        },
        "end": {
          "line": 127,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6972,
      "end": 6973,
      "loc": {
        "start": {
          "line": 127,
          "column": 85
        },
        "end": {
          "line": 127,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6973,
      "end": 6974,
      "loc": {
        "start": {
          "line": 127,
          "column": 86
        },
        "end": {
          "line": 127,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 6974,
      "end": 6977,
      "loc": {
        "start": {
          "line": 127,
          "column": 87
        },
        "end": {
          "line": 127,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6977,
      "end": 6978,
      "loc": {
        "start": {
          "line": 127,
          "column": 90
        },
        "end": {
          "line": 127,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 6978,
      "end": 6983,
      "loc": {
        "start": {
          "line": 127,
          "column": 91
        },
        "end": {
          "line": 127,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6983,
      "end": 6984,
      "loc": {
        "start": {
          "line": 127,
          "column": 96
        },
        "end": {
          "line": 127,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6984,
      "end": 6985,
      "loc": {
        "start": {
          "line": 127,
          "column": 97
        },
        "end": {
          "line": 127,
          "column": 98
        }
      }
    },
    {
      "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": 6994,
      "end": 7000,
      "loc": {
        "start": {
          "line": 128,
          "column": 8
        },
        "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": "drawArcBy_S_E_C",
      "start": 7001,
      "end": 7016,
      "loc": {
        "start": {
          "line": 128,
          "column": 15
        },
        "end": {
          "line": 128,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7016,
      "end": 7017,
      "loc": {
        "start": {
          "line": 128,
          "column": 30
        },
        "end": {
          "line": 128,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7017,
      "end": 7018,
      "loc": {
        "start": {
          "line": 128,
          "column": 31
        },
        "end": {
          "line": 128,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 7018,
      "end": 7023,
      "loc": {
        "start": {
          "line": 128,
          "column": 32
        },
        "end": {
          "line": 128,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7023,
      "end": 7024,
      "loc": {
        "start": {
          "line": 128,
          "column": 37
        },
        "end": {
          "line": 128,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endHint",
      "start": 7025,
      "end": 7032,
      "loc": {
        "start": {
          "line": 128,
          "column": 39
        },
        "end": {
          "line": 128,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7032,
      "end": 7033,
      "loc": {
        "start": {
          "line": 128,
          "column": 46
        },
        "end": {
          "line": 128,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 7034,
      "end": 7040,
      "loc": {
        "start": {
          "line": 128,
          "column": 48
        },
        "end": {
          "line": 128,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7040,
      "end": 7041,
      "loc": {
        "start": {
          "line": 128,
          "column": 54
        },
        "end": {
          "line": 128,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7041,
      "end": 7042,
      "loc": {
        "start": {
          "line": 128,
          "column": 55
        },
        "end": {
          "line": 128,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7043,
      "end": 7044,
      "loc": {
        "start": {
          "line": 128,
          "column": 57
        },
        "end": {
          "line": 128,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 7045,
      "end": 7051,
      "loc": {
        "start": {
          "line": 128,
          "column": 59
        },
        "end": {
          "line": 128,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7051,
      "end": 7052,
      "loc": {
        "start": {
          "line": 128,
          "column": 65
        },
        "end": {
          "line": 128,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 7053,
      "end": 7057,
      "loc": {
        "start": {
          "line": 128,
          "column": 67
        },
        "end": {
          "line": 128,
          "column": 71
        }
      }
    },
    {
      "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": 128,
          "column": 71
        },
        "end": {
          "line": 128,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "abs",
      "start": 7058,
      "end": 7061,
      "loc": {
        "start": {
          "line": 128,
          "column": 72
        },
        "end": {
          "line": 128,
          "column": 75
        }
      }
    },
    {
      "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": 128,
          "column": 75
        },
        "end": {
          "line": 128,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "signedRadius",
      "start": 7062,
      "end": 7074,
      "loc": {
        "start": {
          "line": 128,
          "column": 76
        },
        "end": {
          "line": 128,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7074,
      "end": 7075,
      "loc": {
        "start": {
          "line": 128,
          "column": 88
        },
        "end": {
          "line": 128,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7075,
      "end": 7076,
      "loc": {
        "start": {
          "line": 128,
          "column": 89
        },
        "end": {
          "line": 128,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clockwise",
      "start": 7077,
      "end": 7086,
      "loc": {
        "start": {
          "line": 128,
          "column": 91
        },
        "end": {
          "line": 128,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7087,
      "end": 7088,
      "loc": {
        "start": {
          "line": 128,
          "column": 101
        },
        "end": {
          "line": 128,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7088,
      "end": 7089,
      "loc": {
        "start": {
          "line": 128,
          "column": 102
        },
        "end": {
          "line": 128,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7089,
      "end": 7090,
      "loc": {
        "start": {
          "line": 128,
          "column": 103
        },
        "end": {
          "line": 128,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7095,
      "end": 7096,
      "loc": {
        "start": {
          "line": 129,
          "column": 4
        },
        "end": {
          "line": 129,
          "column": 5
        }
      }
    },
    {
      "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": 130,
          "column": 0
        },
        "end": {
          "line": 130,
          "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": 7100,
      "end": 7106,
      "loc": {
        "start": {
          "line": 132,
          "column": 0
        },
        "end": {
          "line": 132,
          "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": 7107,
      "end": 7115,
      "loc": {
        "start": {
          "line": 132,
          "column": 7
        },
        "end": {
          "line": 132,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "drawCircleBy_C_E",
      "start": 7116,
      "end": 7132,
      "loc": {
        "start": {
          "line": 132,
          "column": 16
        },
        "end": {
          "line": 132,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7132,
      "end": 7133,
      "loc": {
        "start": {
          "line": 132,
          "column": 32
        },
        "end": {
          "line": 132,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7133,
      "end": 7134,
      "loc": {
        "start": {
          "line": 132,
          "column": 33
        },
        "end": {
          "line": 132,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 7134,
      "end": 7140,
      "loc": {
        "start": {
          "line": 132,
          "column": 34
        },
        "end": {
          "line": 132,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7140,
      "end": 7141,
      "loc": {
        "start": {
          "line": 132,
          "column": 40
        },
        "end": {
          "line": 132,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endHint",
      "start": 7142,
      "end": 7149,
      "loc": {
        "start": {
          "line": 132,
          "column": 42
        },
        "end": {
          "line": 132,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7149,
      "end": 7150,
      "loc": {
        "start": {
          "line": 132,
          "column": 49
        },
        "end": {
          "line": 132,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7150,
      "end": 7151,
      "loc": {
        "start": {
          "line": 132,
          "column": 50
        },
        "end": {
          "line": 132,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "restrictions",
      "start": 7152,
      "end": 7164,
      "loc": {
        "start": {
          "line": 132,
          "column": 52
        },
        "end": {
          "line": 132,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7164,
      "end": 7165,
      "loc": {
        "start": {
          "line": 132,
          "column": 64
        },
        "end": {
          "line": 132,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7166,
      "end": 7167,
      "loc": {
        "start": {
          "line": 132,
          "column": 66
        },
        "end": {
          "line": 132,
          "column": 67
        }
      }
    },
    {
      "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": 7172,
      "end": 7175,
      "loc": {
        "start": {
          "line": 133,
          "column": 4
        },
        "end": {
          "line": 133,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7176,
      "end": 7177,
      "loc": {
        "start": {
          "line": 133,
          "column": 8
        },
        "end": {
          "line": 133,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 7178,
      "end": 7184,
      "loc": {
        "start": {
          "line": 133,
          "column": 10
        },
        "end": {
          "line": 133,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7185,
      "end": 7186,
      "loc": {
        "start": {
          "line": 133,
          "column": 17
        },
        "end": {
          "line": 133,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7187,
      "end": 7188,
      "loc": {
        "start": {
          "line": 133,
          "column": 19
        },
        "end": {
          "line": 133,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "restrictions",
      "start": 7189,
      "end": 7201,
      "loc": {
        "start": {
          "line": 133,
          "column": 21
        },
        "end": {
          "line": 133,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7201,
      "end": 7202,
      "loc": {
        "start": {
          "line": 133,
          "column": 33
        },
        "end": {
          "line": 133,
          "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": 7207,
      "end": 7209,
      "loc": {
        "start": {
          "line": 134,
          "column": 4
        },
        "end": {
          "line": 134,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7210,
      "end": 7211,
      "loc": {
        "start": {
          "line": 134,
          "column": 7
        },
        "end": {
          "line": 134,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 7211,
      "end": 7217,
      "loc": {
        "start": {
          "line": 134,
          "column": 8
        },
        "end": {
          "line": 134,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 7218,
      "end": 7221,
      "loc": {
        "start": {
          "line": 134,
          "column": 15
        },
        "end": {
          "line": 134,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 7222,
      "end": 7231,
      "loc": {
        "start": {
          "line": 134,
          "column": 19
        },
        "end": {
          "line": 134,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7231,
      "end": 7232,
      "loc": {
        "start": {
          "line": 134,
          "column": 28
        },
        "end": {
          "line": 134,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 7233,
      "end": 7239,
      "loc": {
        "start": {
          "line": 134,
          "column": 30
        },
        "end": {
          "line": 134,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7240,
      "end": 7241,
      "loc": {
        "start": {
          "line": 134,
          "column": 37
        },
        "end": {
          "line": 134,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 7242,
      "end": 7248,
      "loc": {
        "start": {
          "line": 134,
          "column": 39
        },
        "end": {
          "line": 134,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7248,
      "end": 7249,
      "loc": {
        "start": {
          "line": 134,
          "column": 45
        },
        "end": {
          "line": 134,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "distanceTo",
      "start": 7249,
      "end": 7259,
      "loc": {
        "start": {
          "line": 134,
          "column": 46
        },
        "end": {
          "line": 134,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7259,
      "end": 7260,
      "loc": {
        "start": {
          "line": 134,
          "column": 56
        },
        "end": {
          "line": 134,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endHint",
      "start": 7260,
      "end": 7267,
      "loc": {
        "start": {
          "line": 134,
          "column": 57
        },
        "end": {
          "line": 134,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7267,
      "end": 7268,
      "loc": {
        "start": {
          "line": 134,
          "column": 64
        },
        "end": {
          "line": 134,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7268,
      "end": 7269,
      "loc": {
        "start": {
          "line": 134,
          "column": 65
        },
        "end": {
          "line": 134,
          "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": 7274,
      "end": 7280,
      "loc": {
        "start": {
          "line": 135,
          "column": 4
        },
        "end": {
          "line": 135,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7281,
      "end": 7282,
      "loc": {
        "start": {
          "line": 135,
          "column": 11
        },
        "end": {
          "line": 135,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 7283,
      "end": 7289,
      "loc": {
        "start": {
          "line": 135,
          "column": 13
        },
        "end": {
          "line": 135,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7289,
      "end": 7290,
      "loc": {
        "start": {
          "line": 135,
          "column": 19
        },
        "end": {
          "line": 135,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 7291,
      "end": 7297,
      "loc": {
        "start": {
          "line": 135,
          "column": 21
        },
        "end": {
          "line": 135,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7298,
      "end": 7299,
      "loc": {
        "start": {
          "line": 135,
          "column": 28
        },
        "end": {
          "line": 135,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7299,
      "end": 7300,
      "loc": {
        "start": {
          "line": 135,
          "column": 29
        },
        "end": {
          "line": 135,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7301,
      "end": 7302,
      "loc": {
        "start": {
          "line": 136,
          "column": 0
        },
        "end": {
          "line": 136,
          "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": 7304,
      "end": 7310,
      "loc": {
        "start": {
          "line": 138,
          "column": 0
        },
        "end": {
          "line": 138,
          "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": 7311,
      "end": 7319,
      "loc": {
        "start": {
          "line": 138,
          "column": 7
        },
        "end": {
          "line": 138,
          "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": 7320,
      "end": 7337,
      "loc": {
        "start": {
          "line": 138,
          "column": 16
        },
        "end": {
          "line": 138,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7337,
      "end": 7338,
      "loc": {
        "start": {
          "line": 138,
          "column": 33
        },
        "end": {
          "line": 138,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7338,
      "end": 7339,
      "loc": {
        "start": {
          "line": 138,
          "column": 34
        },
        "end": {
          "line": 138,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertexPos",
      "start": 7339,
      "end": 7348,
      "loc": {
        "start": {
          "line": 138,
          "column": 35
        },
        "end": {
          "line": 138,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7348,
      "end": 7349,
      "loc": {
        "start": {
          "line": 138,
          "column": 44
        },
        "end": {
          "line": 138,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startDir",
      "start": 7350,
      "end": 7358,
      "loc": {
        "start": {
          "line": 138,
          "column": 46
        },
        "end": {
          "line": 138,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7358,
      "end": 7359,
      "loc": {
        "start": {
          "line": 138,
          "column": 54
        },
        "end": {
          "line": 138,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endDir",
      "start": 7360,
      "end": 7366,
      "loc": {
        "start": {
          "line": 138,
          "column": 56
        },
        "end": {
          "line": 138,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7366,
      "end": 7367,
      "loc": {
        "start": {
          "line": 138,
          "column": 62
        },
        "end": {
          "line": 138,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "middlePos",
      "start": 7368,
      "end": 7377,
      "loc": {
        "start": {
          "line": 138,
          "column": 64
        },
        "end": {
          "line": 138,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7377,
      "end": 7378,
      "loc": {
        "start": {
          "line": 138,
          "column": 73
        },
        "end": {
          "line": 138,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7378,
      "end": 7379,
      "loc": {
        "start": {
          "line": 138,
          "column": 74
        },
        "end": {
          "line": 138,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7380,
      "end": 7381,
      "loc": {
        "start": {
          "line": 138,
          "column": 76
        },
        "end": {
          "line": 138,
          "column": 77
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " to return",
      "start": 7386,
      "end": 7398,
      "loc": {
        "start": {
          "line": 139,
          "column": 4
        },
        "end": {
          "line": 139,
          "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": 7403,
      "end": 7406,
      "loc": {
        "start": {
          "line": 140,
          "column": 4
        },
        "end": {
          "line": 140,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "len",
      "start": 7407,
      "end": 7410,
      "loc": {
        "start": {
          "line": 140,
          "column": 8
        },
        "end": {
          "line": 140,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7411,
      "end": 7412,
      "loc": {
        "start": {
          "line": 140,
          "column": 12
        },
        "end": {
          "line": 140,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 7413,
      "end": 7422,
      "loc": {
        "start": {
          "line": 140,
          "column": 14
        },
        "end": {
          "line": 140,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7422,
      "end": 7423,
      "loc": {
        "start": {
          "line": 140,
          "column": 23
        },
        "end": {
          "line": 140,
          "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": 7428,
      "end": 7431,
      "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": "center",
      "start": 7432,
      "end": 7438,
      "loc": {
        "start": {
          "line": 141,
          "column": 8
        },
        "end": {
          "line": 141,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7439,
      "end": 7440,
      "loc": {
        "start": {
          "line": 141,
          "column": 15
        },
        "end": {
          "line": 141,
          "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": 7441,
      "end": 7444,
      "loc": {
        "start": {
          "line": 141,
          "column": 17
        },
        "end": {
          "line": 141,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 7445,
      "end": 7450,
      "loc": {
        "start": {
          "line": 141,
          "column": 21
        },
        "end": {
          "line": 141,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7450,
      "end": 7451,
      "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": "Vector3",
      "start": 7451,
      "end": 7458,
      "loc": {
        "start": {
          "line": 141,
          "column": 27
        },
        "end": {
          "line": 141,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7458,
      "end": 7459,
      "loc": {
        "start": {
          "line": 141,
          "column": 34
        },
        "end": {
          "line": 141,
          "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": 7459,
      "end": 7460,
      "loc": {
        "start": {
          "line": 141,
          "column": 35
        },
        "end": {
          "line": 141,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7460,
      "end": 7461,
      "loc": {
        "start": {
          "line": 141,
          "column": 36
        },
        "end": {
          "line": 141,
          "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": 7462,
      "end": 7463,
      "loc": {
        "start": {
          "line": 141,
          "column": 38
        },
        "end": {
          "line": 141,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7463,
      "end": 7464,
      "loc": {
        "start": {
          "line": 141,
          "column": 39
        },
        "end": {
          "line": 141,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 7465,
      "end": 7466,
      "loc": {
        "start": {
          "line": 141,
          "column": 41
        },
        "end": {
          "line": 141,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7466,
      "end": 7467,
      "loc": {
        "start": {
          "line": 141,
          "column": 42
        },
        "end": {
          "line": 141,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7467,
      "end": 7468,
      "loc": {
        "start": {
          "line": 141,
          "column": 43
        },
        "end": {
          "line": 141,
          "column": 44
        }
      }
    },
    {
      "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": 7474,
      "end": 7477,
      "loc": {
        "start": {
          "line": 143,
          "column": 4
        },
        "end": {
          "line": 143,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "centerDir",
      "start": 7478,
      "end": 7487,
      "loc": {
        "start": {
          "line": 143,
          "column": 8
        },
        "end": {
          "line": 143,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7488,
      "end": 7489,
      "loc": {
        "start": {
          "line": 143,
          "column": 18
        },
        "end": {
          "line": 143,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startDir",
      "start": 7490,
      "end": 7498,
      "loc": {
        "start": {
          "line": 143,
          "column": 20
        },
        "end": {
          "line": 143,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7498,
      "end": 7499,
      "loc": {
        "start": {
          "line": 143,
          "column": 28
        },
        "end": {
          "line": 143,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 7499,
      "end": 7504,
      "loc": {
        "start": {
          "line": 143,
          "column": 29
        },
        "end": {
          "line": 143,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7504,
      "end": 7505,
      "loc": {
        "start": {
          "line": 143,
          "column": 34
        },
        "end": {
          "line": 143,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7505,
      "end": 7506,
      "loc": {
        "start": {
          "line": 143,
          "column": 35
        },
        "end": {
          "line": 143,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7506,
      "end": 7507,
      "loc": {
        "start": {
          "line": 143,
          "column": 36
        },
        "end": {
          "line": 143,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 7507,
      "end": 7510,
      "loc": {
        "start": {
          "line": 143,
          "column": 37
        },
        "end": {
          "line": 143,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7510,
      "end": 7511,
      "loc": {
        "start": {
          "line": 143,
          "column": 40
        },
        "end": {
          "line": 143,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endDir",
      "start": 7511,
      "end": 7517,
      "loc": {
        "start": {
          "line": 143,
          "column": 41
        },
        "end": {
          "line": 143,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7517,
      "end": 7518,
      "loc": {
        "start": {
          "line": 143,
          "column": 47
        },
        "end": {
          "line": 143,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7518,
      "end": 7519,
      "loc": {
        "start": {
          "line": 143,
          "column": 48
        },
        "end": {
          "line": 143,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "multiplyScalar",
      "start": 7519,
      "end": 7533,
      "loc": {
        "start": {
          "line": 143,
          "column": 49
        },
        "end": {
          "line": 143,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7533,
      "end": 7534,
      "loc": {
        "start": {
          "line": 143,
          "column": 63
        },
        "end": {
          "line": 143,
          "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": 7534,
      "end": 7537,
      "loc": {
        "start": {
          "line": 143,
          "column": 64
        },
        "end": {
          "line": 143,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7537,
      "end": 7538,
      "loc": {
        "start": {
          "line": 143,
          "column": 67
        },
        "end": {
          "line": 143,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7538,
      "end": 7539,
      "loc": {
        "start": {
          "line": 143,
          "column": 68
        },
        "end": {
          "line": 143,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normalize",
      "start": 7539,
      "end": 7548,
      "loc": {
        "start": {
          "line": 143,
          "column": 69
        },
        "end": {
          "line": 143,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7548,
      "end": 7549,
      "loc": {
        "start": {
          "line": 143,
          "column": 78
        },
        "end": {
          "line": 143,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7549,
      "end": 7550,
      "loc": {
        "start": {
          "line": 143,
          "column": 79
        },
        "end": {
          "line": 143,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7550,
      "end": 7551,
      "loc": {
        "start": {
          "line": 143,
          "column": 80
        },
        "end": {
          "line": 143,
          "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": 7556,
      "end": 7559,
      "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": "vertexToMiddle",
      "start": 7560,
      "end": 7574,
      "loc": {
        "start": {
          "line": 144,
          "column": 8
        },
        "end": {
          "line": 144,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7575,
      "end": 7576,
      "loc": {
        "start": {
          "line": 144,
          "column": 23
        },
        "end": {
          "line": 144,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "middlePos",
      "start": 7577,
      "end": 7586,
      "loc": {
        "start": {
          "line": 144,
          "column": 25
        },
        "end": {
          "line": 144,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7586,
      "end": 7587,
      "loc": {
        "start": {
          "line": 144,
          "column": 34
        },
        "end": {
          "line": 144,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 7587,
      "end": 7592,
      "loc": {
        "start": {
          "line": 144,
          "column": 35
        },
        "end": {
          "line": 144,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7592,
      "end": 7593,
      "loc": {
        "start": {
          "line": 144,
          "column": 40
        },
        "end": {
          "line": 144,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7593,
      "end": 7594,
      "loc": {
        "start": {
          "line": 144,
          "column": 41
        },
        "end": {
          "line": 144,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7594,
      "end": 7595,
      "loc": {
        "start": {
          "line": 144,
          "column": 42
        },
        "end": {
          "line": 144,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 7595,
      "end": 7598,
      "loc": {
        "start": {
          "line": 144,
          "column": 43
        },
        "end": {
          "line": 144,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7598,
      "end": 7599,
      "loc": {
        "start": {
          "line": 144,
          "column": 46
        },
        "end": {
          "line": 144,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertexPos",
      "start": 7599,
      "end": 7608,
      "loc": {
        "start": {
          "line": 144,
          "column": 47
        },
        "end": {
          "line": 144,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7608,
      "end": 7609,
      "loc": {
        "start": {
          "line": 144,
          "column": 56
        },
        "end": {
          "line": 144,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7609,
      "end": 7610,
      "loc": {
        "start": {
          "line": 144,
          "column": 57
        },
        "end": {
          "line": 144,
          "column": 58
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " if radius is too small or middlepos and its projection to centerDir is out of filletAngle",
      "start": 7616,
      "end": 7708,
      "loc": {
        "start": {
          "line": 146,
          "column": 4
        },
        "end": {
          "line": 146,
          "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": 7713,
      "end": 7715,
      "loc": {
        "start": {
          "line": 147,
          "column": 4
        },
        "end": {
          "line": 147,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7716,
      "end": 7717,
      "loc": {
        "start": {
          "line": 147,
          "column": 7
        },
        "end": {
          "line": 147,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertexToMiddle",
      "start": 7717,
      "end": 7731,
      "loc": {
        "start": {
          "line": 147,
          "column": 8
        },
        "end": {
          "line": 147,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7731,
      "end": 7732,
      "loc": {
        "start": {
          "line": 147,
          "column": 22
        },
        "end": {
          "line": 147,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 7732,
      "end": 7738,
      "loc": {
        "start": {
          "line": 147,
          "column": 23
        },
        "end": {
          "line": 147,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7738,
      "end": 7739,
      "loc": {
        "start": {
          "line": 147,
          "column": 29
        },
        "end": {
          "line": 147,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7739,
      "end": 7740,
      "loc": {
        "start": {
          "line": 147,
          "column": 30
        },
        "end": {
          "line": 147,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 7741,
      "end": 7742,
      "loc": {
        "start": {
          "line": 147,
          "column": 32
        },
        "end": {
          "line": 147,
          "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": 7743,
      "end": 7747,
      "loc": {
        "start": {
          "line": 147,
          "column": 34
        },
        "end": {
          "line": 147,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 7748,
      "end": 7750,
      "loc": {
        "start": {
          "line": 147,
          "column": 39
        },
        "end": {
          "line": 147,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertexToMiddle",
      "start": 7751,
      "end": 7765,
      "loc": {
        "start": {
          "line": 147,
          "column": 42
        },
        "end": {
          "line": 147,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7765,
      "end": 7766,
      "loc": {
        "start": {
          "line": 147,
          "column": 56
        },
        "end": {
          "line": 147,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dot",
      "start": 7766,
      "end": 7769,
      "loc": {
        "start": {
          "line": 147,
          "column": 57
        },
        "end": {
          "line": 147,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7769,
      "end": 7770,
      "loc": {
        "start": {
          "line": 147,
          "column": 60
        },
        "end": {
          "line": 147,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "centerDir",
      "start": 7770,
      "end": 7779,
      "loc": {
        "start": {
          "line": 147,
          "column": 61
        },
        "end": {
          "line": 147,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7779,
      "end": 7780,
      "loc": {
        "start": {
          "line": 147,
          "column": 70
        },
        "end": {
          "line": 147,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 7781,
      "end": 7782,
      "loc": {
        "start": {
          "line": 147,
          "column": 72
        },
        "end": {
          "line": 147,
          "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": 7783,
      "end": 7784,
      "loc": {
        "start": {
          "line": 147,
          "column": 74
        },
        "end": {
          "line": 147,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7784,
      "end": 7785,
      "loc": {
        "start": {
          "line": 147,
          "column": 75
        },
        "end": {
          "line": 147,
          "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": 7786,
      "end": 7792,
      "loc": {
        "start": {
          "line": 147,
          "column": 77
        },
        "end": {
          "line": 147,
          "column": 83
        }
      }
    },
    {
      "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": 7793,
      "end": 7797,
      "loc": {
        "start": {
          "line": 147,
          "column": 84
        },
        "end": {
          "line": 147,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7797,
      "end": 7798,
      "loc": {
        "start": {
          "line": 147,
          "column": 88
        },
        "end": {
          "line": 147,
          "column": 89
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " if  middlepos is out of filletAngle but its projection to centerDir isn't",
      "start": 7804,
      "end": 7880,
      "loc": {
        "start": {
          "line": 149,
          "column": 4
        },
        "end": {
          "line": 149,
          "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": 7885,
      "end": 7888,
      "loc": {
        "start": {
          "line": 150,
          "column": 4
        },
        "end": {
          "line": 150,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "alpha",
      "start": 7889,
      "end": 7894,
      "loc": {
        "start": {
          "line": 150,
          "column": 8
        },
        "end": {
          "line": 150,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7895,
      "end": 7896,
      "loc": {
        "start": {
          "line": 150,
          "column": 14
        },
        "end": {
          "line": 150,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endDir",
      "start": 7897,
      "end": 7903,
      "loc": {
        "start": {
          "line": 150,
          "column": 16
        },
        "end": {
          "line": 150,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7903,
      "end": 7904,
      "loc": {
        "start": {
          "line": 150,
          "column": 22
        },
        "end": {
          "line": 150,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angleTo",
      "start": 7904,
      "end": 7911,
      "loc": {
        "start": {
          "line": 150,
          "column": 23
        },
        "end": {
          "line": 150,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7911,
      "end": 7912,
      "loc": {
        "start": {
          "line": 150,
          "column": 30
        },
        "end": {
          "line": 150,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startDir",
      "start": 7912,
      "end": 7920,
      "loc": {
        "start": {
          "line": 150,
          "column": 31
        },
        "end": {
          "line": 150,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7920,
      "end": 7921,
      "loc": {
        "start": {
          "line": 150,
          "column": 39
        },
        "end": {
          "line": 150,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7921,
      "end": 7922,
      "loc": {
        "start": {
          "line": 150,
          "column": 40
        },
        "end": {
          "line": 150,
          "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": 7927,
      "end": 7930,
      "loc": {
        "start": {
          "line": 151,
          "column": 4
        },
        "end": {
          "line": 151,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angleMidToStart",
      "start": 7931,
      "end": 7946,
      "loc": {
        "start": {
          "line": 151,
          "column": 8
        },
        "end": {
          "line": 151,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7947,
      "end": 7948,
      "loc": {
        "start": {
          "line": 151,
          "column": 24
        },
        "end": {
          "line": 151,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertexToMiddle",
      "start": 7949,
      "end": 7963,
      "loc": {
        "start": {
          "line": 151,
          "column": 26
        },
        "end": {
          "line": 151,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7963,
      "end": 7964,
      "loc": {
        "start": {
          "line": 151,
          "column": 40
        },
        "end": {
          "line": 151,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angleTo",
      "start": 7964,
      "end": 7971,
      "loc": {
        "start": {
          "line": 151,
          "column": 41
        },
        "end": {
          "line": 151,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7971,
      "end": 7972,
      "loc": {
        "start": {
          "line": 151,
          "column": 48
        },
        "end": {
          "line": 151,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startDir",
      "start": 7972,
      "end": 7980,
      "loc": {
        "start": {
          "line": 151,
          "column": 49
        },
        "end": {
          "line": 151,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7980,
      "end": 7981,
      "loc": {
        "start": {
          "line": 151,
          "column": 57
        },
        "end": {
          "line": 151,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7981,
      "end": 7982,
      "loc": {
        "start": {
          "line": 151,
          "column": 58
        },
        "end": {
          "line": 151,
          "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": 7987,
      "end": 7990,
      "loc": {
        "start": {
          "line": 152,
          "column": 4
        },
        "end": {
          "line": 152,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angleMidToEnd",
      "start": 7991,
      "end": 8004,
      "loc": {
        "start": {
          "line": 152,
          "column": 8
        },
        "end": {
          "line": 152,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8005,
      "end": 8006,
      "loc": {
        "start": {
          "line": 152,
          "column": 22
        },
        "end": {
          "line": 152,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertexToMiddle",
      "start": 8007,
      "end": 8021,
      "loc": {
        "start": {
          "line": 152,
          "column": 24
        },
        "end": {
          "line": 152,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8021,
      "end": 8022,
      "loc": {
        "start": {
          "line": 152,
          "column": 38
        },
        "end": {
          "line": 152,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angleTo",
      "start": 8022,
      "end": 8029,
      "loc": {
        "start": {
          "line": 152,
          "column": 39
        },
        "end": {
          "line": 152,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8029,
      "end": 8030,
      "loc": {
        "start": {
          "line": 152,
          "column": 46
        },
        "end": {
          "line": 152,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endDir",
      "start": 8030,
      "end": 8036,
      "loc": {
        "start": {
          "line": 152,
          "column": 47
        },
        "end": {
          "line": 152,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8036,
      "end": 8037,
      "loc": {
        "start": {
          "line": 152,
          "column": 53
        },
        "end": {
          "line": 152,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8037,
      "end": 8038,
      "loc": {
        "start": {
          "line": 152,
          "column": 54
        },
        "end": {
          "line": 152,
          "column": 55
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " project middlepos onto one of the directions if it is out of filletAngle",
      "start": 8044,
      "end": 8119,
      "loc": {
        "start": {
          "line": 154,
          "column": 4
        },
        "end": {
          "line": 154,
          "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": 8124,
      "end": 8127,
      "loc": {
        "start": {
          "line": 155,
          "column": 4
        },
        "end": {
          "line": 155,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "maxAngle",
      "start": 8128,
      "end": 8136,
      "loc": {
        "start": {
          "line": 155,
          "column": 8
        },
        "end": {
          "line": 155,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8137,
      "end": 8138,
      "loc": {
        "start": {
          "line": 155,
          "column": 17
        },
        "end": {
          "line": 155,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 8139,
      "end": 8143,
      "loc": {
        "start": {
          "line": 155,
          "column": 19
        },
        "end": {
          "line": 155,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8143,
      "end": 8144,
      "loc": {
        "start": {
          "line": 155,
          "column": 23
        },
        "end": {
          "line": 155,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "max",
      "start": 8144,
      "end": 8147,
      "loc": {
        "start": {
          "line": 155,
          "column": 24
        },
        "end": {
          "line": 155,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8147,
      "end": 8148,
      "loc": {
        "start": {
          "line": 155,
          "column": 27
        },
        "end": {
          "line": 155,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angleMidToStart",
      "start": 8148,
      "end": 8163,
      "loc": {
        "start": {
          "line": 155,
          "column": 28
        },
        "end": {
          "line": 155,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8163,
      "end": 8164,
      "loc": {
        "start": {
          "line": 155,
          "column": 43
        },
        "end": {
          "line": 155,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angleMidToEnd",
      "start": 8165,
      "end": 8178,
      "loc": {
        "start": {
          "line": 155,
          "column": 45
        },
        "end": {
          "line": 155,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8178,
      "end": 8179,
      "loc": {
        "start": {
          "line": 155,
          "column": 58
        },
        "end": {
          "line": 155,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "alpha",
      "start": 8180,
      "end": 8185,
      "loc": {
        "start": {
          "line": 155,
          "column": 60
        },
        "end": {
          "line": 155,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8185,
      "end": 8186,
      "loc": {
        "start": {
          "line": 155,
          "column": 65
        },
        "end": {
          "line": 155,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8186,
      "end": 8187,
      "loc": {
        "start": {
          "line": 155,
          "column": 66
        },
        "end": {
          "line": 155,
          "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": 8192,
      "end": 8194,
      "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": 8195,
      "end": 8196,
      "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": "maxAngle",
      "start": 8196,
      "end": 8204,
      "loc": {
        "start": {
          "line": 156,
          "column": 8
        },
        "end": {
          "line": 156,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 8205,
      "end": 8208,
      "loc": {
        "start": {
          "line": 156,
          "column": 17
        },
        "end": {
          "line": 156,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "alpha",
      "start": 8209,
      "end": 8214,
      "loc": {
        "start": {
          "line": 156,
          "column": 21
        },
        "end": {
          "line": 156,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8214,
      "end": 8215,
      "loc": {
        "start": {
          "line": 156,
          "column": 26
        },
        "end": {
          "line": 156,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8216,
      "end": 8217,
      "loc": {
        "start": {
          "line": 156,
          "column": 28
        },
        "end": {
          "line": 156,
          "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": 8226,
      "end": 8228,
      "loc": {
        "start": {
          "line": 157,
          "column": 8
        },
        "end": {
          "line": 157,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8229,
      "end": 8230,
      "loc": {
        "start": {
          "line": 157,
          "column": 11
        },
        "end": {
          "line": 157,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angleMidToStart",
      "start": 8230,
      "end": 8245,
      "loc": {
        "start": {
          "line": 157,
          "column": 12
        },
        "end": {
          "line": 157,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 8246,
      "end": 8249,
      "loc": {
        "start": {
          "line": 157,
          "column": 28
        },
        "end": {
          "line": 157,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "maxAngle",
      "start": 8250,
      "end": 8258,
      "loc": {
        "start": {
          "line": 157,
          "column": 32
        },
        "end": {
          "line": 157,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8258,
      "end": 8259,
      "loc": {
        "start": {
          "line": 157,
          "column": 40
        },
        "end": {
          "line": 157,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8260,
      "end": 8261,
      "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": "len",
      "start": 8274,
      "end": 8277,
      "loc": {
        "start": {
          "line": 158,
          "column": 12
        },
        "end": {
          "line": 158,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8278,
      "end": 8279,
      "loc": {
        "start": {
          "line": 158,
          "column": 16
        },
        "end": {
          "line": 158,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertexToMiddle",
      "start": 8280,
      "end": 8294,
      "loc": {
        "start": {
          "line": 158,
          "column": 18
        },
        "end": {
          "line": 158,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8294,
      "end": 8295,
      "loc": {
        "start": {
          "line": 158,
          "column": 32
        },
        "end": {
          "line": 158,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dot",
      "start": 8295,
      "end": 8298,
      "loc": {
        "start": {
          "line": 158,
          "column": 33
        },
        "end": {
          "line": 158,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8298,
      "end": 8299,
      "loc": {
        "start": {
          "line": 158,
          "column": 36
        },
        "end": {
          "line": 158,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endDir",
      "start": 8299,
      "end": 8305,
      "loc": {
        "start": {
          "line": 158,
          "column": 37
        },
        "end": {
          "line": 158,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8305,
      "end": 8306,
      "loc": {
        "start": {
          "line": 158,
          "column": 43
        },
        "end": {
          "line": 158,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8306,
      "end": 8307,
      "loc": {
        "start": {
          "line": 158,
          "column": 44
        },
        "end": {
          "line": 158,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8316,
      "end": 8317,
      "loc": {
        "start": {
          "line": 159,
          "column": 8
        },
        "end": {
          "line": 159,
          "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": 8318,
      "end": 8322,
      "loc": {
        "start": {
          "line": 159,
          "column": 10
        },
        "end": {
          "line": 159,
          "column": 14
        }
      }
    },
    {
      "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": 8323,
      "end": 8325,
      "loc": {
        "start": {
          "line": 159,
          "column": 15
        },
        "end": {
          "line": 159,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8326,
      "end": 8327,
      "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": "angleMidToEnd",
      "start": 8327,
      "end": 8340,
      "loc": {
        "start": {
          "line": 159,
          "column": 19
        },
        "end": {
          "line": 159,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 8341,
      "end": 8344,
      "loc": {
        "start": {
          "line": 159,
          "column": 33
        },
        "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": "maxAngle",
      "start": 8345,
      "end": 8353,
      "loc": {
        "start": {
          "line": 159,
          "column": 37
        },
        "end": {
          "line": 159,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8353,
      "end": 8354,
      "loc": {
        "start": {
          "line": 159,
          "column": 45
        },
        "end": {
          "line": 159,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8355,
      "end": 8356,
      "loc": {
        "start": {
          "line": 159,
          "column": 47
        },
        "end": {
          "line": 159,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "len",
      "start": 8369,
      "end": 8372,
      "loc": {
        "start": {
          "line": 160,
          "column": 12
        },
        "end": {
          "line": 160,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8373,
      "end": 8374,
      "loc": {
        "start": {
          "line": 160,
          "column": 16
        },
        "end": {
          "line": 160,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertexToMiddle",
      "start": 8375,
      "end": 8389,
      "loc": {
        "start": {
          "line": 160,
          "column": 18
        },
        "end": {
          "line": 160,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8389,
      "end": 8390,
      "loc": {
        "start": {
          "line": 160,
          "column": 32
        },
        "end": {
          "line": 160,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dot",
      "start": 8390,
      "end": 8393,
      "loc": {
        "start": {
          "line": 160,
          "column": 33
        },
        "end": {
          "line": 160,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8393,
      "end": 8394,
      "loc": {
        "start": {
          "line": 160,
          "column": 36
        },
        "end": {
          "line": 160,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startDir",
      "start": 8394,
      "end": 8402,
      "loc": {
        "start": {
          "line": 160,
          "column": 37
        },
        "end": {
          "line": 160,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8402,
      "end": 8403,
      "loc": {
        "start": {
          "line": 160,
          "column": 45
        },
        "end": {
          "line": 160,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8403,
      "end": 8404,
      "loc": {
        "start": {
          "line": 160,
          "column": 46
        },
        "end": {
          "line": 160,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8413,
      "end": 8414,
      "loc": {
        "start": {
          "line": 161,
          "column": 8
        },
        "end": {
          "line": 161,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8419,
      "end": 8420,
      "loc": {
        "start": {
          "line": 162,
          "column": 4
        },
        "end": {
          "line": 162,
          "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": 8426,
      "end": 8428,
      "loc": {
        "start": {
          "line": 164,
          "column": 4
        },
        "end": {
          "line": 164,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8429,
      "end": 8430,
      "loc": {
        "start": {
          "line": 164,
          "column": 7
        },
        "end": {
          "line": 164,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "len",
      "start": 8430,
      "end": 8433,
      "loc": {
        "start": {
          "line": 164,
          "column": 8
        },
        "end": {
          "line": 164,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8433,
      "end": 8434,
      "loc": {
        "start": {
          "line": 164,
          "column": 11
        },
        "end": {
          "line": 164,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8435,
      "end": 8436,
      "loc": {
        "start": {
          "line": 164,
          "column": 13
        },
        "end": {
          "line": 164,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 8445,
      "end": 8451,
      "loc": {
        "start": {
          "line": 165,
          "column": 8
        },
        "end": {
          "line": 165,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8452,
      "end": 8453,
      "loc": {
        "start": {
          "line": 165,
          "column": 15
        },
        "end": {
          "line": 165,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertexPos",
      "start": 8454,
      "end": 8463,
      "loc": {
        "start": {
          "line": 165,
          "column": 17
        },
        "end": {
          "line": 165,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8463,
      "end": 8464,
      "loc": {
        "start": {
          "line": 165,
          "column": 26
        },
        "end": {
          "line": 165,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 8464,
      "end": 8469,
      "loc": {
        "start": {
          "line": 165,
          "column": 27
        },
        "end": {
          "line": 165,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8469,
      "end": 8470,
      "loc": {
        "start": {
          "line": 165,
          "column": 32
        },
        "end": {
          "line": 165,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8470,
      "end": 8471,
      "loc": {
        "start": {
          "line": 165,
          "column": 33
        },
        "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": 8471,
      "end": 8472,
      "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": "add",
      "start": 8472,
      "end": 8475,
      "loc": {
        "start": {
          "line": 165,
          "column": 35
        },
        "end": {
          "line": 165,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8475,
      "end": 8476,
      "loc": {
        "start": {
          "line": 165,
          "column": 38
        },
        "end": {
          "line": 165,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "centerDir",
      "start": 8476,
      "end": 8485,
      "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": 8485,
      "end": 8486,
      "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": "clone",
      "start": 8486,
      "end": 8491,
      "loc": {
        "start": {
          "line": 165,
          "column": 49
        },
        "end": {
          "line": 165,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8491,
      "end": 8492,
      "loc": {
        "start": {
          "line": 165,
          "column": 54
        },
        "end": {
          "line": 165,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8492,
      "end": 8493,
      "loc": {
        "start": {
          "line": 165,
          "column": 55
        },
        "end": {
          "line": 165,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8493,
      "end": 8494,
      "loc": {
        "start": {
          "line": 165,
          "column": 56
        },
        "end": {
          "line": 165,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "multiplyScalar",
      "start": 8494,
      "end": 8508,
      "loc": {
        "start": {
          "line": 165,
          "column": 57
        },
        "end": {
          "line": 165,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8508,
      "end": 8509,
      "loc": {
        "start": {
          "line": 165,
          "column": 71
        },
        "end": {
          "line": 165,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "len",
      "start": 8509,
      "end": 8512,
      "loc": {
        "start": {
          "line": 165,
          "column": 72
        },
        "end": {
          "line": 165,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 8513,
      "end": 8514,
      "loc": {
        "start": {
          "line": 165,
          "column": 76
        },
        "end": {
          "line": 165,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 8515,
      "end": 8519,
      "loc": {
        "start": {
          "line": 165,
          "column": 78
        },
        "end": {
          "line": 165,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8519,
      "end": 8520,
      "loc": {
        "start": {
          "line": 165,
          "column": 82
        },
        "end": {
          "line": 165,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cos",
      "start": 8520,
      "end": 8523,
      "loc": {
        "start": {
          "line": 165,
          "column": 83
        },
        "end": {
          "line": 165,
          "column": 86
        }
      }
    },
    {
      "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": 165,
          "column": 86
        },
        "end": {
          "line": 165,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "alpha",
      "start": 8524,
      "end": 8529,
      "loc": {
        "start": {
          "line": 165,
          "column": 87
        },
        "end": {
          "line": 165,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 8530,
      "end": 8531,
      "loc": {
        "start": {
          "line": 165,
          "column": 93
        },
        "end": {
          "line": 165,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 8532,
      "end": 8533,
      "loc": {
        "start": {
          "line": 165,
          "column": 95
        },
        "end": {
          "line": 165,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8533,
      "end": 8534,
      "loc": {
        "start": {
          "line": 165,
          "column": 96
        },
        "end": {
          "line": 165,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8534,
      "end": 8535,
      "loc": {
        "start": {
          "line": 165,
          "column": 97
        },
        "end": {
          "line": 165,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8535,
      "end": 8536,
      "loc": {
        "start": {
          "line": 165,
          "column": 98
        },
        "end": {
          "line": 165,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8536,
      "end": 8537,
      "loc": {
        "start": {
          "line": 165,
          "column": 99
        },
        "end": {
          "line": 165,
          "column": 100
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " fillet angle < 180 => cos(alpha/2) != 0",
      "start": 8538,
      "end": 8580,
      "loc": {
        "start": {
          "line": 165,
          "column": 101
        },
        "end": {
          "line": 165,
          "column": 143
        }
      }
    },
    {
      "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": 8589,
      "end": 8595,
      "loc": {
        "start": {
          "line": 166,
          "column": 8
        },
        "end": {
          "line": 166,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8596,
      "end": 8597,
      "loc": {
        "start": {
          "line": 166,
          "column": 15
        },
        "end": {
          "line": 166,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 8610,
      "end": 8615,
      "loc": {
        "start": {
          "line": 167,
          "column": 12
        },
        "end": {
          "line": 167,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8615,
      "end": 8616,
      "loc": {
        "start": {
          "line": 167,
          "column": 17
        },
        "end": {
          "line": 167,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertexPos",
      "start": 8617,
      "end": 8626,
      "loc": {
        "start": {
          "line": 167,
          "column": 19
        },
        "end": {
          "line": 167,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8626,
      "end": 8627,
      "loc": {
        "start": {
          "line": 167,
          "column": 28
        },
        "end": {
          "line": 167,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 8627,
      "end": 8632,
      "loc": {
        "start": {
          "line": 167,
          "column": 29
        },
        "end": {
          "line": 167,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8632,
      "end": 8633,
      "loc": {
        "start": {
          "line": 167,
          "column": 34
        },
        "end": {
          "line": 167,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8633,
      "end": 8634,
      "loc": {
        "start": {
          "line": 167,
          "column": 35
        },
        "end": {
          "line": 167,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8634,
      "end": 8635,
      "loc": {
        "start": {
          "line": 167,
          "column": 36
        },
        "end": {
          "line": 167,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 8635,
      "end": 8638,
      "loc": {
        "start": {
          "line": 167,
          "column": 37
        },
        "end": {
          "line": 167,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8638,
      "end": 8639,
      "loc": {
        "start": {
          "line": 167,
          "column": 40
        },
        "end": {
          "line": 167,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startDir",
      "start": 8639,
      "end": 8647,
      "loc": {
        "start": {
          "line": 167,
          "column": 41
        },
        "end": {
          "line": 167,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8647,
      "end": 8648,
      "loc": {
        "start": {
          "line": 167,
          "column": 49
        },
        "end": {
          "line": 167,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 8648,
      "end": 8653,
      "loc": {
        "start": {
          "line": 167,
          "column": 50
        },
        "end": {
          "line": 167,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8653,
      "end": 8654,
      "loc": {
        "start": {
          "line": 167,
          "column": 55
        },
        "end": {
          "line": 167,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8654,
      "end": 8655,
      "loc": {
        "start": {
          "line": 167,
          "column": 56
        },
        "end": {
          "line": 167,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8655,
      "end": 8656,
      "loc": {
        "start": {
          "line": 167,
          "column": 57
        },
        "end": {
          "line": 167,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "multiplyScalar",
      "start": 8656,
      "end": 8670,
      "loc": {
        "start": {
          "line": 167,
          "column": 58
        },
        "end": {
          "line": 167,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8670,
      "end": 8671,
      "loc": {
        "start": {
          "line": 167,
          "column": 72
        },
        "end": {
          "line": 167,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "len",
      "start": 8671,
      "end": 8674,
      "loc": {
        "start": {
          "line": 167,
          "column": 73
        },
        "end": {
          "line": 167,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8674,
      "end": 8675,
      "loc": {
        "start": {
          "line": 167,
          "column": 76
        },
        "end": {
          "line": 167,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8675,
      "end": 8676,
      "loc": {
        "start": {
          "line": 167,
          "column": 77
        },
        "end": {
          "line": 167,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8676,
      "end": 8677,
      "loc": {
        "start": {
          "line": 167,
          "column": 78
        },
        "end": {
          "line": 167,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 8690,
      "end": 8693,
      "loc": {
        "start": {
          "line": 168,
          "column": 12
        },
        "end": {
          "line": 168,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8693,
      "end": 8694,
      "loc": {
        "start": {
          "line": 168,
          "column": 15
        },
        "end": {
          "line": 168,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertexPos",
      "start": 8695,
      "end": 8704,
      "loc": {
        "start": {
          "line": 168,
          "column": 17
        },
        "end": {
          "line": 168,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8704,
      "end": 8705,
      "loc": {
        "start": {
          "line": 168,
          "column": 26
        },
        "end": {
          "line": 168,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 8705,
      "end": 8710,
      "loc": {
        "start": {
          "line": 168,
          "column": 27
        },
        "end": {
          "line": 168,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8710,
      "end": 8711,
      "loc": {
        "start": {
          "line": 168,
          "column": 32
        },
        "end": {
          "line": 168,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8711,
      "end": 8712,
      "loc": {
        "start": {
          "line": 168,
          "column": 33
        },
        "end": {
          "line": 168,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8712,
      "end": 8713,
      "loc": {
        "start": {
          "line": 168,
          "column": 34
        },
        "end": {
          "line": 168,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 8713,
      "end": 8716,
      "loc": {
        "start": {
          "line": 168,
          "column": 35
        },
        "end": {
          "line": 168,
          "column": 38
        }
      }
    },
    {
      "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": 168,
          "column": 38
        },
        "end": {
          "line": 168,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endDir",
      "start": 8717,
      "end": 8723,
      "loc": {
        "start": {
          "line": 168,
          "column": 39
        },
        "end": {
          "line": 168,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8723,
      "end": 8724,
      "loc": {
        "start": {
          "line": 168,
          "column": 45
        },
        "end": {
          "line": 168,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 8724,
      "end": 8729,
      "loc": {
        "start": {
          "line": 168,
          "column": 46
        },
        "end": {
          "line": 168,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8729,
      "end": 8730,
      "loc": {
        "start": {
          "line": 168,
          "column": 51
        },
        "end": {
          "line": 168,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8730,
      "end": 8731,
      "loc": {
        "start": {
          "line": 168,
          "column": 52
        },
        "end": {
          "line": 168,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8731,
      "end": 8732,
      "loc": {
        "start": {
          "line": 168,
          "column": 53
        },
        "end": {
          "line": 168,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "multiplyScalar",
      "start": 8732,
      "end": 8746,
      "loc": {
        "start": {
          "line": 168,
          "column": 54
        },
        "end": {
          "line": 168,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8746,
      "end": 8747,
      "loc": {
        "start": {
          "line": 168,
          "column": 68
        },
        "end": {
          "line": 168,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "len",
      "start": 8747,
      "end": 8750,
      "loc": {
        "start": {
          "line": 168,
          "column": 69
        },
        "end": {
          "line": 168,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8750,
      "end": 8751,
      "loc": {
        "start": {
          "line": 168,
          "column": 72
        },
        "end": {
          "line": 168,
          "column": 73
        }
      }
    },
    {
      "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": 168,
          "column": 73
        },
        "end": {
          "line": 168,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8752,
      "end": 8753,
      "loc": {
        "start": {
          "line": 168,
          "column": 74
        },
        "end": {
          "line": 168,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 8766,
      "end": 8772,
      "loc": {
        "start": {
          "line": 169,
          "column": 12
        },
        "end": {
          "line": 169,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8772,
      "end": 8773,
      "loc": {
        "start": {
          "line": 169,
          "column": 18
        },
        "end": {
          "line": 169,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 8774,
      "end": 8780,
      "loc": {
        "start": {
          "line": 169,
          "column": 20
        },
        "end": {
          "line": 169,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8780,
      "end": 8781,
      "loc": {
        "start": {
          "line": 169,
          "column": 26
        },
        "end": {
          "line": 169,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clockwise",
      "start": 8794,
      "end": 8803,
      "loc": {
        "start": {
          "line": 170,
          "column": 12
        },
        "end": {
          "line": 170,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8803,
      "end": 8804,
      "loc": {
        "start": {
          "line": 170,
          "column": 21
        },
        "end": {
          "line": 170,
          "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": 8805,
      "end": 8809,
      "loc": {
        "start": {
          "line": 170,
          "column": 23
        },
        "end": {
          "line": 170,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8809,
      "end": 8810,
      "loc": {
        "start": {
          "line": 170,
          "column": 27
        },
        "end": {
          "line": 170,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8819,
      "end": 8820,
      "loc": {
        "start": {
          "line": 171,
          "column": 8
        },
        "end": {
          "line": 171,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8820,
      "end": 8821,
      "loc": {
        "start": {
          "line": 171,
          "column": 9
        },
        "end": {
          "line": 171,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8826,
      "end": 8827,
      "loc": {
        "start": {
          "line": 172,
          "column": 4
        },
        "end": {
          "line": 172,
          "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": 8833,
      "end": 8836,
      "loc": {
        "start": {
          "line": 174,
          "column": 4
        },
        "end": {
          "line": 174,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "middleNew",
      "start": 8837,
      "end": 8846,
      "loc": {
        "start": {
          "line": 174,
          "column": 8
        },
        "end": {
          "line": 174,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8847,
      "end": 8848,
      "loc": {
        "start": {
          "line": 174,
          "column": 18
        },
        "end": {
          "line": 174,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "middlePos",
      "start": 8849,
      "end": 8858,
      "loc": {
        "start": {
          "line": 174,
          "column": 20
        },
        "end": {
          "line": 174,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8858,
      "end": 8859,
      "loc": {
        "start": {
          "line": 174,
          "column": 29
        },
        "end": {
          "line": 174,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 8859,
      "end": 8864,
      "loc": {
        "start": {
          "line": 174,
          "column": 30
        },
        "end": {
          "line": 174,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8864,
      "end": 8865,
      "loc": {
        "start": {
          "line": 174,
          "column": 35
        },
        "end": {
          "line": 174,
          "column": 36
        }
      }
    },
    {
      "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": 174,
          "column": 36
        },
        "end": {
          "line": 174,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8866,
      "end": 8867,
      "loc": {
        "start": {
          "line": 174,
          "column": 37
        },
        "end": {
          "line": 174,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 8867,
      "end": 8870,
      "loc": {
        "start": {
          "line": 174,
          "column": 38
        },
        "end": {
          "line": 174,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8870,
      "end": 8871,
      "loc": {
        "start": {
          "line": 174,
          "column": 41
        },
        "end": {
          "line": 174,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertexPos",
      "start": 8871,
      "end": 8880,
      "loc": {
        "start": {
          "line": 174,
          "column": 42
        },
        "end": {
          "line": 174,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8880,
      "end": 8881,
      "loc": {
        "start": {
          "line": 174,
          "column": 51
        },
        "end": {
          "line": 174,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8881,
      "end": 8882,
      "loc": {
        "start": {
          "line": 174,
          "column": 52
        },
        "end": {
          "line": 174,
          "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": 8888,
      "end": 8891,
      "loc": {
        "start": {
          "line": 176,
          "column": 4
        },
        "end": {
          "line": 176,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sinA2Sq",
      "start": 8892,
      "end": 8899,
      "loc": {
        "start": {
          "line": 176,
          "column": 8
        },
        "end": {
          "line": 176,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8900,
      "end": 8901,
      "loc": {
        "start": {
          "line": 176,
          "column": 16
        },
        "end": {
          "line": 176,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 8902,
      "end": 8906,
      "loc": {
        "start": {
          "line": 176,
          "column": 18
        },
        "end": {
          "line": 176,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8906,
      "end": 8907,
      "loc": {
        "start": {
          "line": 176,
          "column": 22
        },
        "end": {
          "line": 176,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pow",
      "start": 8907,
      "end": 8910,
      "loc": {
        "start": {
          "line": 176,
          "column": 23
        },
        "end": {
          "line": 176,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8910,
      "end": 8911,
      "loc": {
        "start": {
          "line": 176,
          "column": 26
        },
        "end": {
          "line": 176,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 8911,
      "end": 8915,
      "loc": {
        "start": {
          "line": 176,
          "column": 27
        },
        "end": {
          "line": 176,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8915,
      "end": 8916,
      "loc": {
        "start": {
          "line": 176,
          "column": 31
        },
        "end": {
          "line": 176,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sin",
      "start": 8916,
      "end": 8919,
      "loc": {
        "start": {
          "line": 176,
          "column": 32
        },
        "end": {
          "line": 176,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8919,
      "end": 8920,
      "loc": {
        "start": {
          "line": 176,
          "column": 35
        },
        "end": {
          "line": 176,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "alpha",
      "start": 8920,
      "end": 8925,
      "loc": {
        "start": {
          "line": 176,
          "column": 36
        },
        "end": {
          "line": 176,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 8926,
      "end": 8927,
      "loc": {
        "start": {
          "line": 176,
          "column": 42
        },
        "end": {
          "line": 176,
          "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": 8928,
      "end": 8929,
      "loc": {
        "start": {
          "line": 176,
          "column": 44
        },
        "end": {
          "line": 176,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8929,
      "end": 8930,
      "loc": {
        "start": {
          "line": 176,
          "column": 45
        },
        "end": {
          "line": 176,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8930,
      "end": 8931,
      "loc": {
        "start": {
          "line": 176,
          "column": 46
        },
        "end": {
          "line": 176,
          "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": 8932,
      "end": 8933,
      "loc": {
        "start": {
          "line": 176,
          "column": 48
        },
        "end": {
          "line": 176,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8933,
      "end": 8934,
      "loc": {
        "start": {
          "line": 176,
          "column": 49
        },
        "end": {
          "line": 176,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8934,
      "end": 8935,
      "loc": {
        "start": {
          "line": 176,
          "column": 50
        },
        "end": {
          "line": 176,
          "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": 8940,
      "end": 8943,
      "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": "cosA2Sq",
      "start": 8944,
      "end": 8951,
      "loc": {
        "start": {
          "line": 177,
          "column": 8
        },
        "end": {
          "line": 177,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8952,
      "end": 8953,
      "loc": {
        "start": {
          "line": 177,
          "column": 16
        },
        "end": {
          "line": 177,
          "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": 8954,
      "end": 8955,
      "loc": {
        "start": {
          "line": 177,
          "column": 18
        },
        "end": {
          "line": 177,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 8956,
      "end": 8957,
      "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": "sinA2Sq",
      "start": 8958,
      "end": 8965,
      "loc": {
        "start": {
          "line": 177,
          "column": 22
        },
        "end": {
          "line": 177,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8965,
      "end": 8966,
      "loc": {
        "start": {
          "line": 177,
          "column": 29
        },
        "end": {
          "line": 177,
          "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": 8972,
      "end": 8975,
      "loc": {
        "start": {
          "line": 179,
          "column": 4
        },
        "end": {
          "line": 179,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "A0",
      "start": 8976,
      "end": 8978,
      "loc": {
        "start": {
          "line": 179,
          "column": 8
        },
        "end": {
          "line": 179,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8979,
      "end": 8980,
      "loc": {
        "start": {
          "line": 179,
          "column": 11
        },
        "end": {
          "line": 179,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "middleNew",
      "start": 8981,
      "end": 8990,
      "loc": {
        "start": {
          "line": 179,
          "column": 13
        },
        "end": {
          "line": 179,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8990,
      "end": 8991,
      "loc": {
        "start": {
          "line": 179,
          "column": 22
        },
        "end": {
          "line": 179,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lengthSq",
      "start": 8991,
      "end": 8999,
      "loc": {
        "start": {
          "line": 179,
          "column": 23
        },
        "end": {
          "line": 179,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8999,
      "end": 9000,
      "loc": {
        "start": {
          "line": 179,
          "column": 31
        },
        "end": {
          "line": 179,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9000,
      "end": 9001,
      "loc": {
        "start": {
          "line": 179,
          "column": 32
        },
        "end": {
          "line": 179,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9001,
      "end": 9002,
      "loc": {
        "start": {
          "line": 179,
          "column": 33
        },
        "end": {
          "line": 179,
          "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": 9007,
      "end": 9010,
      "loc": {
        "start": {
          "line": 180,
          "column": 4
        },
        "end": {
          "line": 180,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "A1",
      "start": 9011,
      "end": 9013,
      "loc": {
        "start": {
          "line": 180,
          "column": 8
        },
        "end": {
          "line": 180,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9014,
      "end": 9015,
      "loc": {
        "start": {
          "line": 180,
          "column": 11
        },
        "end": {
          "line": 180,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9016,
      "end": 9017,
      "loc": {
        "start": {
          "line": 180,
          "column": 13
        },
        "end": {
          "line": 180,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 9017,
      "end": 9018,
      "loc": {
        "start": {
          "line": 180,
          "column": 14
        },
        "end": {
          "line": 180,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 9018,
      "end": 9019,
      "loc": {
        "start": {
          "line": 180,
          "column": 15
        },
        "end": {
          "line": 180,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9019,
      "end": 9020,
      "loc": {
        "start": {
          "line": 180,
          "column": 16
        },
        "end": {
          "line": 180,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 9021,
      "end": 9022,
      "loc": {
        "start": {
          "line": 180,
          "column": 18
        },
        "end": {
          "line": 180,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "middleNew",
      "start": 9023,
      "end": 9032,
      "loc": {
        "start": {
          "line": 180,
          "column": 20
        },
        "end": {
          "line": 180,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9032,
      "end": 9033,
      "loc": {
        "start": {
          "line": 180,
          "column": 29
        },
        "end": {
          "line": 180,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 9033,
      "end": 9034,
      "loc": {
        "start": {
          "line": 180,
          "column": 30
        },
        "end": {
          "line": 180,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9034,
      "end": 9035,
      "loc": {
        "start": {
          "line": 180,
          "column": 31
        },
        "end": {
          "line": 180,
          "column": 32
        }
      }
    },
    {
      "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": 9040,
      "end": 9043,
      "loc": {
        "start": {
          "line": 181,
          "column": 4
        },
        "end": {
          "line": 181,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "A2",
      "start": 9044,
      "end": 9046,
      "loc": {
        "start": {
          "line": 181,
          "column": 8
        },
        "end": {
          "line": 181,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9047,
      "end": 9048,
      "loc": {
        "start": {
          "line": 181,
          "column": 11
        },
        "end": {
          "line": 181,
          "column": 12
        }
      }
    },
    {
      "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": 181,
          "column": 13
        },
        "end": {
          "line": 181,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 9050,
      "end": 9051,
      "loc": {
        "start": {
          "line": 181,
          "column": 14
        },
        "end": {
          "line": 181,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 9051,
      "end": 9052,
      "loc": {
        "start": {
          "line": 181,
          "column": 15
        },
        "end": {
          "line": 181,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9052,
      "end": 9053,
      "loc": {
        "start": {
          "line": 181,
          "column": 16
        },
        "end": {
          "line": 181,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 9054,
      "end": 9055,
      "loc": {
        "start": {
          "line": 181,
          "column": 18
        },
        "end": {
          "line": 181,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "middleNew",
      "start": 9056,
      "end": 9065,
      "loc": {
        "start": {
          "line": 181,
          "column": 20
        },
        "end": {
          "line": 181,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9065,
      "end": 9066,
      "loc": {
        "start": {
          "line": 181,
          "column": 29
        },
        "end": {
          "line": 181,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 9066,
      "end": 9067,
      "loc": {
        "start": {
          "line": 181,
          "column": 30
        },
        "end": {
          "line": 181,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9067,
      "end": 9068,
      "loc": {
        "start": {
          "line": 181,
          "column": 31
        },
        "end": {
          "line": 181,
          "column": 32
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "if (centerDir.x === 0) {",
      "start": 9074,
      "end": 9100,
      "loc": {
        "start": {
          "line": 183,
          "column": 4
        },
        "end": {
          "line": 183,
          "column": 30
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "    var sign = centerDir.dot(new THREE.Vector3(0,1,0));",
      "start": 9105,
      "end": 9162,
      "loc": {
        "start": {
          "line": 184,
          "column": 4
        },
        "end": {
          "line": 184,
          "column": 61
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "    var discr = Math.pow(A2, 2) - 4 * cosA2Sq * A0;",
      "start": 9167,
      "end": 9220,
      "loc": {
        "start": {
          "line": 185,
          "column": 4
        },
        "end": {
          "line": 185,
          "column": 57
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "    var Oy = (-A2 + sign * Math.sqrt(discr)) / (2 * cosA2Sq);",
      "start": 9225,
      "end": 9288,
      "loc": {
        "start": {
          "line": 186,
          "column": 4
        },
        "end": {
          "line": 186,
          "column": 67
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "",
      "start": 9293,
      "end": 9295,
      "loc": {
        "start": {
          "line": 187,
          "column": 4
        },
        "end": {
          "line": 187,
          "column": 6
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "    center.x = 0;",
      "start": 9300,
      "end": 9319,
      "loc": {
        "start": {
          "line": 188,
          "column": 4
        },
        "end": {
          "line": 188,
          "column": 23
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "    center.y = Oy;",
      "start": 9324,
      "end": 9344,
      "loc": {
        "start": {
          "line": 189,
          "column": 4
        },
        "end": {
          "line": 189,
          "column": 24
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "} else",
      "start": 9349,
      "end": 9357,
      "loc": {
        "start": {
          "line": 190,
          "column": 4
        },
        "end": {
          "line": 190,
          "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": 9362,
      "end": 9364,
      "loc": {
        "start": {
          "line": 191,
          "column": 4
        },
        "end": {
          "line": 191,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9365,
      "end": 9366,
      "loc": {
        "start": {
          "line": 191,
          "column": 7
        },
        "end": {
          "line": 191,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "centerDir",
      "start": 9366,
      "end": 9375,
      "loc": {
        "start": {
          "line": 191,
          "column": 8
        },
        "end": {
          "line": 191,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9375,
      "end": 9376,
      "loc": {
        "start": {
          "line": 191,
          "column": 17
        },
        "end": {
          "line": 191,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 9376,
      "end": 9377,
      "loc": {
        "start": {
          "line": 191,
          "column": 18
        },
        "end": {
          "line": 191,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 9378,
      "end": 9381,
      "loc": {
        "start": {
          "line": 191,
          "column": 20
        },
        "end": {
          "line": 191,
          "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": 9382,
      "end": 9383,
      "loc": {
        "start": {
          "line": 191,
          "column": 24
        },
        "end": {
          "line": 191,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9383,
      "end": 9384,
      "loc": {
        "start": {
          "line": 191,
          "column": 25
        },
        "end": {
          "line": 191,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9385,
      "end": 9386,
      "loc": {
        "start": {
          "line": 191,
          "column": 27
        },
        "end": {
          "line": 191,
          "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": 9395,
      "end": 9398,
      "loc": {
        "start": {
          "line": 192,
          "column": 8
        },
        "end": {
          "line": 192,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sign",
      "start": 9399,
      "end": 9403,
      "loc": {
        "start": {
          "line": 192,
          "column": 12
        },
        "end": {
          "line": 192,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9404,
      "end": 9405,
      "loc": {
        "start": {
          "line": 192,
          "column": 17
        },
        "end": {
          "line": 192,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "centerDir",
      "start": 9406,
      "end": 9415,
      "loc": {
        "start": {
          "line": 192,
          "column": 19
        },
        "end": {
          "line": 192,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9415,
      "end": 9416,
      "loc": {
        "start": {
          "line": 192,
          "column": 28
        },
        "end": {
          "line": 192,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dot",
      "start": 9416,
      "end": 9419,
      "loc": {
        "start": {
          "line": 192,
          "column": 29
        },
        "end": {
          "line": 192,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9419,
      "end": 9420,
      "loc": {
        "start": {
          "line": 192,
          "column": 32
        },
        "end": {
          "line": 192,
          "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": 9420,
      "end": 9423,
      "loc": {
        "start": {
          "line": 192,
          "column": 33
        },
        "end": {
          "line": 192,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 9424,
      "end": 9429,
      "loc": {
        "start": {
          "line": 192,
          "column": 37
        },
        "end": {
          "line": 192,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9429,
      "end": 9430,
      "loc": {
        "start": {
          "line": 192,
          "column": 42
        },
        "end": {
          "line": 192,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 9430,
      "end": 9437,
      "loc": {
        "start": {
          "line": 192,
          "column": 43
        },
        "end": {
          "line": 192,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9437,
      "end": 9438,
      "loc": {
        "start": {
          "line": 192,
          "column": 50
        },
        "end": {
          "line": 192,
          "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": 9438,
      "end": 9439,
      "loc": {
        "start": {
          "line": 192,
          "column": 51
        },
        "end": {
          "line": 192,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9439,
      "end": 9440,
      "loc": {
        "start": {
          "line": 192,
          "column": 52
        },
        "end": {
          "line": 192,
          "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": 9441,
      "end": 9442,
      "loc": {
        "start": {
          "line": 192,
          "column": 54
        },
        "end": {
          "line": 192,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9442,
      "end": 9443,
      "loc": {
        "start": {
          "line": 192,
          "column": 55
        },
        "end": {
          "line": 192,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 9444,
      "end": 9445,
      "loc": {
        "start": {
          "line": 192,
          "column": 57
        },
        "end": {
          "line": 192,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9445,
      "end": 9446,
      "loc": {
        "start": {
          "line": 192,
          "column": 58
        },
        "end": {
          "line": 192,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9446,
      "end": 9447,
      "loc": {
        "start": {
          "line": 192,
          "column": 59
        },
        "end": {
          "line": 192,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9447,
      "end": 9448,
      "loc": {
        "start": {
          "line": 192,
          "column": 60
        },
        "end": {
          "line": 192,
          "column": 61
        }
      }
    },
    {
      "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": 9457,
      "end": 9460,
      "loc": {
        "start": {
          "line": 193,
          "column": 8
        },
        "end": {
          "line": 193,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "discr",
      "start": 9461,
      "end": 9466,
      "loc": {
        "start": {
          "line": 193,
          "column": 12
        },
        "end": {
          "line": 193,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9467,
      "end": 9468,
      "loc": {
        "start": {
          "line": 193,
          "column": 18
        },
        "end": {
          "line": 193,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 9469,
      "end": 9473,
      "loc": {
        "start": {
          "line": 193,
          "column": 20
        },
        "end": {
          "line": 193,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9473,
      "end": 9474,
      "loc": {
        "start": {
          "line": 193,
          "column": 24
        },
        "end": {
          "line": 193,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pow",
      "start": 9474,
      "end": 9477,
      "loc": {
        "start": {
          "line": 193,
          "column": 25
        },
        "end": {
          "line": 193,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9477,
      "end": 9478,
      "loc": {
        "start": {
          "line": 193,
          "column": 28
        },
        "end": {
          "line": 193,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "A1",
      "start": 9478,
      "end": 9480,
      "loc": {
        "start": {
          "line": 193,
          "column": 29
        },
        "end": {
          "line": 193,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9480,
      "end": 9481,
      "loc": {
        "start": {
          "line": 193,
          "column": 31
        },
        "end": {
          "line": 193,
          "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": 9482,
      "end": 9483,
      "loc": {
        "start": {
          "line": 193,
          "column": 33
        },
        "end": {
          "line": 193,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9483,
      "end": 9484,
      "loc": {
        "start": {
          "line": 193,
          "column": 34
        },
        "end": {
          "line": 193,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 9485,
      "end": 9486,
      "loc": {
        "start": {
          "line": 193,
          "column": 36
        },
        "end": {
          "line": 193,
          "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": 9487,
      "end": 9488,
      "loc": {
        "start": {
          "line": 193,
          "column": 38
        },
        "end": {
          "line": 193,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 9489,
      "end": 9490,
      "loc": {
        "start": {
          "line": 193,
          "column": 40
        },
        "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": "cosA2Sq",
      "start": 9491,
      "end": 9498,
      "loc": {
        "start": {
          "line": 193,
          "column": 42
        },
        "end": {
          "line": 193,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 9499,
      "end": 9500,
      "loc": {
        "start": {
          "line": 193,
          "column": 50
        },
        "end": {
          "line": 193,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "A0",
      "start": 9501,
      "end": 9503,
      "loc": {
        "start": {
          "line": 193,
          "column": 52
        },
        "end": {
          "line": 193,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9503,
      "end": 9504,
      "loc": {
        "start": {
          "line": 193,
          "column": 54
        },
        "end": {
          "line": 193,
          "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": 9513,
      "end": 9516,
      "loc": {
        "start": {
          "line": 194,
          "column": 8
        },
        "end": {
          "line": 194,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Ox",
      "start": 9517,
      "end": 9519,
      "loc": {
        "start": {
          "line": 194,
          "column": 12
        },
        "end": {
          "line": 194,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9520,
      "end": 9521,
      "loc": {
        "start": {
          "line": 194,
          "column": 15
        },
        "end": {
          "line": 194,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9522,
      "end": 9523,
      "loc": {
        "start": {
          "line": 194,
          "column": 17
        },
        "end": {
          "line": 194,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 9523,
      "end": 9524,
      "loc": {
        "start": {
          "line": 194,
          "column": 18
        },
        "end": {
          "line": 194,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "A1",
      "start": 9524,
      "end": 9526,
      "loc": {
        "start": {
          "line": 194,
          "column": 19
        },
        "end": {
          "line": 194,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 9527,
      "end": 9528,
      "loc": {
        "start": {
          "line": 194,
          "column": 22
        },
        "end": {
          "line": 194,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sign",
      "start": 9529,
      "end": 9533,
      "loc": {
        "start": {
          "line": 194,
          "column": 24
        },
        "end": {
          "line": 194,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 9534,
      "end": 9535,
      "loc": {
        "start": {
          "line": 194,
          "column": 29
        },
        "end": {
          "line": 194,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 9536,
      "end": 9540,
      "loc": {
        "start": {
          "line": 194,
          "column": 31
        },
        "end": {
          "line": 194,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9540,
      "end": 9541,
      "loc": {
        "start": {
          "line": 194,
          "column": 35
        },
        "end": {
          "line": 194,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sqrt",
      "start": 9541,
      "end": 9545,
      "loc": {
        "start": {
          "line": 194,
          "column": 36
        },
        "end": {
          "line": 194,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9545,
      "end": 9546,
      "loc": {
        "start": {
          "line": 194,
          "column": 40
        },
        "end": {
          "line": 194,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "discr",
      "start": 9546,
      "end": 9551,
      "loc": {
        "start": {
          "line": 194,
          "column": 41
        },
        "end": {
          "line": 194,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9551,
      "end": 9552,
      "loc": {
        "start": {
          "line": 194,
          "column": 46
        },
        "end": {
          "line": 194,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9552,
      "end": 9553,
      "loc": {
        "start": {
          "line": 194,
          "column": 47
        },
        "end": {
          "line": 194,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 9554,
      "end": 9555,
      "loc": {
        "start": {
          "line": 194,
          "column": 49
        },
        "end": {
          "line": 194,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9556,
      "end": 9557,
      "loc": {
        "start": {
          "line": 194,
          "column": 51
        },
        "end": {
          "line": 194,
          "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": 9557,
      "end": 9558,
      "loc": {
        "start": {
          "line": 194,
          "column": 52
        },
        "end": {
          "line": 194,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 9559,
      "end": 9560,
      "loc": {
        "start": {
          "line": 194,
          "column": 54
        },
        "end": {
          "line": 194,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cosA2Sq",
      "start": 9561,
      "end": 9568,
      "loc": {
        "start": {
          "line": 194,
          "column": 56
        },
        "end": {
          "line": 194,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9568,
      "end": 9569,
      "loc": {
        "start": {
          "line": 194,
          "column": 63
        },
        "end": {
          "line": 194,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9569,
      "end": 9570,
      "loc": {
        "start": {
          "line": 194,
          "column": 64
        },
        "end": {
          "line": 194,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 9580,
      "end": 9586,
      "loc": {
        "start": {
          "line": 196,
          "column": 8
        },
        "end": {
          "line": 196,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9586,
      "end": 9587,
      "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": "x",
      "start": 9587,
      "end": 9588,
      "loc": {
        "start": {
          "line": 196,
          "column": 15
        },
        "end": {
          "line": 196,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9589,
      "end": 9590,
      "loc": {
        "start": {
          "line": 196,
          "column": 17
        },
        "end": {
          "line": 196,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Ox",
      "start": 9591,
      "end": 9593,
      "loc": {
        "start": {
          "line": 196,
          "column": 19
        },
        "end": {
          "line": 196,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9593,
      "end": 9594,
      "loc": {
        "start": {
          "line": 196,
          "column": 21
        },
        "end": {
          "line": 196,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 9603,
      "end": 9609,
      "loc": {
        "start": {
          "line": 197,
          "column": 8
        },
        "end": {
          "line": 197,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9609,
      "end": 9610,
      "loc": {
        "start": {
          "line": 197,
          "column": 14
        },
        "end": {
          "line": 197,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 9610,
      "end": 9611,
      "loc": {
        "start": {
          "line": 197,
          "column": 15
        },
        "end": {
          "line": 197,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9612,
      "end": 9613,
      "loc": {
        "start": {
          "line": 197,
          "column": 17
        },
        "end": {
          "line": 197,
          "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": 9614,
      "end": 9615,
      "loc": {
        "start": {
          "line": 197,
          "column": 19
        },
        "end": {
          "line": 197,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9615,
      "end": 9616,
      "loc": {
        "start": {
          "line": 197,
          "column": 20
        },
        "end": {
          "line": 197,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9621,
      "end": 9622,
      "loc": {
        "start": {
          "line": 198,
          "column": 4
        },
        "end": {
          "line": 198,
          "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": 9623,
      "end": 9627,
      "loc": {
        "start": {
          "line": 198,
          "column": 6
        },
        "end": {
          "line": 198,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9628,
      "end": 9629,
      "loc": {
        "start": {
          "line": 198,
          "column": 11
        },
        "end": {
          "line": 198,
          "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": 9638,
      "end": 9641,
      "loc": {
        "start": {
          "line": 199,
          "column": 8
        },
        "end": {
          "line": 199,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sign",
      "start": 9642,
      "end": 9646,
      "loc": {
        "start": {
          "line": 199,
          "column": 12
        },
        "end": {
          "line": 199,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9647,
      "end": 9648,
      "loc": {
        "start": {
          "line": 199,
          "column": 17
        },
        "end": {
          "line": 199,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "centerDir",
      "start": 9649,
      "end": 9658,
      "loc": {
        "start": {
          "line": 199,
          "column": 19
        },
        "end": {
          "line": 199,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9658,
      "end": 9659,
      "loc": {
        "start": {
          "line": 199,
          "column": 28
        },
        "end": {
          "line": 199,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dot",
      "start": 9659,
      "end": 9662,
      "loc": {
        "start": {
          "line": 199,
          "column": 29
        },
        "end": {
          "line": 199,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9662,
      "end": 9663,
      "loc": {
        "start": {
          "line": 199,
          "column": 32
        },
        "end": {
          "line": 199,
          "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": 9663,
      "end": 9666,
      "loc": {
        "start": {
          "line": 199,
          "column": 33
        },
        "end": {
          "line": 199,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 9667,
      "end": 9672,
      "loc": {
        "start": {
          "line": 199,
          "column": 37
        },
        "end": {
          "line": 199,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9672,
      "end": 9673,
      "loc": {
        "start": {
          "line": 199,
          "column": 42
        },
        "end": {
          "line": 199,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 9673,
      "end": 9680,
      "loc": {
        "start": {
          "line": 199,
          "column": 43
        },
        "end": {
          "line": 199,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9680,
      "end": 9681,
      "loc": {
        "start": {
          "line": 199,
          "column": 50
        },
        "end": {
          "line": 199,
          "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": 9681,
      "end": 9682,
      "loc": {
        "start": {
          "line": 199,
          "column": 51
        },
        "end": {
          "line": 199,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9682,
      "end": 9683,
      "loc": {
        "start": {
          "line": 199,
          "column": 52
        },
        "end": {
          "line": 199,
          "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": 9684,
      "end": 9685,
      "loc": {
        "start": {
          "line": 199,
          "column": 54
        },
        "end": {
          "line": 199,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9685,
      "end": 9686,
      "loc": {
        "start": {
          "line": 199,
          "column": 55
        },
        "end": {
          "line": 199,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 9687,
      "end": 9688,
      "loc": {
        "start": {
          "line": 199,
          "column": 57
        },
        "end": {
          "line": 199,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9688,
      "end": 9689,
      "loc": {
        "start": {
          "line": 199,
          "column": 58
        },
        "end": {
          "line": 199,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9689,
      "end": 9690,
      "loc": {
        "start": {
          "line": 199,
          "column": 59
        },
        "end": {
          "line": 199,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9690,
      "end": 9691,
      "loc": {
        "start": {
          "line": 199,
          "column": 60
        },
        "end": {
          "line": 199,
          "column": 61
        }
      }
    },
    {
      "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": 9700,
      "end": 9703,
      "loc": {
        "start": {
          "line": 200,
          "column": 8
        },
        "end": {
          "line": 200,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "proportion",
      "start": 9704,
      "end": 9714,
      "loc": {
        "start": {
          "line": 200,
          "column": 12
        },
        "end": {
          "line": 200,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9715,
      "end": 9716,
      "loc": {
        "start": {
          "line": 200,
          "column": 23
        },
        "end": {
          "line": 200,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "centerDir",
      "start": 9717,
      "end": 9726,
      "loc": {
        "start": {
          "line": 200,
          "column": 25
        },
        "end": {
          "line": 200,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9726,
      "end": 9727,
      "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": "x",
      "start": 9727,
      "end": 9728,
      "loc": {
        "start": {
          "line": 200,
          "column": 35
        },
        "end": {
          "line": 200,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 9729,
      "end": 9730,
      "loc": {
        "start": {
          "line": 200,
          "column": 37
        },
        "end": {
          "line": 200,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "centerDir",
      "start": 9731,
      "end": 9740,
      "loc": {
        "start": {
          "line": 200,
          "column": 39
        },
        "end": {
          "line": 200,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9740,
      "end": 9741,
      "loc": {
        "start": {
          "line": 200,
          "column": 48
        },
        "end": {
          "line": 200,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 9741,
      "end": 9742,
      "loc": {
        "start": {
          "line": 200,
          "column": 49
        },
        "end": {
          "line": 200,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9742,
      "end": 9743,
      "loc": {
        "start": {
          "line": 200,
          "column": 50
        },
        "end": {
          "line": 200,
          "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": 9752,
      "end": 9755,
      "loc": {
        "start": {
          "line": 201,
          "column": 8
        },
        "end": {
          "line": 201,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "A",
      "start": 9756,
      "end": 9757,
      "loc": {
        "start": {
          "line": 201,
          "column": 12
        },
        "end": {
          "line": 201,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9758,
      "end": 9759,
      "loc": {
        "start": {
          "line": 201,
          "column": 14
        },
        "end": {
          "line": 201,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9760,
      "end": 9761,
      "loc": {
        "start": {
          "line": 201,
          "column": 16
        },
        "end": {
          "line": 201,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "proportion",
      "start": 9761,
      "end": 9771,
      "loc": {
        "start": {
          "line": 201,
          "column": 17
        },
        "end": {
          "line": 201,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 9772,
      "end": 9773,
      "loc": {
        "start": {
          "line": 201,
          "column": 28
        },
        "end": {
          "line": 201,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "proportion",
      "start": 9774,
      "end": 9784,
      "loc": {
        "start": {
          "line": 201,
          "column": 30
        },
        "end": {
          "line": 201,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 9785,
      "end": 9786,
      "loc": {
        "start": {
          "line": 201,
          "column": 41
        },
        "end": {
          "line": 201,
          "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": 9787,
      "end": 9788,
      "loc": {
        "start": {
          "line": 201,
          "column": 43
        },
        "end": {
          "line": 201,
          "column": 44
        }
      }
    },
    {
      "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": 201,
          "column": 44
        },
        "end": {
          "line": 201,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 9790,
      "end": 9791,
      "loc": {
        "start": {
          "line": 201,
          "column": 46
        },
        "end": {
          "line": 201,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cosA2Sq",
      "start": 9792,
      "end": 9799,
      "loc": {
        "start": {
          "line": 201,
          "column": 48
        },
        "end": {
          "line": 201,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9799,
      "end": 9800,
      "loc": {
        "start": {
          "line": 201,
          "column": 55
        },
        "end": {
          "line": 201,
          "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": 9809,
      "end": 9812,
      "loc": {
        "start": {
          "line": 202,
          "column": 8
        },
        "end": {
          "line": 202,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "B",
      "start": 9813,
      "end": 9814,
      "loc": {
        "start": {
          "line": 202,
          "column": 12
        },
        "end": {
          "line": 202,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9815,
      "end": 9816,
      "loc": {
        "start": {
          "line": 202,
          "column": 14
        },
        "end": {
          "line": 202,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "A1",
      "start": 9817,
      "end": 9819,
      "loc": {
        "start": {
          "line": 202,
          "column": 16
        },
        "end": {
          "line": 202,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 9820,
      "end": 9821,
      "loc": {
        "start": {
          "line": 202,
          "column": 19
        },
        "end": {
          "line": 202,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "proportion",
      "start": 9822,
      "end": 9832,
      "loc": {
        "start": {
          "line": 202,
          "column": 21
        },
        "end": {
          "line": 202,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 9833,
      "end": 9834,
      "loc": {
        "start": {
          "line": 202,
          "column": 32
        },
        "end": {
          "line": 202,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "A2",
      "start": 9835,
      "end": 9837,
      "loc": {
        "start": {
          "line": 202,
          "column": 34
        },
        "end": {
          "line": 202,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9837,
      "end": 9838,
      "loc": {
        "start": {
          "line": 202,
          "column": 36
        },
        "end": {
          "line": 202,
          "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": 9847,
      "end": 9850,
      "loc": {
        "start": {
          "line": 203,
          "column": 8
        },
        "end": {
          "line": 203,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "C",
      "start": 9851,
      "end": 9852,
      "loc": {
        "start": {
          "line": 203,
          "column": 12
        },
        "end": {
          "line": 203,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9853,
      "end": 9854,
      "loc": {
        "start": {
          "line": 203,
          "column": 14
        },
        "end": {
          "line": 203,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "A0",
      "start": 9855,
      "end": 9857,
      "loc": {
        "start": {
          "line": 203,
          "column": 16
        },
        "end": {
          "line": 203,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9857,
      "end": 9858,
      "loc": {
        "start": {
          "line": 203,
          "column": 18
        },
        "end": {
          "line": 203,
          "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": 9868,
      "end": 9871,
      "loc": {
        "start": {
          "line": 205,
          "column": 8
        },
        "end": {
          "line": 205,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "discr",
      "start": 9872,
      "end": 9877,
      "loc": {
        "start": {
          "line": 205,
          "column": 12
        },
        "end": {
          "line": 205,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9878,
      "end": 9879,
      "loc": {
        "start": {
          "line": 205,
          "column": 18
        },
        "end": {
          "line": 205,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 9880,
      "end": 9884,
      "loc": {
        "start": {
          "line": 205,
          "column": 20
        },
        "end": {
          "line": 205,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9884,
      "end": 9885,
      "loc": {
        "start": {
          "line": 205,
          "column": 24
        },
        "end": {
          "line": 205,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pow",
      "start": 9885,
      "end": 9888,
      "loc": {
        "start": {
          "line": 205,
          "column": 25
        },
        "end": {
          "line": 205,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9888,
      "end": 9889,
      "loc": {
        "start": {
          "line": 205,
          "column": 28
        },
        "end": {
          "line": 205,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "B",
      "start": 9889,
      "end": 9890,
      "loc": {
        "start": {
          "line": 205,
          "column": 29
        },
        "end": {
          "line": 205,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9890,
      "end": 9891,
      "loc": {
        "start": {
          "line": 205,
          "column": 30
        },
        "end": {
          "line": 205,
          "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": 9892,
      "end": 9893,
      "loc": {
        "start": {
          "line": 205,
          "column": 32
        },
        "end": {
          "line": 205,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9893,
      "end": 9894,
      "loc": {
        "start": {
          "line": 205,
          "column": 33
        },
        "end": {
          "line": 205,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 9895,
      "end": 9896,
      "loc": {
        "start": {
          "line": 205,
          "column": 35
        },
        "end": {
          "line": 205,
          "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": 9897,
      "end": 9898,
      "loc": {
        "start": {
          "line": 205,
          "column": 37
        },
        "end": {
          "line": 205,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 9899,
      "end": 9900,
      "loc": {
        "start": {
          "line": 205,
          "column": 39
        },
        "end": {
          "line": 205,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "A",
      "start": 9901,
      "end": 9902,
      "loc": {
        "start": {
          "line": 205,
          "column": 41
        },
        "end": {
          "line": 205,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 9903,
      "end": 9904,
      "loc": {
        "start": {
          "line": 205,
          "column": 43
        },
        "end": {
          "line": 205,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "C",
      "start": 9905,
      "end": 9906,
      "loc": {
        "start": {
          "line": 205,
          "column": 45
        },
        "end": {
          "line": 205,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9906,
      "end": 9907,
      "loc": {
        "start": {
          "line": 205,
          "column": 46
        },
        "end": {
          "line": 205,
          "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": 9916,
      "end": 9919,
      "loc": {
        "start": {
          "line": 206,
          "column": 8
        },
        "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": "Oy",
      "start": 9920,
      "end": 9922,
      "loc": {
        "start": {
          "line": 206,
          "column": 12
        },
        "end": {
          "line": 206,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9923,
      "end": 9924,
      "loc": {
        "start": {
          "line": 206,
          "column": 15
        },
        "end": {
          "line": 206,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9925,
      "end": 9926,
      "loc": {
        "start": {
          "line": 206,
          "column": 17
        },
        "end": {
          "line": 206,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 9926,
      "end": 9927,
      "loc": {
        "start": {
          "line": 206,
          "column": 18
        },
        "end": {
          "line": 206,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "B",
      "start": 9927,
      "end": 9928,
      "loc": {
        "start": {
          "line": 206,
          "column": 19
        },
        "end": {
          "line": 206,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 9929,
      "end": 9930,
      "loc": {
        "start": {
          "line": 206,
          "column": 21
        },
        "end": {
          "line": 206,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sign",
      "start": 9931,
      "end": 9935,
      "loc": {
        "start": {
          "line": 206,
          "column": 23
        },
        "end": {
          "line": 206,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 9936,
      "end": 9937,
      "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": "Math",
      "start": 9938,
      "end": 9942,
      "loc": {
        "start": {
          "line": 206,
          "column": 30
        },
        "end": {
          "line": 206,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9942,
      "end": 9943,
      "loc": {
        "start": {
          "line": 206,
          "column": 34
        },
        "end": {
          "line": 206,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sqrt",
      "start": 9943,
      "end": 9947,
      "loc": {
        "start": {
          "line": 206,
          "column": 35
        },
        "end": {
          "line": 206,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9947,
      "end": 9948,
      "loc": {
        "start": {
          "line": 206,
          "column": 39
        },
        "end": {
          "line": 206,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "discr",
      "start": 9948,
      "end": 9953,
      "loc": {
        "start": {
          "line": 206,
          "column": 40
        },
        "end": {
          "line": 206,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9953,
      "end": 9954,
      "loc": {
        "start": {
          "line": 206,
          "column": 45
        },
        "end": {
          "line": 206,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9954,
      "end": 9955,
      "loc": {
        "start": {
          "line": 206,
          "column": 46
        },
        "end": {
          "line": 206,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 9956,
      "end": 9957,
      "loc": {
        "start": {
          "line": 206,
          "column": 48
        },
        "end": {
          "line": 206,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9958,
      "end": 9959,
      "loc": {
        "start": {
          "line": 206,
          "column": 50
        },
        "end": {
          "line": 206,
          "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": 9959,
      "end": 9960,
      "loc": {
        "start": {
          "line": 206,
          "column": 51
        },
        "end": {
          "line": 206,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 9961,
      "end": 9962,
      "loc": {
        "start": {
          "line": 206,
          "column": 53
        },
        "end": {
          "line": 206,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "A",
      "start": 9963,
      "end": 9964,
      "loc": {
        "start": {
          "line": 206,
          "column": 55
        },
        "end": {
          "line": 206,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9964,
      "end": 9965,
      "loc": {
        "start": {
          "line": 206,
          "column": 56
        },
        "end": {
          "line": 206,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9965,
      "end": 9966,
      "loc": {
        "start": {
          "line": 206,
          "column": 57
        },
        "end": {
          "line": 206,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 9976,
      "end": 9982,
      "loc": {
        "start": {
          "line": 208,
          "column": 8
        },
        "end": {
          "line": 208,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9982,
      "end": 9983,
      "loc": {
        "start": {
          "line": 208,
          "column": 14
        },
        "end": {
          "line": 208,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 9983,
      "end": 9984,
      "loc": {
        "start": {
          "line": 208,
          "column": 15
        },
        "end": {
          "line": 208,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9985,
      "end": 9986,
      "loc": {
        "start": {
          "line": 208,
          "column": 17
        },
        "end": {
          "line": 208,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Oy",
      "start": 9987,
      "end": 9989,
      "loc": {
        "start": {
          "line": 208,
          "column": 19
        },
        "end": {
          "line": 208,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 9990,
      "end": 9991,
      "loc": {
        "start": {
          "line": 208,
          "column": 22
        },
        "end": {
          "line": 208,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "proportion",
      "start": 9992,
      "end": 10002,
      "loc": {
        "start": {
          "line": 208,
          "column": 24
        },
        "end": {
          "line": 208,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10002,
      "end": 10003,
      "loc": {
        "start": {
          "line": 208,
          "column": 34
        },
        "end": {
          "line": 208,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 10012,
      "end": 10018,
      "loc": {
        "start": {
          "line": 209,
          "column": 8
        },
        "end": {
          "line": 209,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10018,
      "end": 10019,
      "loc": {
        "start": {
          "line": 209,
          "column": 14
        },
        "end": {
          "line": 209,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 10019,
      "end": 10020,
      "loc": {
        "start": {
          "line": 209,
          "column": 15
        },
        "end": {
          "line": 209,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10021,
      "end": 10022,
      "loc": {
        "start": {
          "line": 209,
          "column": 17
        },
        "end": {
          "line": 209,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Oy",
      "start": 10023,
      "end": 10025,
      "loc": {
        "start": {
          "line": 209,
          "column": 19
        },
        "end": {
          "line": 209,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10025,
      "end": 10026,
      "loc": {
        "start": {
          "line": 209,
          "column": 21
        },
        "end": {
          "line": 209,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10031,
      "end": 10032,
      "loc": {
        "start": {
          "line": 210,
          "column": 4
        },
        "end": {
          "line": 210,
          "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": 10038,
      "end": 10041,
      "loc": {
        "start": {
          "line": 212,
          "column": 4
        },
        "end": {
          "line": 212,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "len",
      "start": 10042,
      "end": 10045,
      "loc": {
        "start": {
          "line": 212,
          "column": 8
        },
        "end": {
          "line": 212,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10046,
      "end": 10047,
      "loc": {
        "start": {
          "line": 212,
          "column": 12
        },
        "end": {
          "line": 212,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 10048,
      "end": 10054,
      "loc": {
        "start": {
          "line": 212,
          "column": 14
        },
        "end": {
          "line": 212,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10054,
      "end": 10055,
      "loc": {
        "start": {
          "line": 212,
          "column": 20
        },
        "end": {
          "line": 212,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 10055,
      "end": 10061,
      "loc": {
        "start": {
          "line": 212,
          "column": 21
        },
        "end": {
          "line": 212,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10061,
      "end": 10062,
      "loc": {
        "start": {
          "line": 212,
          "column": 27
        },
        "end": {
          "line": 212,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10062,
      "end": 10063,
      "loc": {
        "start": {
          "line": 212,
          "column": 28
        },
        "end": {
          "line": 212,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 10064,
      "end": 10065,
      "loc": {
        "start": {
          "line": 212,
          "column": 30
        },
        "end": {
          "line": 212,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 10066,
      "end": 10070,
      "loc": {
        "start": {
          "line": 212,
          "column": 32
        },
        "end": {
          "line": 212,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10070,
      "end": 10071,
      "loc": {
        "start": {
          "line": 212,
          "column": 36
        },
        "end": {
          "line": 212,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cos",
      "start": 10071,
      "end": 10074,
      "loc": {
        "start": {
          "line": 212,
          "column": 37
        },
        "end": {
          "line": 212,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10074,
      "end": 10075,
      "loc": {
        "start": {
          "line": 212,
          "column": 40
        },
        "end": {
          "line": 212,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "alpha",
      "start": 10075,
      "end": 10080,
      "loc": {
        "start": {
          "line": 212,
          "column": 41
        },
        "end": {
          "line": 212,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 10081,
      "end": 10082,
      "loc": {
        "start": {
          "line": 212,
          "column": 47
        },
        "end": {
          "line": 212,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 10083,
      "end": 10084,
      "loc": {
        "start": {
          "line": 212,
          "column": 49
        },
        "end": {
          "line": 212,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10084,
      "end": 10085,
      "loc": {
        "start": {
          "line": 212,
          "column": 50
        },
        "end": {
          "line": 212,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10085,
      "end": 10086,
      "loc": {
        "start": {
          "line": 212,
          "column": 51
        },
        "end": {
          "line": 212,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 10091,
      "end": 10097,
      "loc": {
        "start": {
          "line": 213,
          "column": 4
        },
        "end": {
          "line": 213,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10097,
      "end": 10098,
      "loc": {
        "start": {
          "line": 213,
          "column": 10
        },
        "end": {
          "line": 213,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 10098,
      "end": 10101,
      "loc": {
        "start": {
          "line": 213,
          "column": 11
        },
        "end": {
          "line": 213,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10101,
      "end": 10102,
      "loc": {
        "start": {
          "line": 213,
          "column": 14
        },
        "end": {
          "line": 213,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertexPos",
      "start": 10102,
      "end": 10111,
      "loc": {
        "start": {
          "line": 213,
          "column": 15
        },
        "end": {
          "line": 213,
          "column": 24
        }
      }
    },
    {
      "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": 213,
          "column": 24
        },
        "end": {
          "line": 213,
          "column": 25
        }
      }
    },
    {
      "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": 213,
          "column": 25
        },
        "end": {
          "line": 213,
          "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": 10119,
      "end": 10125,
      "loc": {
        "start": {
          "line": 215,
          "column": 4
        },
        "end": {
          "line": 215,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10126,
      "end": 10127,
      "loc": {
        "start": {
          "line": 215,
          "column": 11
        },
        "end": {
          "line": 215,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 10136,
      "end": 10141,
      "loc": {
        "start": {
          "line": 216,
          "column": 8
        },
        "end": {
          "line": 216,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10141,
      "end": 10142,
      "loc": {
        "start": {
          "line": 216,
          "column": 13
        },
        "end": {
          "line": 216,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertexPos",
      "start": 10143,
      "end": 10152,
      "loc": {
        "start": {
          "line": 216,
          "column": 15
        },
        "end": {
          "line": 216,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10152,
      "end": 10153,
      "loc": {
        "start": {
          "line": 216,
          "column": 24
        },
        "end": {
          "line": 216,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 10153,
      "end": 10158,
      "loc": {
        "start": {
          "line": 216,
          "column": 25
        },
        "end": {
          "line": 216,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10158,
      "end": 10159,
      "loc": {
        "start": {
          "line": 216,
          "column": 30
        },
        "end": {
          "line": 216,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10159,
      "end": 10160,
      "loc": {
        "start": {
          "line": 216,
          "column": 31
        },
        "end": {
          "line": 216,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10160,
      "end": 10161,
      "loc": {
        "start": {
          "line": 216,
          "column": 32
        },
        "end": {
          "line": 216,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 10161,
      "end": 10164,
      "loc": {
        "start": {
          "line": 216,
          "column": 33
        },
        "end": {
          "line": 216,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10164,
      "end": 10165,
      "loc": {
        "start": {
          "line": 216,
          "column": 36
        },
        "end": {
          "line": 216,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startDir",
      "start": 10165,
      "end": 10173,
      "loc": {
        "start": {
          "line": 216,
          "column": 37
        },
        "end": {
          "line": 216,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10173,
      "end": 10174,
      "loc": {
        "start": {
          "line": 216,
          "column": 45
        },
        "end": {
          "line": 216,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 10174,
      "end": 10179,
      "loc": {
        "start": {
          "line": 216,
          "column": 46
        },
        "end": {
          "line": 216,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10179,
      "end": 10180,
      "loc": {
        "start": {
          "line": 216,
          "column": 51
        },
        "end": {
          "line": 216,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10180,
      "end": 10181,
      "loc": {
        "start": {
          "line": 216,
          "column": 52
        },
        "end": {
          "line": 216,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10181,
      "end": 10182,
      "loc": {
        "start": {
          "line": 216,
          "column": 53
        },
        "end": {
          "line": 216,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "multiplyScalar",
      "start": 10182,
      "end": 10196,
      "loc": {
        "start": {
          "line": 216,
          "column": 54
        },
        "end": {
          "line": 216,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10196,
      "end": 10197,
      "loc": {
        "start": {
          "line": 216,
          "column": 68
        },
        "end": {
          "line": 216,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "len",
      "start": 10197,
      "end": 10200,
      "loc": {
        "start": {
          "line": 216,
          "column": 69
        },
        "end": {
          "line": 216,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10200,
      "end": 10201,
      "loc": {
        "start": {
          "line": 216,
          "column": 72
        },
        "end": {
          "line": 216,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10201,
      "end": 10202,
      "loc": {
        "start": {
          "line": 216,
          "column": 73
        },
        "end": {
          "line": 216,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10202,
      "end": 10203,
      "loc": {
        "start": {
          "line": 216,
          "column": 74
        },
        "end": {
          "line": 216,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 10212,
      "end": 10215,
      "loc": {
        "start": {
          "line": 217,
          "column": 8
        },
        "end": {
          "line": 217,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10215,
      "end": 10216,
      "loc": {
        "start": {
          "line": 217,
          "column": 11
        },
        "end": {
          "line": 217,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertexPos",
      "start": 10217,
      "end": 10226,
      "loc": {
        "start": {
          "line": 217,
          "column": 13
        },
        "end": {
          "line": 217,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10226,
      "end": 10227,
      "loc": {
        "start": {
          "line": 217,
          "column": 22
        },
        "end": {
          "line": 217,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 10227,
      "end": 10232,
      "loc": {
        "start": {
          "line": 217,
          "column": 23
        },
        "end": {
          "line": 217,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10232,
      "end": 10233,
      "loc": {
        "start": {
          "line": 217,
          "column": 28
        },
        "end": {
          "line": 217,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10233,
      "end": 10234,
      "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,
        "updateContext": null
      },
      "start": 10234,
      "end": 10235,
      "loc": {
        "start": {
          "line": 217,
          "column": 30
        },
        "end": {
          "line": 217,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 10235,
      "end": 10238,
      "loc": {
        "start": {
          "line": 217,
          "column": 31
        },
        "end": {
          "line": 217,
          "column": 34
        }
      }
    },
    {
      "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": 217,
          "column": 34
        },
        "end": {
          "line": 217,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endDir",
      "start": 10239,
      "end": 10245,
      "loc": {
        "start": {
          "line": 217,
          "column": 35
        },
        "end": {
          "line": 217,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10245,
      "end": 10246,
      "loc": {
        "start": {
          "line": 217,
          "column": 41
        },
        "end": {
          "line": 217,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 10246,
      "end": 10251,
      "loc": {
        "start": {
          "line": 217,
          "column": 42
        },
        "end": {
          "line": 217,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10251,
      "end": 10252,
      "loc": {
        "start": {
          "line": 217,
          "column": 47
        },
        "end": {
          "line": 217,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10252,
      "end": 10253,
      "loc": {
        "start": {
          "line": 217,
          "column": 48
        },
        "end": {
          "line": 217,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10253,
      "end": 10254,
      "loc": {
        "start": {
          "line": 217,
          "column": 49
        },
        "end": {
          "line": 217,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "multiplyScalar",
      "start": 10254,
      "end": 10268,
      "loc": {
        "start": {
          "line": 217,
          "column": 50
        },
        "end": {
          "line": 217,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10268,
      "end": 10269,
      "loc": {
        "start": {
          "line": 217,
          "column": 64
        },
        "end": {
          "line": 217,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "len",
      "start": 10269,
      "end": 10272,
      "loc": {
        "start": {
          "line": 217,
          "column": 65
        },
        "end": {
          "line": 217,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10272,
      "end": 10273,
      "loc": {
        "start": {
          "line": 217,
          "column": 68
        },
        "end": {
          "line": 217,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10273,
      "end": 10274,
      "loc": {
        "start": {
          "line": 217,
          "column": 69
        },
        "end": {
          "line": 217,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10274,
      "end": 10275,
      "loc": {
        "start": {
          "line": 217,
          "column": 70
        },
        "end": {
          "line": 217,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 10284,
      "end": 10290,
      "loc": {
        "start": {
          "line": 218,
          "column": 8
        },
        "end": {
          "line": 218,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10290,
      "end": 10291,
      "loc": {
        "start": {
          "line": 218,
          "column": 14
        },
        "end": {
          "line": 218,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 10292,
      "end": 10298,
      "loc": {
        "start": {
          "line": 218,
          "column": 16
        },
        "end": {
          "line": 218,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10298,
      "end": 10299,
      "loc": {
        "start": {
          "line": 218,
          "column": 22
        },
        "end": {
          "line": 218,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clockwise",
      "start": 10308,
      "end": 10317,
      "loc": {
        "start": {
          "line": 219,
          "column": 8
        },
        "end": {
          "line": 219,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10317,
      "end": 10318,
      "loc": {
        "start": {
          "line": 219,
          "column": 17
        },
        "end": {
          "line": 219,
          "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": 10319,
      "end": 10323,
      "loc": {
        "start": {
          "line": 219,
          "column": 19
        },
        "end": {
          "line": 219,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10323,
      "end": 10324,
      "loc": {
        "start": {
          "line": 219,
          "column": 23
        },
        "end": {
          "line": 219,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10329,
      "end": 10330,
      "loc": {
        "start": {
          "line": 220,
          "column": 4
        },
        "end": {
          "line": 220,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10330,
      "end": 10331,
      "loc": {
        "start": {
          "line": 220,
          "column": 5
        },
        "end": {
          "line": 220,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10332,
      "end": 10333,
      "loc": {
        "start": {
          "line": 221,
          "column": 0
        },
        "end": {
          "line": 221,
          "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": 10335,
      "end": 10341,
      "loc": {
        "start": {
          "line": 223,
          "column": 0
        },
        "end": {
          "line": 223,
          "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": 10342,
      "end": 10350,
      "loc": {
        "start": {
          "line": 223,
          "column": 7
        },
        "end": {
          "line": 223,
          "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": 10351,
      "end": 10369,
      "loc": {
        "start": {
          "line": 223,
          "column": 16
        },
        "end": {
          "line": 223,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10369,
      "end": 10370,
      "loc": {
        "start": {
          "line": 223,
          "column": 34
        },
        "end": {
          "line": 223,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10370,
      "end": 10371,
      "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": "vertexPos",
      "start": 10371,
      "end": 10380,
      "loc": {
        "start": {
          "line": 223,
          "column": 36
        },
        "end": {
          "line": 223,
          "column": 45
        }
      }
    },
    {
      "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": 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": "startDir",
      "start": 10382,
      "end": 10390,
      "loc": {
        "start": {
          "line": 223,
          "column": 47
        },
        "end": {
          "line": 223,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10390,
      "end": 10391,
      "loc": {
        "start": {
          "line": 223,
          "column": 55
        },
        "end": {
          "line": 223,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endDir",
      "start": 10392,
      "end": 10398,
      "loc": {
        "start": {
          "line": 223,
          "column": 57
        },
        "end": {
          "line": 223,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10398,
      "end": 10399,
      "loc": {
        "start": {
          "line": 223,
          "column": 63
        },
        "end": {
          "line": 223,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "middlePos",
      "start": 10400,
      "end": 10409,
      "loc": {
        "start": {
          "line": 223,
          "column": 65
        },
        "end": {
          "line": 223,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10409,
      "end": 10410,
      "loc": {
        "start": {
          "line": 223,
          "column": 74
        },
        "end": {
          "line": 223,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10410,
      "end": 10411,
      "loc": {
        "start": {
          "line": 223,
          "column": 75
        },
        "end": {
          "line": 223,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10412,
      "end": 10413,
      "loc": {
        "start": {
          "line": 223,
          "column": 77
        },
        "end": {
          "line": 223,
          "column": 78
        }
      }
    },
    {
      "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": 10418,
      "end": 10421,
      "loc": {
        "start": {
          "line": 224,
          "column": 4
        },
        "end": {
          "line": 224,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "centerDir",
      "start": 10422,
      "end": 10431,
      "loc": {
        "start": {
          "line": 224,
          "column": 8
        },
        "end": {
          "line": 224,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10432,
      "end": 10433,
      "loc": {
        "start": {
          "line": 224,
          "column": 18
        },
        "end": {
          "line": 224,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startDir",
      "start": 10434,
      "end": 10442,
      "loc": {
        "start": {
          "line": 224,
          "column": 20
        },
        "end": {
          "line": 224,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10442,
      "end": 10443,
      "loc": {
        "start": {
          "line": 224,
          "column": 28
        },
        "end": {
          "line": 224,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 10443,
      "end": 10448,
      "loc": {
        "start": {
          "line": 224,
          "column": 29
        },
        "end": {
          "line": 224,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10448,
      "end": 10449,
      "loc": {
        "start": {
          "line": 224,
          "column": 34
        },
        "end": {
          "line": 224,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10449,
      "end": 10450,
      "loc": {
        "start": {
          "line": 224,
          "column": 35
        },
        "end": {
          "line": 224,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10450,
      "end": 10451,
      "loc": {
        "start": {
          "line": 224,
          "column": 36
        },
        "end": {
          "line": 224,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 10451,
      "end": 10454,
      "loc": {
        "start": {
          "line": 224,
          "column": 37
        },
        "end": {
          "line": 224,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10454,
      "end": 10455,
      "loc": {
        "start": {
          "line": 224,
          "column": 40
        },
        "end": {
          "line": 224,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endDir",
      "start": 10455,
      "end": 10461,
      "loc": {
        "start": {
          "line": 224,
          "column": 41
        },
        "end": {
          "line": 224,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10461,
      "end": 10462,
      "loc": {
        "start": {
          "line": 224,
          "column": 47
        },
        "end": {
          "line": 224,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10462,
      "end": 10463,
      "loc": {
        "start": {
          "line": 224,
          "column": 48
        },
        "end": {
          "line": 224,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "multiplyScalar",
      "start": 10463,
      "end": 10477,
      "loc": {
        "start": {
          "line": 224,
          "column": 49
        },
        "end": {
          "line": 224,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10477,
      "end": 10478,
      "loc": {
        "start": {
          "line": 224,
          "column": 63
        },
        "end": {
          "line": 224,
          "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": 10478,
      "end": 10481,
      "loc": {
        "start": {
          "line": 224,
          "column": 64
        },
        "end": {
          "line": 224,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10481,
      "end": 10482,
      "loc": {
        "start": {
          "line": 224,
          "column": 67
        },
        "end": {
          "line": 224,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10482,
      "end": 10483,
      "loc": {
        "start": {
          "line": 224,
          "column": 68
        },
        "end": {
          "line": 224,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normalize",
      "start": 10483,
      "end": 10492,
      "loc": {
        "start": {
          "line": 224,
          "column": 69
        },
        "end": {
          "line": 224,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10492,
      "end": 10493,
      "loc": {
        "start": {
          "line": 224,
          "column": 78
        },
        "end": {
          "line": 224,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10493,
      "end": 10494,
      "loc": {
        "start": {
          "line": 224,
          "column": 79
        },
        "end": {
          "line": 224,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10494,
      "end": 10495,
      "loc": {
        "start": {
          "line": 224,
          "column": 80
        },
        "end": {
          "line": 224,
          "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": 10500,
      "end": 10503,
      "loc": {
        "start": {
          "line": 225,
          "column": 4
        },
        "end": {
          "line": 225,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertexToMiddle",
      "start": 10504,
      "end": 10518,
      "loc": {
        "start": {
          "line": 225,
          "column": 8
        },
        "end": {
          "line": 225,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10519,
      "end": 10520,
      "loc": {
        "start": {
          "line": 225,
          "column": 23
        },
        "end": {
          "line": 225,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "middlePos",
      "start": 10521,
      "end": 10530,
      "loc": {
        "start": {
          "line": 225,
          "column": 25
        },
        "end": {
          "line": 225,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10530,
      "end": 10531,
      "loc": {
        "start": {
          "line": 225,
          "column": 34
        },
        "end": {
          "line": 225,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 10531,
      "end": 10536,
      "loc": {
        "start": {
          "line": 225,
          "column": 35
        },
        "end": {
          "line": 225,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10536,
      "end": 10537,
      "loc": {
        "start": {
          "line": 225,
          "column": 40
        },
        "end": {
          "line": 225,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10537,
      "end": 10538,
      "loc": {
        "start": {
          "line": 225,
          "column": 41
        },
        "end": {
          "line": 225,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10538,
      "end": 10539,
      "loc": {
        "start": {
          "line": 225,
          "column": 42
        },
        "end": {
          "line": 225,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 10539,
      "end": 10542,
      "loc": {
        "start": {
          "line": 225,
          "column": 43
        },
        "end": {
          "line": 225,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10542,
      "end": 10543,
      "loc": {
        "start": {
          "line": 225,
          "column": 46
        },
        "end": {
          "line": 225,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertexPos",
      "start": 10543,
      "end": 10552,
      "loc": {
        "start": {
          "line": 225,
          "column": 47
        },
        "end": {
          "line": 225,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10552,
      "end": 10553,
      "loc": {
        "start": {
          "line": 225,
          "column": 56
        },
        "end": {
          "line": 225,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10553,
      "end": 10554,
      "loc": {
        "start": {
          "line": 225,
          "column": 57
        },
        "end": {
          "line": 225,
          "column": 58
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " if radius is too small or middlepos and its projection to centerDir is out of filletAngle",
      "start": 10560,
      "end": 10652,
      "loc": {
        "start": {
          "line": 227,
          "column": 4
        },
        "end": {
          "line": 227,
          "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": 10657,
      "end": 10659,
      "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": 10660,
      "end": 10661,
      "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": "vertexToMiddle",
      "start": 10661,
      "end": 10675,
      "loc": {
        "start": {
          "line": 228,
          "column": 8
        },
        "end": {
          "line": 228,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10675,
      "end": 10676,
      "loc": {
        "start": {
          "line": 228,
          "column": 22
        },
        "end": {
          "line": 228,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 10676,
      "end": 10682,
      "loc": {
        "start": {
          "line": 228,
          "column": 23
        },
        "end": {
          "line": 228,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10682,
      "end": 10683,
      "loc": {
        "start": {
          "line": 228,
          "column": 29
        },
        "end": {
          "line": 228,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10683,
      "end": 10684,
      "loc": {
        "start": {
          "line": 228,
          "column": 30
        },
        "end": {
          "line": 228,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 10685,
      "end": 10686,
      "loc": {
        "start": {
          "line": 228,
          "column": 32
        },
        "end": {
          "line": 228,
          "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": 10687,
      "end": 10691,
      "loc": {
        "start": {
          "line": 228,
          "column": 34
        },
        "end": {
          "line": 228,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 10692,
      "end": 10694,
      "loc": {
        "start": {
          "line": 228,
          "column": 39
        },
        "end": {
          "line": 228,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertexToMiddle",
      "start": 10695,
      "end": 10709,
      "loc": {
        "start": {
          "line": 228,
          "column": 42
        },
        "end": {
          "line": 228,
          "column": 56
        }
      }
    },
    {
      "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": 228,
          "column": 56
        },
        "end": {
          "line": 228,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dot",
      "start": 10710,
      "end": 10713,
      "loc": {
        "start": {
          "line": 228,
          "column": 57
        },
        "end": {
          "line": 228,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10713,
      "end": 10714,
      "loc": {
        "start": {
          "line": 228,
          "column": 60
        },
        "end": {
          "line": 228,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "centerDir",
      "start": 10714,
      "end": 10723,
      "loc": {
        "start": {
          "line": 228,
          "column": 61
        },
        "end": {
          "line": 228,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10723,
      "end": 10724,
      "loc": {
        "start": {
          "line": 228,
          "column": 70
        },
        "end": {
          "line": 228,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 10725,
      "end": 10726,
      "loc": {
        "start": {
          "line": 228,
          "column": 72
        },
        "end": {
          "line": 228,
          "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": 10727,
      "end": 10728,
      "loc": {
        "start": {
          "line": 228,
          "column": 74
        },
        "end": {
          "line": 228,
          "column": 75
        }
      }
    },
    {
      "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": 228,
          "column": 75
        },
        "end": {
          "line": 228,
          "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": 10730,
      "end": 10736,
      "loc": {
        "start": {
          "line": 228,
          "column": 77
        },
        "end": {
          "line": 228,
          "column": 83
        }
      }
    },
    {
      "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": 10737,
      "end": 10741,
      "loc": {
        "start": {
          "line": 228,
          "column": 84
        },
        "end": {
          "line": 228,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10741,
      "end": 10742,
      "loc": {
        "start": {
          "line": 228,
          "column": 88
        },
        "end": {
          "line": 228,
          "column": 89
        }
      }
    },
    {
      "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": 10748,
      "end": 10751,
      "loc": {
        "start": {
          "line": 230,
          "column": 4
        },
        "end": {
          "line": 230,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "alpha",
      "start": 10752,
      "end": 10757,
      "loc": {
        "start": {
          "line": 230,
          "column": 8
        },
        "end": {
          "line": 230,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10758,
      "end": 10759,
      "loc": {
        "start": {
          "line": 230,
          "column": 14
        },
        "end": {
          "line": 230,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endDir",
      "start": 10760,
      "end": 10766,
      "loc": {
        "start": {
          "line": 230,
          "column": 16
        },
        "end": {
          "line": 230,
          "column": 22
        }
      }
    },
    {
      "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": 230,
          "column": 22
        },
        "end": {
          "line": 230,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angleTo",
      "start": 10767,
      "end": 10774,
      "loc": {
        "start": {
          "line": 230,
          "column": 23
        },
        "end": {
          "line": 230,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10774,
      "end": 10775,
      "loc": {
        "start": {
          "line": 230,
          "column": 30
        },
        "end": {
          "line": 230,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startDir",
      "start": 10775,
      "end": 10783,
      "loc": {
        "start": {
          "line": 230,
          "column": 31
        },
        "end": {
          "line": 230,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10783,
      "end": 10784,
      "loc": {
        "start": {
          "line": 230,
          "column": 39
        },
        "end": {
          "line": 230,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10784,
      "end": 10785,
      "loc": {
        "start": {
          "line": 230,
          "column": 40
        },
        "end": {
          "line": 230,
          "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": 10790,
      "end": 10793,
      "loc": {
        "start": {
          "line": 231,
          "column": 4
        },
        "end": {
          "line": 231,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "len",
      "start": 10794,
      "end": 10797,
      "loc": {
        "start": {
          "line": 231,
          "column": 8
        },
        "end": {
          "line": 231,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10798,
      "end": 10799,
      "loc": {
        "start": {
          "line": 231,
          "column": 12
        },
        "end": {
          "line": 231,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertexToMiddle",
      "start": 10800,
      "end": 10814,
      "loc": {
        "start": {
          "line": 231,
          "column": 14
        },
        "end": {
          "line": 231,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10814,
      "end": 10815,
      "loc": {
        "start": {
          "line": 231,
          "column": 28
        },
        "end": {
          "line": 231,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dot",
      "start": 10815,
      "end": 10818,
      "loc": {
        "start": {
          "line": 231,
          "column": 29
        },
        "end": {
          "line": 231,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10818,
      "end": 10819,
      "loc": {
        "start": {
          "line": 231,
          "column": 32
        },
        "end": {
          "line": 231,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "centerDir",
      "start": 10819,
      "end": 10828,
      "loc": {
        "start": {
          "line": 231,
          "column": 33
        },
        "end": {
          "line": 231,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10828,
      "end": 10829,
      "loc": {
        "start": {
          "line": 231,
          "column": 42
        },
        "end": {
          "line": 231,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 10830,
      "end": 10831,
      "loc": {
        "start": {
          "line": 231,
          "column": 44
        },
        "end": {
          "line": 231,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 10832,
      "end": 10836,
      "loc": {
        "start": {
          "line": 231,
          "column": 46
        },
        "end": {
          "line": 231,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10836,
      "end": 10837,
      "loc": {
        "start": {
          "line": 231,
          "column": 50
        },
        "end": {
          "line": 231,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cos",
      "start": 10837,
      "end": 10840,
      "loc": {
        "start": {
          "line": 231,
          "column": 51
        },
        "end": {
          "line": 231,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10840,
      "end": 10841,
      "loc": {
        "start": {
          "line": 231,
          "column": 54
        },
        "end": {
          "line": 231,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "alpha",
      "start": 10841,
      "end": 10846,
      "loc": {
        "start": {
          "line": 231,
          "column": 55
        },
        "end": {
          "line": 231,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 10847,
      "end": 10848,
      "loc": {
        "start": {
          "line": 231,
          "column": 61
        },
        "end": {
          "line": 231,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 10849,
      "end": 10850,
      "loc": {
        "start": {
          "line": 231,
          "column": 63
        },
        "end": {
          "line": 231,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10850,
      "end": 10851,
      "loc": {
        "start": {
          "line": 231,
          "column": 64
        },
        "end": {
          "line": 231,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10851,
      "end": 10852,
      "loc": {
        "start": {
          "line": 231,
          "column": 65
        },
        "end": {
          "line": 231,
          "column": 66
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " we have appropriate fillet angle so cos != 0",
      "start": 10853,
      "end": 10900,
      "loc": {
        "start": {
          "line": 231,
          "column": 67
        },
        "end": {
          "line": 231,
          "column": 114
        }
      }
    },
    {
      "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": 10905,
      "end": 10911,
      "loc": {
        "start": {
          "line": 232,
          "column": 4
        },
        "end": {
          "line": 232,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10912,
      "end": 10913,
      "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": "start",
      "start": 10922,
      "end": 10927,
      "loc": {
        "start": {
          "line": 233,
          "column": 8
        },
        "end": {
          "line": 233,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10927,
      "end": 10928,
      "loc": {
        "start": {
          "line": 233,
          "column": 13
        },
        "end": {
          "line": 233,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertexPos",
      "start": 10929,
      "end": 10938,
      "loc": {
        "start": {
          "line": 233,
          "column": 15
        },
        "end": {
          "line": 233,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10938,
      "end": 10939,
      "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": "clone",
      "start": 10939,
      "end": 10944,
      "loc": {
        "start": {
          "line": 233,
          "column": 25
        },
        "end": {
          "line": 233,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10944,
      "end": 10945,
      "loc": {
        "start": {
          "line": 233,
          "column": 30
        },
        "end": {
          "line": 233,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10945,
      "end": 10946,
      "loc": {
        "start": {
          "line": 233,
          "column": 31
        },
        "end": {
          "line": 233,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10946,
      "end": 10947,
      "loc": {
        "start": {
          "line": 233,
          "column": 32
        },
        "end": {
          "line": 233,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 10947,
      "end": 10950,
      "loc": {
        "start": {
          "line": 233,
          "column": 33
        },
        "end": {
          "line": 233,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10950,
      "end": 10951,
      "loc": {
        "start": {
          "line": 233,
          "column": 36
        },
        "end": {
          "line": 233,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startDir",
      "start": 10951,
      "end": 10959,
      "loc": {
        "start": {
          "line": 233,
          "column": 37
        },
        "end": {
          "line": 233,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10959,
      "end": 10960,
      "loc": {
        "start": {
          "line": 233,
          "column": 45
        },
        "end": {
          "line": 233,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 10960,
      "end": 10965,
      "loc": {
        "start": {
          "line": 233,
          "column": 46
        },
        "end": {
          "line": 233,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10965,
      "end": 10966,
      "loc": {
        "start": {
          "line": 233,
          "column": 51
        },
        "end": {
          "line": 233,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10966,
      "end": 10967,
      "loc": {
        "start": {
          "line": 233,
          "column": 52
        },
        "end": {
          "line": 233,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10967,
      "end": 10968,
      "loc": {
        "start": {
          "line": 233,
          "column": 53
        },
        "end": {
          "line": 233,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "multiplyScalar",
      "start": 10968,
      "end": 10982,
      "loc": {
        "start": {
          "line": 233,
          "column": 54
        },
        "end": {
          "line": 233,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10982,
      "end": 10983,
      "loc": {
        "start": {
          "line": 233,
          "column": 68
        },
        "end": {
          "line": 233,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "len",
      "start": 10983,
      "end": 10986,
      "loc": {
        "start": {
          "line": 233,
          "column": 69
        },
        "end": {
          "line": 233,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10986,
      "end": 10987,
      "loc": {
        "start": {
          "line": 233,
          "column": 72
        },
        "end": {
          "line": 233,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10987,
      "end": 10988,
      "loc": {
        "start": {
          "line": 233,
          "column": 73
        },
        "end": {
          "line": 233,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10988,
      "end": 10989,
      "loc": {
        "start": {
          "line": 233,
          "column": 74
        },
        "end": {
          "line": 233,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 10998,
      "end": 11001,
      "loc": {
        "start": {
          "line": 234,
          "column": 8
        },
        "end": {
          "line": 234,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11001,
      "end": 11002,
      "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": "vertexPos",
      "start": 11003,
      "end": 11012,
      "loc": {
        "start": {
          "line": 234,
          "column": 13
        },
        "end": {
          "line": 234,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11012,
      "end": 11013,
      "loc": {
        "start": {
          "line": 234,
          "column": 22
        },
        "end": {
          "line": 234,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 11013,
      "end": 11018,
      "loc": {
        "start": {
          "line": 234,
          "column": 23
        },
        "end": {
          "line": 234,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11018,
      "end": 11019,
      "loc": {
        "start": {
          "line": 234,
          "column": 28
        },
        "end": {
          "line": 234,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11019,
      "end": 11020,
      "loc": {
        "start": {
          "line": 234,
          "column": 29
        },
        "end": {
          "line": 234,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11020,
      "end": 11021,
      "loc": {
        "start": {
          "line": 234,
          "column": 30
        },
        "end": {
          "line": 234,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 11021,
      "end": 11024,
      "loc": {
        "start": {
          "line": 234,
          "column": 31
        },
        "end": {
          "line": 234,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11024,
      "end": 11025,
      "loc": {
        "start": {
          "line": 234,
          "column": 34
        },
        "end": {
          "line": 234,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endDir",
      "start": 11025,
      "end": 11031,
      "loc": {
        "start": {
          "line": 234,
          "column": 35
        },
        "end": {
          "line": 234,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11031,
      "end": 11032,
      "loc": {
        "start": {
          "line": 234,
          "column": 41
        },
        "end": {
          "line": 234,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 11032,
      "end": 11037,
      "loc": {
        "start": {
          "line": 234,
          "column": 42
        },
        "end": {
          "line": 234,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11037,
      "end": 11038,
      "loc": {
        "start": {
          "line": 234,
          "column": 47
        },
        "end": {
          "line": 234,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11038,
      "end": 11039,
      "loc": {
        "start": {
          "line": 234,
          "column": 48
        },
        "end": {
          "line": 234,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11039,
      "end": 11040,
      "loc": {
        "start": {
          "line": 234,
          "column": 49
        },
        "end": {
          "line": 234,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "multiplyScalar",
      "start": 11040,
      "end": 11054,
      "loc": {
        "start": {
          "line": 234,
          "column": 50
        },
        "end": {
          "line": 234,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11054,
      "end": 11055,
      "loc": {
        "start": {
          "line": 234,
          "column": 64
        },
        "end": {
          "line": 234,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "len",
      "start": 11055,
      "end": 11058,
      "loc": {
        "start": {
          "line": 234,
          "column": 65
        },
        "end": {
          "line": 234,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11058,
      "end": 11059,
      "loc": {
        "start": {
          "line": 234,
          "column": 68
        },
        "end": {
          "line": 234,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11059,
      "end": 11060,
      "loc": {
        "start": {
          "line": 234,
          "column": 69
        },
        "end": {
          "line": 234,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11060,
      "end": 11061,
      "loc": {
        "start": {
          "line": 234,
          "column": 70
        },
        "end": {
          "line": 234,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11066,
      "end": 11067,
      "loc": {
        "start": {
          "line": 235,
          "column": 4
        },
        "end": {
          "line": 235,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11067,
      "end": 11068,
      "loc": {
        "start": {
          "line": 235,
          "column": 5
        },
        "end": {
          "line": 235,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11069,
      "end": 11070,
      "loc": {
        "start": {
          "line": 236,
          "column": 0
        },
        "end": {
          "line": 236,
          "column": 1
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "converting arc from \"three-points+flag\" to \"center+radius+angles\" representation",
      "start": 11072,
      "end": 11154,
      "loc": {
        "start": {
          "line": 238,
          "column": 0
        },
        "end": {
          "line": 238,
          "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": 11155,
      "end": 11161,
      "loc": {
        "start": {
          "line": 239,
          "column": 0
        },
        "end": {
          "line": 239,
          "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": 11162,
      "end": 11170,
      "loc": {
        "start": {
          "line": 239,
          "column": 7
        },
        "end": {
          "line": 239,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getArcAngles",
      "start": 11171,
      "end": 11183,
      "loc": {
        "start": {
          "line": 239,
          "column": 16
        },
        "end": {
          "line": 239,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11183,
      "end": 11184,
      "loc": {
        "start": {
          "line": 239,
          "column": 28
        },
        "end": {
          "line": 239,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "params",
      "start": 11184,
      "end": 11190,
      "loc": {
        "start": {
          "line": 239,
          "column": 29
        },
        "end": {
          "line": 239,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11190,
      "end": 11191,
      "loc": {
        "start": {
          "line": 239,
          "column": 35
        },
        "end": {
          "line": 239,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11192,
      "end": 11193,
      "loc": {
        "start": {
          "line": 239,
          "column": 37
        },
        "end": {
          "line": 239,
          "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": 11198,
      "end": 11201,
      "loc": {
        "start": {
          "line": 240,
          "column": 4
        },
        "end": {
          "line": 240,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vecStart",
      "start": 11202,
      "end": 11210,
      "loc": {
        "start": {
          "line": 240,
          "column": 8
        },
        "end": {
          "line": 240,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11211,
      "end": 11212,
      "loc": {
        "start": {
          "line": 240,
          "column": 17
        },
        "end": {
          "line": 240,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "params",
      "start": 11213,
      "end": 11219,
      "loc": {
        "start": {
          "line": 240,
          "column": 19
        },
        "end": {
          "line": 240,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11219,
      "end": 11220,
      "loc": {
        "start": {
          "line": 240,
          "column": 25
        },
        "end": {
          "line": 240,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 11220,
      "end": 11225,
      "loc": {
        "start": {
          "line": 240,
          "column": 26
        },
        "end": {
          "line": 240,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11225,
      "end": 11226,
      "loc": {
        "start": {
          "line": 240,
          "column": 31
        },
        "end": {
          "line": 240,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 11226,
      "end": 11231,
      "loc": {
        "start": {
          "line": 240,
          "column": 32
        },
        "end": {
          "line": 240,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11231,
      "end": 11232,
      "loc": {
        "start": {
          "line": 240,
          "column": 37
        },
        "end": {
          "line": 240,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11232,
      "end": 11233,
      "loc": {
        "start": {
          "line": 240,
          "column": 38
        },
        "end": {
          "line": 240,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11233,
      "end": 11234,
      "loc": {
        "start": {
          "line": 240,
          "column": 39
        },
        "end": {
          "line": 240,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 11234,
      "end": 11237,
      "loc": {
        "start": {
          "line": 240,
          "column": 40
        },
        "end": {
          "line": 240,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11237,
      "end": 11238,
      "loc": {
        "start": {
          "line": 240,
          "column": 43
        },
        "end": {
          "line": 240,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "params",
      "start": 11238,
      "end": 11244,
      "loc": {
        "start": {
          "line": 240,
          "column": 44
        },
        "end": {
          "line": 240,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11244,
      "end": 11245,
      "loc": {
        "start": {
          "line": 240,
          "column": 50
        },
        "end": {
          "line": 240,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 11245,
      "end": 11251,
      "loc": {
        "start": {
          "line": 240,
          "column": 51
        },
        "end": {
          "line": 240,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11251,
      "end": 11252,
      "loc": {
        "start": {
          "line": 240,
          "column": 57
        },
        "end": {
          "line": 240,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11252,
      "end": 11253,
      "loc": {
        "start": {
          "line": 240,
          "column": 58
        },
        "end": {
          "line": 240,
          "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": 11258,
      "end": 11261,
      "loc": {
        "start": {
          "line": 241,
          "column": 4
        },
        "end": {
          "line": 241,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vecEnd",
      "start": 11262,
      "end": 11268,
      "loc": {
        "start": {
          "line": 241,
          "column": 8
        },
        "end": {
          "line": 241,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11269,
      "end": 11270,
      "loc": {
        "start": {
          "line": 241,
          "column": 15
        },
        "end": {
          "line": 241,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "params",
      "start": 11271,
      "end": 11277,
      "loc": {
        "start": {
          "line": 241,
          "column": 17
        },
        "end": {
          "line": 241,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11277,
      "end": 11278,
      "loc": {
        "start": {
          "line": 241,
          "column": 23
        },
        "end": {
          "line": 241,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 11278,
      "end": 11281,
      "loc": {
        "start": {
          "line": 241,
          "column": 24
        },
        "end": {
          "line": 241,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11281,
      "end": 11282,
      "loc": {
        "start": {
          "line": 241,
          "column": 27
        },
        "end": {
          "line": 241,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 11282,
      "end": 11287,
      "loc": {
        "start": {
          "line": 241,
          "column": 28
        },
        "end": {
          "line": 241,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11287,
      "end": 11288,
      "loc": {
        "start": {
          "line": 241,
          "column": 33
        },
        "end": {
          "line": 241,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11288,
      "end": 11289,
      "loc": {
        "start": {
          "line": 241,
          "column": 34
        },
        "end": {
          "line": 241,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11289,
      "end": 11290,
      "loc": {
        "start": {
          "line": 241,
          "column": 35
        },
        "end": {
          "line": 241,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 11290,
      "end": 11293,
      "loc": {
        "start": {
          "line": 241,
          "column": 36
        },
        "end": {
          "line": 241,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11293,
      "end": 11294,
      "loc": {
        "start": {
          "line": 241,
          "column": 39
        },
        "end": {
          "line": 241,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "params",
      "start": 11294,
      "end": 11300,
      "loc": {
        "start": {
          "line": 241,
          "column": 40
        },
        "end": {
          "line": 241,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11300,
      "end": 11301,
      "loc": {
        "start": {
          "line": 241,
          "column": 46
        },
        "end": {
          "line": 241,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 11301,
      "end": 11307,
      "loc": {
        "start": {
          "line": 241,
          "column": 47
        },
        "end": {
          "line": 241,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11307,
      "end": 11308,
      "loc": {
        "start": {
          "line": 241,
          "column": 53
        },
        "end": {
          "line": 241,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11308,
      "end": 11309,
      "loc": {
        "start": {
          "line": 241,
          "column": 54
        },
        "end": {
          "line": 241,
          "column": 55
        }
      }
    },
    {
      "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": 11314,
      "end": 11317,
      "loc": {
        "start": {
          "line": 242,
          "column": 4
        },
        "end": {
          "line": 242,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startAngle",
      "start": 11318,
      "end": 11328,
      "loc": {
        "start": {
          "line": 242,
          "column": 8
        },
        "end": {
          "line": 242,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11329,
      "end": 11330,
      "loc": {
        "start": {
          "line": 242,
          "column": 19
        },
        "end": {
          "line": 242,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 11331,
      "end": 11335,
      "loc": {
        "start": {
          "line": 242,
          "column": 21
        },
        "end": {
          "line": 242,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11335,
      "end": 11336,
      "loc": {
        "start": {
          "line": 242,
          "column": 25
        },
        "end": {
          "line": 242,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "atan2",
      "start": 11336,
      "end": 11341,
      "loc": {
        "start": {
          "line": 242,
          "column": 26
        },
        "end": {
          "line": 242,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11341,
      "end": 11342,
      "loc": {
        "start": {
          "line": 242,
          "column": 31
        },
        "end": {
          "line": 242,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vecStart",
      "start": 11342,
      "end": 11350,
      "loc": {
        "start": {
          "line": 242,
          "column": 32
        },
        "end": {
          "line": 242,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11350,
      "end": 11351,
      "loc": {
        "start": {
          "line": 242,
          "column": 40
        },
        "end": {
          "line": 242,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 11351,
      "end": 11352,
      "loc": {
        "start": {
          "line": 242,
          "column": 41
        },
        "end": {
          "line": 242,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11352,
      "end": 11353,
      "loc": {
        "start": {
          "line": 242,
          "column": 42
        },
        "end": {
          "line": 242,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vecStart",
      "start": 11354,
      "end": 11362,
      "loc": {
        "start": {
          "line": 242,
          "column": 44
        },
        "end": {
          "line": 242,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11362,
      "end": 11363,
      "loc": {
        "start": {
          "line": 242,
          "column": 52
        },
        "end": {
          "line": 242,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 11363,
      "end": 11364,
      "loc": {
        "start": {
          "line": 242,
          "column": 53
        },
        "end": {
          "line": 242,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11364,
      "end": 11365,
      "loc": {
        "start": {
          "line": 242,
          "column": 54
        },
        "end": {
          "line": 242,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11365,
      "end": 11366,
      "loc": {
        "start": {
          "line": 242,
          "column": 55
        },
        "end": {
          "line": 242,
          "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": 11371,
      "end": 11374,
      "loc": {
        "start": {
          "line": 243,
          "column": 4
        },
        "end": {
          "line": 243,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endAngle",
      "start": 11375,
      "end": 11383,
      "loc": {
        "start": {
          "line": 243,
          "column": 8
        },
        "end": {
          "line": 243,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11384,
      "end": 11385,
      "loc": {
        "start": {
          "line": 243,
          "column": 17
        },
        "end": {
          "line": 243,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 11386,
      "end": 11390,
      "loc": {
        "start": {
          "line": 243,
          "column": 19
        },
        "end": {
          "line": 243,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11390,
      "end": 11391,
      "loc": {
        "start": {
          "line": 243,
          "column": 23
        },
        "end": {
          "line": 243,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "atan2",
      "start": 11391,
      "end": 11396,
      "loc": {
        "start": {
          "line": 243,
          "column": 24
        },
        "end": {
          "line": 243,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11396,
      "end": 11397,
      "loc": {
        "start": {
          "line": 243,
          "column": 29
        },
        "end": {
          "line": 243,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vecEnd",
      "start": 11397,
      "end": 11403,
      "loc": {
        "start": {
          "line": 243,
          "column": 30
        },
        "end": {
          "line": 243,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11403,
      "end": 11404,
      "loc": {
        "start": {
          "line": 243,
          "column": 36
        },
        "end": {
          "line": 243,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 11404,
      "end": 11405,
      "loc": {
        "start": {
          "line": 243,
          "column": 37
        },
        "end": {
          "line": 243,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11405,
      "end": 11406,
      "loc": {
        "start": {
          "line": 243,
          "column": 38
        },
        "end": {
          "line": 243,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vecEnd",
      "start": 11407,
      "end": 11413,
      "loc": {
        "start": {
          "line": 243,
          "column": 40
        },
        "end": {
          "line": 243,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11413,
      "end": 11414,
      "loc": {
        "start": {
          "line": 243,
          "column": 46
        },
        "end": {
          "line": 243,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 11414,
      "end": 11415,
      "loc": {
        "start": {
          "line": 243,
          "column": 47
        },
        "end": {
          "line": 243,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11415,
      "end": 11416,
      "loc": {
        "start": {
          "line": 243,
          "column": 48
        },
        "end": {
          "line": 243,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11416,
      "end": 11417,
      "loc": {
        "start": {
          "line": 243,
          "column": 49
        },
        "end": {
          "line": 243,
          "column": 50
        }
      }
    },
    {
      "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": 11422,
      "end": 11425,
      "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": "radius",
      "start": 11426,
      "end": 11432,
      "loc": {
        "start": {
          "line": 244,
          "column": 8
        },
        "end": {
          "line": 244,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11433,
      "end": 11434,
      "loc": {
        "start": {
          "line": 244,
          "column": 15
        },
        "end": {
          "line": 244,
          "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": 11435,
      "end": 11438,
      "loc": {
        "start": {
          "line": 244,
          "column": 17
        },
        "end": {
          "line": 244,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 11439,
      "end": 11440,
      "loc": {
        "start": {
          "line": 244,
          "column": 21
        },
        "end": {
          "line": 244,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11441,
      "end": 11442,
      "loc": {
        "start": {
          "line": 244,
          "column": 23
        },
        "end": {
          "line": 244,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vecStart",
      "start": 11442,
      "end": 11450,
      "loc": {
        "start": {
          "line": 244,
          "column": 24
        },
        "end": {
          "line": 244,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11450,
      "end": 11451,
      "loc": {
        "start": {
          "line": 244,
          "column": 32
        },
        "end": {
          "line": 244,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 11451,
      "end": 11457,
      "loc": {
        "start": {
          "line": 244,
          "column": 33
        },
        "end": {
          "line": 244,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11457,
      "end": 11458,
      "loc": {
        "start": {
          "line": 244,
          "column": 39
        },
        "end": {
          "line": 244,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11458,
      "end": 11459,
      "loc": {
        "start": {
          "line": 244,
          "column": 40
        },
        "end": {
          "line": 244,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 11460,
      "end": 11461,
      "loc": {
        "start": {
          "line": 244,
          "column": 42
        },
        "end": {
          "line": 244,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vecEnd",
      "start": 11462,
      "end": 11468,
      "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": 11468,
      "end": 11469,
      "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": "length",
      "start": 11469,
      "end": 11475,
      "loc": {
        "start": {
          "line": 244,
          "column": 51
        },
        "end": {
          "line": 244,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11475,
      "end": 11476,
      "loc": {
        "start": {
          "line": 244,
          "column": 57
        },
        "end": {
          "line": 244,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11476,
      "end": 11477,
      "loc": {
        "start": {
          "line": 244,
          "column": 58
        },
        "end": {
          "line": 244,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11477,
      "end": 11478,
      "loc": {
        "start": {
          "line": 244,
          "column": 59
        },
        "end": {
          "line": 244,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11478,
      "end": 11479,
      "loc": {
        "start": {
          "line": 244,
          "column": 60
        },
        "end": {
          "line": 244,
          "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": 11485,
      "end": 11487,
      "loc": {
        "start": {
          "line": 246,
          "column": 4
        },
        "end": {
          "line": 246,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11488,
      "end": 11489,
      "loc": {
        "start": {
          "line": 246,
          "column": 7
        },
        "end": {
          "line": 246,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "params",
      "start": 11489,
      "end": 11495,
      "loc": {
        "start": {
          "line": 246,
          "column": 8
        },
        "end": {
          "line": 246,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11495,
      "end": 11496,
      "loc": {
        "start": {
          "line": 246,
          "column": 14
        },
        "end": {
          "line": 246,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clockwise",
      "start": 11496,
      "end": 11505,
      "loc": {
        "start": {
          "line": 246,
          "column": 15
        },
        "end": {
          "line": 246,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11505,
      "end": 11506,
      "loc": {
        "start": {
          "line": 246,
          "column": 24
        },
        "end": {
          "line": 246,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11507,
      "end": 11508,
      "loc": {
        "start": {
          "line": 246,
          "column": 26
        },
        "end": {
          "line": 246,
          "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": 11517,
      "end": 11519,
      "loc": {
        "start": {
          "line": 247,
          "column": 8
        },
        "end": {
          "line": 247,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11520,
      "end": 11521,
      "loc": {
        "start": {
          "line": 247,
          "column": 11
        },
        "end": {
          "line": 247,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startAngle",
      "start": 11521,
      "end": 11531,
      "loc": {
        "start": {
          "line": 247,
          "column": 12
        },
        "end": {
          "line": 247,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 11532,
      "end": 11533,
      "loc": {
        "start": {
          "line": 247,
          "column": 23
        },
        "end": {
          "line": 247,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endAngle",
      "start": 11534,
      "end": 11542,
      "loc": {
        "start": {
          "line": 247,
          "column": 25
        },
        "end": {
          "line": 247,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11542,
      "end": 11543,
      "loc": {
        "start": {
          "line": 247,
          "column": 33
        },
        "end": {
          "line": 247,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startAngle",
      "start": 11544,
      "end": 11554,
      "loc": {
        "start": {
          "line": 247,
          "column": 35
        },
        "end": {
          "line": 247,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 11555,
      "end": 11557,
      "loc": {
        "start": {
          "line": 247,
          "column": 46
        },
        "end": {
          "line": 247,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 11558,
      "end": 11559,
      "loc": {
        "start": {
          "line": 247,
          "column": 49
        },
        "end": {
          "line": 247,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 11560,
      "end": 11561,
      "loc": {
        "start": {
          "line": 247,
          "column": 51
        },
        "end": {
          "line": 247,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 11562,
      "end": 11566,
      "loc": {
        "start": {
          "line": 247,
          "column": 53
        },
        "end": {
          "line": 247,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11566,
      "end": 11567,
      "loc": {
        "start": {
          "line": 247,
          "column": 57
        },
        "end": {
          "line": 247,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "PI",
      "start": 11567,
      "end": 11569,
      "loc": {
        "start": {
          "line": 247,
          "column": 58
        },
        "end": {
          "line": 247,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11569,
      "end": 11570,
      "loc": {
        "start": {
          "line": 247,
          "column": 60
        },
        "end": {
          "line": 247,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11575,
      "end": 11576,
      "loc": {
        "start": {
          "line": 248,
          "column": 4
        },
        "end": {
          "line": 248,
          "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": 11577,
      "end": 11581,
      "loc": {
        "start": {
          "line": 248,
          "column": 6
        },
        "end": {
          "line": 248,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11582,
      "end": 11583,
      "loc": {
        "start": {
          "line": 248,
          "column": 11
        },
        "end": {
          "line": 248,
          "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": 11592,
      "end": 11594,
      "loc": {
        "start": {
          "line": 249,
          "column": 8
        },
        "end": {
          "line": 249,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11595,
      "end": 11596,
      "loc": {
        "start": {
          "line": 249,
          "column": 11
        },
        "end": {
          "line": 249,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startAngle",
      "start": 11596,
      "end": 11606,
      "loc": {
        "start": {
          "line": 249,
          "column": 12
        },
        "end": {
          "line": 249,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 11607,
      "end": 11608,
      "loc": {
        "start": {
          "line": 249,
          "column": 23
        },
        "end": {
          "line": 249,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endAngle",
      "start": 11609,
      "end": 11617,
      "loc": {
        "start": {
          "line": 249,
          "column": 25
        },
        "end": {
          "line": 249,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11617,
      "end": 11618,
      "loc": {
        "start": {
          "line": 249,
          "column": 33
        },
        "end": {
          "line": 249,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endAngle",
      "start": 11619,
      "end": 11627,
      "loc": {
        "start": {
          "line": 249,
          "column": 35
        },
        "end": {
          "line": 249,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 11628,
      "end": 11630,
      "loc": {
        "start": {
          "line": 249,
          "column": 44
        },
        "end": {
          "line": 249,
          "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": 11631,
      "end": 11632,
      "loc": {
        "start": {
          "line": 249,
          "column": 47
        },
        "end": {
          "line": 249,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 11633,
      "end": 11634,
      "loc": {
        "start": {
          "line": 249,
          "column": 49
        },
        "end": {
          "line": 249,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 11635,
      "end": 11639,
      "loc": {
        "start": {
          "line": 249,
          "column": 51
        },
        "end": {
          "line": 249,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11639,
      "end": 11640,
      "loc": {
        "start": {
          "line": 249,
          "column": 55
        },
        "end": {
          "line": 249,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "PI",
      "start": 11640,
      "end": 11642,
      "loc": {
        "start": {
          "line": 249,
          "column": 56
        },
        "end": {
          "line": 249,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11642,
      "end": 11643,
      "loc": {
        "start": {
          "line": 249,
          "column": 58
        },
        "end": {
          "line": 249,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11648,
      "end": 11649,
      "loc": {
        "start": {
          "line": 250,
          "column": 4
        },
        "end": {
          "line": 250,
          "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": 11655,
      "end": 11660,
      "loc": {
        "start": {
          "line": 252,
          "column": 4
        },
        "end": {
          "line": 252,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "midAngle",
      "start": 11661,
      "end": 11669,
      "loc": {
        "start": {
          "line": 252,
          "column": 10
        },
        "end": {
          "line": 252,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11670,
      "end": 11671,
      "loc": {
        "start": {
          "line": 252,
          "column": 19
        },
        "end": {
          "line": 252,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11672,
      "end": 11673,
      "loc": {
        "start": {
          "line": 252,
          "column": 21
        },
        "end": {
          "line": 252,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startAngle",
      "start": 11673,
      "end": 11683,
      "loc": {
        "start": {
          "line": 252,
          "column": 22
        },
        "end": {
          "line": 252,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 11684,
      "end": 11685,
      "loc": {
        "start": {
          "line": 252,
          "column": 33
        },
        "end": {
          "line": 252,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endAngle",
      "start": 11686,
      "end": 11694,
      "loc": {
        "start": {
          "line": 252,
          "column": 35
        },
        "end": {
          "line": 252,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11694,
      "end": 11695,
      "loc": {
        "start": {
          "line": 252,
          "column": 43
        },
        "end": {
          "line": 252,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 11696,
      "end": 11697,
      "loc": {
        "start": {
          "line": 252,
          "column": 45
        },
        "end": {
          "line": 252,
          "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": 11698,
      "end": 11699,
      "loc": {
        "start": {
          "line": 252,
          "column": 47
        },
        "end": {
          "line": 252,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11699,
      "end": 11700,
      "loc": {
        "start": {
          "line": 252,
          "column": 48
        },
        "end": {
          "line": 252,
          "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": 11705,
      "end": 11710,
      "loc": {
        "start": {
          "line": 253,
          "column": 4
        },
        "end": {
          "line": 253,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vecMid",
      "start": 11711,
      "end": 11717,
      "loc": {
        "start": {
          "line": 253,
          "column": 10
        },
        "end": {
          "line": 253,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11718,
      "end": 11719,
      "loc": {
        "start": {
          "line": 253,
          "column": 17
        },
        "end": {
          "line": 253,
          "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": 11720,
      "end": 11723,
      "loc": {
        "start": {
          "line": 253,
          "column": 19
        },
        "end": {
          "line": 253,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 11724,
      "end": 11729,
      "loc": {
        "start": {
          "line": 253,
          "column": 23
        },
        "end": {
          "line": 253,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11729,
      "end": 11730,
      "loc": {
        "start": {
          "line": 253,
          "column": 28
        },
        "end": {
          "line": 253,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 11730,
      "end": 11737,
      "loc": {
        "start": {
          "line": 253,
          "column": 29
        },
        "end": {
          "line": 253,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11737,
      "end": 11738,
      "loc": {
        "start": {
          "line": 253,
          "column": 36
        },
        "end": {
          "line": 253,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 11738,
      "end": 11742,
      "loc": {
        "start": {
          "line": 253,
          "column": 37
        },
        "end": {
          "line": 253,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11742,
      "end": 11743,
      "loc": {
        "start": {
          "line": 253,
          "column": 41
        },
        "end": {
          "line": 253,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cos",
      "start": 11743,
      "end": 11746,
      "loc": {
        "start": {
          "line": 253,
          "column": 42
        },
        "end": {
          "line": 253,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11746,
      "end": 11747,
      "loc": {
        "start": {
          "line": 253,
          "column": 45
        },
        "end": {
          "line": 253,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "midAngle",
      "start": 11747,
      "end": 11755,
      "loc": {
        "start": {
          "line": 253,
          "column": 46
        },
        "end": {
          "line": 253,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11755,
      "end": 11756,
      "loc": {
        "start": {
          "line": 253,
          "column": 54
        },
        "end": {
          "line": 253,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11756,
      "end": 11757,
      "loc": {
        "start": {
          "line": 253,
          "column": 55
        },
        "end": {
          "line": 253,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 11758,
      "end": 11762,
      "loc": {
        "start": {
          "line": 253,
          "column": 57
        },
        "end": {
          "line": 253,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11762,
      "end": 11763,
      "loc": {
        "start": {
          "line": 253,
          "column": 61
        },
        "end": {
          "line": 253,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sin",
      "start": 11763,
      "end": 11766,
      "loc": {
        "start": {
          "line": 253,
          "column": 62
        },
        "end": {
          "line": 253,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11766,
      "end": 11767,
      "loc": {
        "start": {
          "line": 253,
          "column": 65
        },
        "end": {
          "line": 253,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "midAngle",
      "start": 11767,
      "end": 11775,
      "loc": {
        "start": {
          "line": 253,
          "column": 66
        },
        "end": {
          "line": 253,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11775,
      "end": 11776,
      "loc": {
        "start": {
          "line": 253,
          "column": 74
        },
        "end": {
          "line": 253,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11776,
      "end": 11777,
      "loc": {
        "start": {
          "line": 253,
          "column": 75
        },
        "end": {
          "line": 253,
          "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": 11778,
      "end": 11779,
      "loc": {
        "start": {
          "line": 253,
          "column": 77
        },
        "end": {
          "line": 253,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11779,
      "end": 11780,
      "loc": {
        "start": {
          "line": 253,
          "column": 78
        },
        "end": {
          "line": 253,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11780,
      "end": 11781,
      "loc": {
        "start": {
          "line": 253,
          "column": 79
        },
        "end": {
          "line": 253,
          "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": 11786,
      "end": 11791,
      "loc": {
        "start": {
          "line": 254,
          "column": 4
        },
        "end": {
          "line": 254,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mid",
      "start": 11792,
      "end": 11795,
      "loc": {
        "start": {
          "line": 254,
          "column": 10
        },
        "end": {
          "line": 254,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11796,
      "end": 11797,
      "loc": {
        "start": {
          "line": 254,
          "column": 14
        },
        "end": {
          "line": 254,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "params",
      "start": 11798,
      "end": 11804,
      "loc": {
        "start": {
          "line": 254,
          "column": 16
        },
        "end": {
          "line": 254,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11804,
      "end": 11805,
      "loc": {
        "start": {
          "line": 254,
          "column": 22
        },
        "end": {
          "line": 254,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 11805,
      "end": 11811,
      "loc": {
        "start": {
          "line": 254,
          "column": 23
        },
        "end": {
          "line": 254,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11811,
      "end": 11812,
      "loc": {
        "start": {
          "line": 254,
          "column": 29
        },
        "end": {
          "line": 254,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 11812,
      "end": 11817,
      "loc": {
        "start": {
          "line": 254,
          "column": 30
        },
        "end": {
          "line": 254,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11817,
      "end": 11818,
      "loc": {
        "start": {
          "line": 254,
          "column": 35
        },
        "end": {
          "line": 254,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11818,
      "end": 11819,
      "loc": {
        "start": {
          "line": 254,
          "column": 36
        },
        "end": {
          "line": 254,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11819,
      "end": 11820,
      "loc": {
        "start": {
          "line": 254,
          "column": 37
        },
        "end": {
          "line": 254,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addScaledVector",
      "start": 11820,
      "end": 11835,
      "loc": {
        "start": {
          "line": 254,
          "column": 38
        },
        "end": {
          "line": 254,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11835,
      "end": 11836,
      "loc": {
        "start": {
          "line": 254,
          "column": 53
        },
        "end": {
          "line": 254,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vecMid",
      "start": 11836,
      "end": 11842,
      "loc": {
        "start": {
          "line": 254,
          "column": 54
        },
        "end": {
          "line": 254,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11842,
      "end": 11843,
      "loc": {
        "start": {
          "line": 254,
          "column": 60
        },
        "end": {
          "line": 254,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 11844,
      "end": 11850,
      "loc": {
        "start": {
          "line": 254,
          "column": 62
        },
        "end": {
          "line": 254,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11850,
      "end": 11851,
      "loc": {
        "start": {
          "line": 254,
          "column": 68
        },
        "end": {
          "line": 254,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11851,
      "end": 11852,
      "loc": {
        "start": {
          "line": 254,
          "column": 69
        },
        "end": {
          "line": 254,
          "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": 11858,
      "end": 11864,
      "loc": {
        "start": {
          "line": 256,
          "column": 4
        },
        "end": {
          "line": 256,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11865,
      "end": 11866,
      "loc": {
        "start": {
          "line": 256,
          "column": 11
        },
        "end": {
          "line": 256,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 11875,
      "end": 11881,
      "loc": {
        "start": {
          "line": 257,
          "column": 8
        },
        "end": {
          "line": 257,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11881,
      "end": 11882,
      "loc": {
        "start": {
          "line": 257,
          "column": 14
        },
        "end": {
          "line": 257,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "params",
      "start": 11883,
      "end": 11889,
      "loc": {
        "start": {
          "line": 257,
          "column": 16
        },
        "end": {
          "line": 257,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11889,
      "end": 11890,
      "loc": {
        "start": {
          "line": 257,
          "column": 22
        },
        "end": {
          "line": 257,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 11890,
      "end": 11896,
      "loc": {
        "start": {
          "line": 257,
          "column": 23
        },
        "end": {
          "line": 257,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11896,
      "end": 11897,
      "loc": {
        "start": {
          "line": 257,
          "column": 29
        },
        "end": {
          "line": 257,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 11897,
      "end": 11902,
      "loc": {
        "start": {
          "line": 257,
          "column": 30
        },
        "end": {
          "line": 257,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11902,
      "end": 11903,
      "loc": {
        "start": {
          "line": 257,
          "column": 35
        },
        "end": {
          "line": 257,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11903,
      "end": 11904,
      "loc": {
        "start": {
          "line": 257,
          "column": 36
        },
        "end": {
          "line": 257,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11904,
      "end": 11905,
      "loc": {
        "start": {
          "line": 257,
          "column": 37
        },
        "end": {
          "line": 257,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mid",
      "start": 11914,
      "end": 11917,
      "loc": {
        "start": {
          "line": 258,
          "column": 8
        },
        "end": {
          "line": 258,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11917,
      "end": 11918,
      "loc": {
        "start": {
          "line": 258,
          "column": 11
        },
        "end": {
          "line": 258,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 11927,
      "end": 11933,
      "loc": {
        "start": {
          "line": 259,
          "column": 8
        },
        "end": {
          "line": 259,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11933,
      "end": 11934,
      "loc": {
        "start": {
          "line": 259,
          "column": 14
        },
        "end": {
          "line": 259,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 11943,
      "end": 11948,
      "loc": {
        "start": {
          "line": 260,
          "column": 8
        },
        "end": {
          "line": 260,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11948,
      "end": 11949,
      "loc": {
        "start": {
          "line": 260,
          "column": 13
        },
        "end": {
          "line": 260,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startAngle",
      "start": 11950,
      "end": 11960,
      "loc": {
        "start": {
          "line": 260,
          "column": 15
        },
        "end": {
          "line": 260,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11960,
      "end": 11961,
      "loc": {
        "start": {
          "line": 260,
          "column": 25
        },
        "end": {
          "line": 260,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 11970,
      "end": 11973,
      "loc": {
        "start": {
          "line": 261,
          "column": 8
        },
        "end": {
          "line": 261,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11973,
      "end": 11974,
      "loc": {
        "start": {
          "line": 261,
          "column": 11
        },
        "end": {
          "line": 261,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endAngle",
      "start": 11975,
      "end": 11983,
      "loc": {
        "start": {
          "line": 261,
          "column": 13
        },
        "end": {
          "line": 261,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11983,
      "end": 11984,
      "loc": {
        "start": {
          "line": 261,
          "column": 21
        },
        "end": {
          "line": 261,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bulge",
      "start": 11993,
      "end": 11998,
      "loc": {
        "start": {
          "line": 262,
          "column": 8
        },
        "end": {
          "line": 262,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11998,
      "end": 11999,
      "loc": {
        "start": {
          "line": 262,
          "column": 13
        },
        "end": {
          "line": 262,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 12000,
      "end": 12004,
      "loc": {
        "start": {
          "line": 262,
          "column": 15
        },
        "end": {
          "line": 262,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12004,
      "end": 12005,
      "loc": {
        "start": {
          "line": 262,
          "column": 19
        },
        "end": {
          "line": 262,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tan",
      "start": 12005,
      "end": 12008,
      "loc": {
        "start": {
          "line": 262,
          "column": 20
        },
        "end": {
          "line": 262,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12008,
      "end": 12009,
      "loc": {
        "start": {
          "line": 262,
          "column": 23
        },
        "end": {
          "line": 262,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12009,
      "end": 12010,
      "loc": {
        "start": {
          "line": 262,
          "column": 24
        },
        "end": {
          "line": 262,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endAngle",
      "start": 12010,
      "end": 12018,
      "loc": {
        "start": {
          "line": 262,
          "column": 25
        },
        "end": {
          "line": 262,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 12019,
      "end": 12020,
      "loc": {
        "start": {
          "line": 262,
          "column": 34
        },
        "end": {
          "line": 262,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startAngle",
      "start": 12021,
      "end": 12031,
      "loc": {
        "start": {
          "line": 262,
          "column": 36
        },
        "end": {
          "line": 262,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12031,
      "end": 12032,
      "loc": {
        "start": {
          "line": 262,
          "column": 46
        },
        "end": {
          "line": 262,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 12033,
      "end": 12034,
      "loc": {
        "start": {
          "line": 262,
          "column": 48
        },
        "end": {
          "line": 262,
          "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": 12035,
      "end": 12036,
      "loc": {
        "start": {
          "line": 262,
          "column": 50
        },
        "end": {
          "line": 262,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12036,
      "end": 12037,
      "loc": {
        "start": {
          "line": 262,
          "column": 51
        },
        "end": {
          "line": 262,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12037,
      "end": 12038,
      "loc": {
        "start": {
          "line": 262,
          "column": 52
        },
        "end": {
          "line": 262,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12043,
      "end": 12044,
      "loc": {
        "start": {
          "line": 263,
          "column": 4
        },
        "end": {
          "line": 263,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12044,
      "end": 12045,
      "loc": {
        "start": {
          "line": 263,
          "column": 5
        },
        "end": {
          "line": 263,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12046,
      "end": 12047,
      "loc": {
        "start": {
          "line": 264,
          "column": 0
        },
        "end": {
          "line": 264,
          "column": 1
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "returns intersection point of given two lines",
      "start": 12049,
      "end": 12096,
      "loc": {
        "start": {
          "line": 266,
          "column": 0
        },
        "end": {
          "line": 266,
          "column": 47
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "if angularTolerance is set, then null is returned when lines are parallel",
      "start": 12097,
      "end": 12172,
      "loc": {
        "start": {
          "line": 267,
          "column": 0
        },
        "end": {
          "line": 267,
          "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": 12173,
      "end": 12179,
      "loc": {
        "start": {
          "line": 268,
          "column": 0
        },
        "end": {
          "line": 268,
          "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": 12180,
      "end": 12188,
      "loc": {
        "start": {
          "line": 268,
          "column": 7
        },
        "end": {
          "line": 268,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersectLines",
      "start": 12189,
      "end": 12203,
      "loc": {
        "start": {
          "line": 268,
          "column": 16
        },
        "end": {
          "line": 268,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12203,
      "end": 12204,
      "loc": {
        "start": {
          "line": 268,
          "column": 30
        },
        "end": {
          "line": 268,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pntA",
      "start": 12204,
      "end": 12208,
      "loc": {
        "start": {
          "line": 268,
          "column": 31
        },
        "end": {
          "line": 268,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12208,
      "end": 12209,
      "loc": {
        "start": {
          "line": 268,
          "column": 35
        },
        "end": {
          "line": 268,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirA",
      "start": 12210,
      "end": 12214,
      "loc": {
        "start": {
          "line": 268,
          "column": 37
        },
        "end": {
          "line": 268,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12214,
      "end": 12215,
      "loc": {
        "start": {
          "line": 268,
          "column": 41
        },
        "end": {
          "line": 268,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pntB",
      "start": 12216,
      "end": 12220,
      "loc": {
        "start": {
          "line": 268,
          "column": 43
        },
        "end": {
          "line": 268,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12220,
      "end": 12221,
      "loc": {
        "start": {
          "line": 268,
          "column": 47
        },
        "end": {
          "line": 268,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirB",
      "start": 12222,
      "end": 12226,
      "loc": {
        "start": {
          "line": 268,
          "column": 49
        },
        "end": {
          "line": 268,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12226,
      "end": 12227,
      "loc": {
        "start": {
          "line": 268,
          "column": 53
        },
        "end": {
          "line": 268,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angularTolerance",
      "start": 12228,
      "end": 12244,
      "loc": {
        "start": {
          "line": 268,
          "column": 55
        },
        "end": {
          "line": 268,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12244,
      "end": 12245,
      "loc": {
        "start": {
          "line": 268,
          "column": 71
        },
        "end": {
          "line": 268,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12246,
      "end": 12247,
      "loc": {
        "start": {
          "line": 268,
          "column": 73
        },
        "end": {
          "line": 268,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angularTolerance",
      "start": 12252,
      "end": 12268,
      "loc": {
        "start": {
          "line": 269,
          "column": 4
        },
        "end": {
          "line": 269,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12269,
      "end": 12270,
      "loc": {
        "start": {
          "line": 269,
          "column": 21
        },
        "end": {
          "line": 269,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angularTolerance",
      "start": 12271,
      "end": 12287,
      "loc": {
        "start": {
          "line": 269,
          "column": 23
        },
        "end": {
          "line": 269,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 12288,
      "end": 12290,
      "loc": {
        "start": {
          "line": 269,
          "column": 40
        },
        "end": {
          "line": 269,
          "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": 12291,
      "end": 12296,
      "loc": {
        "start": {
          "line": 269,
          "column": 43
        },
        "end": {
          "line": 269,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12296,
      "end": 12297,
      "loc": {
        "start": {
          "line": 269,
          "column": 48
        },
        "end": {
          "line": 269,
          "column": 49
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "mach.eps. by default",
      "start": 12298,
      "end": 12320,
      "loc": {
        "start": {
          "line": 269,
          "column": 50
        },
        "end": {
          "line": 269,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirA",
      "start": 12325,
      "end": 12329,
      "loc": {
        "start": {
          "line": 270,
          "column": 4
        },
        "end": {
          "line": 270,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12330,
      "end": 12331,
      "loc": {
        "start": {
          "line": 270,
          "column": 9
        },
        "end": {
          "line": 270,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirA",
      "start": 12332,
      "end": 12336,
      "loc": {
        "start": {
          "line": 270,
          "column": 11
        },
        "end": {
          "line": 270,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12336,
      "end": 12337,
      "loc": {
        "start": {
          "line": 270,
          "column": 15
        },
        "end": {
          "line": 270,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 12337,
      "end": 12342,
      "loc": {
        "start": {
          "line": 270,
          "column": 16
        },
        "end": {
          "line": 270,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12342,
      "end": 12343,
      "loc": {
        "start": {
          "line": 270,
          "column": 21
        },
        "end": {
          "line": 270,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12343,
      "end": 12344,
      "loc": {
        "start": {
          "line": 270,
          "column": 22
        },
        "end": {
          "line": 270,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12344,
      "end": 12345,
      "loc": {
        "start": {
          "line": 270,
          "column": 23
        },
        "end": {
          "line": 270,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normalize",
      "start": 12345,
      "end": 12354,
      "loc": {
        "start": {
          "line": 270,
          "column": 24
        },
        "end": {
          "line": 270,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12354,
      "end": 12355,
      "loc": {
        "start": {
          "line": 270,
          "column": 33
        },
        "end": {
          "line": 270,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12355,
      "end": 12356,
      "loc": {
        "start": {
          "line": 270,
          "column": 34
        },
        "end": {
          "line": 270,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12356,
      "end": 12357,
      "loc": {
        "start": {
          "line": 270,
          "column": 35
        },
        "end": {
          "line": 270,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirB",
      "start": 12362,
      "end": 12366,
      "loc": {
        "start": {
          "line": 271,
          "column": 4
        },
        "end": {
          "line": 271,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12367,
      "end": 12368,
      "loc": {
        "start": {
          "line": 271,
          "column": 9
        },
        "end": {
          "line": 271,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirB",
      "start": 12369,
      "end": 12373,
      "loc": {
        "start": {
          "line": 271,
          "column": 11
        },
        "end": {
          "line": 271,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12373,
      "end": 12374,
      "loc": {
        "start": {
          "line": 271,
          "column": 15
        },
        "end": {
          "line": 271,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 12374,
      "end": 12379,
      "loc": {
        "start": {
          "line": 271,
          "column": 16
        },
        "end": {
          "line": 271,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12379,
      "end": 12380,
      "loc": {
        "start": {
          "line": 271,
          "column": 21
        },
        "end": {
          "line": 271,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12380,
      "end": 12381,
      "loc": {
        "start": {
          "line": 271,
          "column": 22
        },
        "end": {
          "line": 271,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12381,
      "end": 12382,
      "loc": {
        "start": {
          "line": 271,
          "column": 23
        },
        "end": {
          "line": 271,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normalize",
      "start": 12382,
      "end": 12391,
      "loc": {
        "start": {
          "line": 271,
          "column": 24
        },
        "end": {
          "line": 271,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12391,
      "end": 12392,
      "loc": {
        "start": {
          "line": 271,
          "column": 33
        },
        "end": {
          "line": 271,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12392,
      "end": 12393,
      "loc": {
        "start": {
          "line": 271,
          "column": 34
        },
        "end": {
          "line": 271,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12393,
      "end": 12394,
      "loc": {
        "start": {
          "line": 271,
          "column": 35
        },
        "end": {
          "line": 271,
          "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": 12399,
      "end": 12401,
      "loc": {
        "start": {
          "line": 272,
          "column": 4
        },
        "end": {
          "line": 272,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12402,
      "end": 12403,
      "loc": {
        "start": {
          "line": 272,
          "column": 7
        },
        "end": {
          "line": 272,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirA",
      "start": 12412,
      "end": 12416,
      "loc": {
        "start": {
          "line": 273,
          "column": 8
        },
        "end": {
          "line": 273,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12416,
      "end": 12417,
      "loc": {
        "start": {
          "line": 273,
          "column": 12
        },
        "end": {
          "line": 273,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 12417,
      "end": 12423,
      "loc": {
        "start": {
          "line": 273,
          "column": 13
        },
        "end": {
          "line": 273,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12423,
      "end": 12424,
      "loc": {
        "start": {
          "line": 273,
          "column": 19
        },
        "end": {
          "line": 273,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12424,
      "end": 12425,
      "loc": {
        "start": {
          "line": 273,
          "column": 20
        },
        "end": {
          "line": 273,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 12426,
      "end": 12427,
      "loc": {
        "start": {
          "line": 273,
          "column": 22
        },
        "end": {
          "line": 273,
          "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": 12428,
      "end": 12431,
      "loc": {
        "start": {
          "line": 273,
          "column": 24
        },
        "end": {
          "line": 273,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 12432,
      "end": 12434,
      "loc": {
        "start": {
          "line": 273,
          "column": 28
        },
        "end": {
          "line": 273,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirB",
      "start": 12435,
      "end": 12439,
      "loc": {
        "start": {
          "line": 273,
          "column": 31
        },
        "end": {
          "line": 273,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12439,
      "end": 12440,
      "loc": {
        "start": {
          "line": 273,
          "column": 35
        },
        "end": {
          "line": 273,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 12440,
      "end": 12446,
      "loc": {
        "start": {
          "line": 273,
          "column": 36
        },
        "end": {
          "line": 273,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12446,
      "end": 12447,
      "loc": {
        "start": {
          "line": 273,
          "column": 42
        },
        "end": {
          "line": 273,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12447,
      "end": 12448,
      "loc": {
        "start": {
          "line": 273,
          "column": 43
        },
        "end": {
          "line": 273,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 12449,
      "end": 12450,
      "loc": {
        "start": {
          "line": 273,
          "column": 45
        },
        "end": {
          "line": 273,
          "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": 12451,
      "end": 12454,
      "loc": {
        "start": {
          "line": 273,
          "column": 47
        },
        "end": {
          "line": 273,
          "column": 50
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "must be 1",
      "start": 12455,
      "end": 12466,
      "loc": {
        "start": {
          "line": 273,
          "column": 51
        },
        "end": {
          "line": 273,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12471,
      "end": 12472,
      "loc": {
        "start": {
          "line": 274,
          "column": 4
        },
        "end": {
          "line": 274,
          "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": 12481,
      "end": 12487,
      "loc": {
        "start": {
          "line": 275,
          "column": 8
        },
        "end": {
          "line": 275,
          "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": 12488,
      "end": 12492,
      "loc": {
        "start": {
          "line": 275,
          "column": 15
        },
        "end": {
          "line": 275,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12492,
      "end": 12493,
      "loc": {
        "start": {
          "line": 275,
          "column": 19
        },
        "end": {
          "line": 275,
          "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": 12498,
      "end": 12501,
      "loc": {
        "start": {
          "line": 276,
          "column": 4
        },
        "end": {
          "line": 276,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "PxQ",
      "start": 12502,
      "end": 12505,
      "loc": {
        "start": {
          "line": 276,
          "column": 8
        },
        "end": {
          "line": 276,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12506,
      "end": 12507,
      "loc": {
        "start": {
          "line": 276,
          "column": 12
        },
        "end": {
          "line": 276,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cross",
      "start": 12508,
      "end": 12513,
      "loc": {
        "start": {
          "line": 276,
          "column": 14
        },
        "end": {
          "line": 276,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12513,
      "end": 12514,
      "loc": {
        "start": {
          "line": 276,
          "column": 19
        },
        "end": {
          "line": 276,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirA",
      "start": 12514,
      "end": 12518,
      "loc": {
        "start": {
          "line": 276,
          "column": 20
        },
        "end": {
          "line": 276,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12518,
      "end": 12519,
      "loc": {
        "start": {
          "line": 276,
          "column": 24
        },
        "end": {
          "line": 276,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirB",
      "start": 12520,
      "end": 12524,
      "loc": {
        "start": {
          "line": 276,
          "column": 26
        },
        "end": {
          "line": 276,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12524,
      "end": 12525,
      "loc": {
        "start": {
          "line": 276,
          "column": 30
        },
        "end": {
          "line": 276,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12525,
      "end": 12526,
      "loc": {
        "start": {
          "line": 276,
          "column": 31
        },
        "end": {
          "line": 276,
          "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": 12531,
      "end": 12533,
      "loc": {
        "start": {
          "line": 277,
          "column": 4
        },
        "end": {
          "line": 277,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12534,
      "end": 12535,
      "loc": {
        "start": {
          "line": 277,
          "column": 7
        },
        "end": {
          "line": 277,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 12535,
      "end": 12539,
      "loc": {
        "start": {
          "line": 277,
          "column": 8
        },
        "end": {
          "line": 277,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12539,
      "end": 12540,
      "loc": {
        "start": {
          "line": 277,
          "column": 12
        },
        "end": {
          "line": 277,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "abs",
      "start": 12540,
      "end": 12543,
      "loc": {
        "start": {
          "line": 277,
          "column": 13
        },
        "end": {
          "line": 277,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12543,
      "end": 12544,
      "loc": {
        "start": {
          "line": 277,
          "column": 16
        },
        "end": {
          "line": 277,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "PxQ",
      "start": 12544,
      "end": 12547,
      "loc": {
        "start": {
          "line": 277,
          "column": 17
        },
        "end": {
          "line": 277,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12547,
      "end": 12548,
      "loc": {
        "start": {
          "line": 277,
          "column": 20
        },
        "end": {
          "line": 277,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<=",
      "start": 12549,
      "end": 12551,
      "loc": {
        "start": {
          "line": 277,
          "column": 22
        },
        "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": "angularTolerance",
      "start": 12552,
      "end": 12568,
      "loc": {
        "start": {
          "line": 277,
          "column": 25
        },
        "end": {
          "line": 277,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12568,
      "end": 12569,
      "loc": {
        "start": {
          "line": 277,
          "column": 41
        },
        "end": {
          "line": 277,
          "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": 12570,
      "end": 12576,
      "loc": {
        "start": {
          "line": 277,
          "column": 43
        },
        "end": {
          "line": 277,
          "column": 49
        }
      }
    },
    {
      "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": 12577,
      "end": 12581,
      "loc": {
        "start": {
          "line": 277,
          "column": 50
        },
        "end": {
          "line": 277,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12581,
      "end": 12582,
      "loc": {
        "start": {
          "line": 277,
          "column": 54
        },
        "end": {
          "line": 277,
          "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": 12587,
      "end": 12590,
      "loc": {
        "start": {
          "line": 278,
          "column": 4
        },
        "end": {
          "line": 278,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BmAxQ",
      "start": 12591,
      "end": 12596,
      "loc": {
        "start": {
          "line": 278,
          "column": 8
        },
        "end": {
          "line": 278,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12597,
      "end": 12598,
      "loc": {
        "start": {
          "line": 278,
          "column": 14
        },
        "end": {
          "line": 278,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cross",
      "start": 12599,
      "end": 12604,
      "loc": {
        "start": {
          "line": 278,
          "column": 16
        },
        "end": {
          "line": 278,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12604,
      "end": 12605,
      "loc": {
        "start": {
          "line": 278,
          "column": 21
        },
        "end": {
          "line": 278,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pntB",
      "start": 12605,
      "end": 12609,
      "loc": {
        "start": {
          "line": 278,
          "column": 22
        },
        "end": {
          "line": 278,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12609,
      "end": 12610,
      "loc": {
        "start": {
          "line": 278,
          "column": 26
        },
        "end": {
          "line": 278,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 12610,
      "end": 12615,
      "loc": {
        "start": {
          "line": 278,
          "column": 27
        },
        "end": {
          "line": 278,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12615,
      "end": 12616,
      "loc": {
        "start": {
          "line": 278,
          "column": 32
        },
        "end": {
          "line": 278,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12616,
      "end": 12617,
      "loc": {
        "start": {
          "line": 278,
          "column": 33
        },
        "end": {
          "line": 278,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12617,
      "end": 12618,
      "loc": {
        "start": {
          "line": 278,
          "column": 34
        },
        "end": {
          "line": 278,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 12618,
      "end": 12621,
      "loc": {
        "start": {
          "line": 278,
          "column": 35
        },
        "end": {
          "line": 278,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12621,
      "end": 12622,
      "loc": {
        "start": {
          "line": 278,
          "column": 38
        },
        "end": {
          "line": 278,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pntA",
      "start": 12622,
      "end": 12626,
      "loc": {
        "start": {
          "line": 278,
          "column": 39
        },
        "end": {
          "line": 278,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12626,
      "end": 12627,
      "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": null,
        "updateContext": null
      },
      "start": 12627,
      "end": 12628,
      "loc": {
        "start": {
          "line": 278,
          "column": 44
        },
        "end": {
          "line": 278,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirB",
      "start": 12629,
      "end": 12633,
      "loc": {
        "start": {
          "line": 278,
          "column": 46
        },
        "end": {
          "line": 278,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12633,
      "end": 12634,
      "loc": {
        "start": {
          "line": 278,
          "column": 50
        },
        "end": {
          "line": 278,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12634,
      "end": 12635,
      "loc": {
        "start": {
          "line": 278,
          "column": 51
        },
        "end": {
          "line": 278,
          "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": 12640,
      "end": 12643,
      "loc": {
        "start": {
          "line": 279,
          "column": 4
        },
        "end": {
          "line": 279,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BmAxP",
      "start": 12644,
      "end": 12649,
      "loc": {
        "start": {
          "line": 279,
          "column": 8
        },
        "end": {
          "line": 279,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12650,
      "end": 12651,
      "loc": {
        "start": {
          "line": 279,
          "column": 14
        },
        "end": {
          "line": 279,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cross",
      "start": 12652,
      "end": 12657,
      "loc": {
        "start": {
          "line": 279,
          "column": 16
        },
        "end": {
          "line": 279,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12657,
      "end": 12658,
      "loc": {
        "start": {
          "line": 279,
          "column": 21
        },
        "end": {
          "line": 279,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pntB",
      "start": 12658,
      "end": 12662,
      "loc": {
        "start": {
          "line": 279,
          "column": 22
        },
        "end": {
          "line": 279,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12662,
      "end": 12663,
      "loc": {
        "start": {
          "line": 279,
          "column": 26
        },
        "end": {
          "line": 279,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 12663,
      "end": 12668,
      "loc": {
        "start": {
          "line": 279,
          "column": 27
        },
        "end": {
          "line": 279,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12668,
      "end": 12669,
      "loc": {
        "start": {
          "line": 279,
          "column": 32
        },
        "end": {
          "line": 279,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12669,
      "end": 12670,
      "loc": {
        "start": {
          "line": 279,
          "column": 33
        },
        "end": {
          "line": 279,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12670,
      "end": 12671,
      "loc": {
        "start": {
          "line": 279,
          "column": 34
        },
        "end": {
          "line": 279,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 12671,
      "end": 12674,
      "loc": {
        "start": {
          "line": 279,
          "column": 35
        },
        "end": {
          "line": 279,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12674,
      "end": 12675,
      "loc": {
        "start": {
          "line": 279,
          "column": 38
        },
        "end": {
          "line": 279,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pntA",
      "start": 12675,
      "end": 12679,
      "loc": {
        "start": {
          "line": 279,
          "column": 39
        },
        "end": {
          "line": 279,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12679,
      "end": 12680,
      "loc": {
        "start": {
          "line": 279,
          "column": 43
        },
        "end": {
          "line": 279,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12680,
      "end": 12681,
      "loc": {
        "start": {
          "line": 279,
          "column": 44
        },
        "end": {
          "line": 279,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirA",
      "start": 12682,
      "end": 12686,
      "loc": {
        "start": {
          "line": 279,
          "column": 46
        },
        "end": {
          "line": 279,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12686,
      "end": 12687,
      "loc": {
        "start": {
          "line": 279,
          "column": 50
        },
        "end": {
          "line": 279,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12687,
      "end": 12688,
      "loc": {
        "start": {
          "line": 279,
          "column": 51
        },
        "end": {
          "line": 279,
          "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": 12693,
      "end": 12696,
      "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": "paramA",
      "start": 12697,
      "end": 12703,
      "loc": {
        "start": {
          "line": 280,
          "column": 8
        },
        "end": {
          "line": 280,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12704,
      "end": 12705,
      "loc": {
        "start": {
          "line": 280,
          "column": 15
        },
        "end": {
          "line": 280,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BmAxQ",
      "start": 12706,
      "end": 12711,
      "loc": {
        "start": {
          "line": 280,
          "column": 17
        },
        "end": {
          "line": 280,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 12712,
      "end": 12713,
      "loc": {
        "start": {
          "line": 280,
          "column": 23
        },
        "end": {
          "line": 280,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "PxQ",
      "start": 12714,
      "end": 12717,
      "loc": {
        "start": {
          "line": 280,
          "column": 25
        },
        "end": {
          "line": 280,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12717,
      "end": 12718,
      "loc": {
        "start": {
          "line": 280,
          "column": 28
        },
        "end": {
          "line": 280,
          "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": 12723,
      "end": 12726,
      "loc": {
        "start": {
          "line": 281,
          "column": 4
        },
        "end": {
          "line": 281,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "paramB",
      "start": 12727,
      "end": 12733,
      "loc": {
        "start": {
          "line": 281,
          "column": 8
        },
        "end": {
          "line": 281,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12734,
      "end": 12735,
      "loc": {
        "start": {
          "line": 281,
          "column": 15
        },
        "end": {
          "line": 281,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BmAxP",
      "start": 12736,
      "end": 12741,
      "loc": {
        "start": {
          "line": 281,
          "column": 17
        },
        "end": {
          "line": 281,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 12742,
      "end": 12743,
      "loc": {
        "start": {
          "line": 281,
          "column": 23
        },
        "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": "PxQ",
      "start": 12744,
      "end": 12747,
      "loc": {
        "start": {
          "line": 281,
          "column": 25
        },
        "end": {
          "line": 281,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12747,
      "end": 12748,
      "loc": {
        "start": {
          "line": 281,
          "column": 28
        },
        "end": {
          "line": 281,
          "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": 12753,
      "end": 12756,
      "loc": {
        "start": {
          "line": 282,
          "column": 4
        },
        "end": {
          "line": 282,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersA",
      "start": 12757,
      "end": 12764,
      "loc": {
        "start": {
          "line": 282,
          "column": 8
        },
        "end": {
          "line": 282,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12765,
      "end": 12766,
      "loc": {
        "start": {
          "line": 282,
          "column": 16
        },
        "end": {
          "line": 282,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirA",
      "start": 12767,
      "end": 12771,
      "loc": {
        "start": {
          "line": 282,
          "column": 18
        },
        "end": {
          "line": 282,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12771,
      "end": 12772,
      "loc": {
        "start": {
          "line": 282,
          "column": 22
        },
        "end": {
          "line": 282,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 12772,
      "end": 12777,
      "loc": {
        "start": {
          "line": 282,
          "column": 23
        },
        "end": {
          "line": 282,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12777,
      "end": 12778,
      "loc": {
        "start": {
          "line": 282,
          "column": 28
        },
        "end": {
          "line": 282,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12778,
      "end": 12779,
      "loc": {
        "start": {
          "line": 282,
          "column": 29
        },
        "end": {
          "line": 282,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12779,
      "end": 12780,
      "loc": {
        "start": {
          "line": 282,
          "column": 30
        },
        "end": {
          "line": 282,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "multiplyScalar",
      "start": 12780,
      "end": 12794,
      "loc": {
        "start": {
          "line": 282,
          "column": 31
        },
        "end": {
          "line": 282,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12794,
      "end": 12795,
      "loc": {
        "start": {
          "line": 282,
          "column": 45
        },
        "end": {
          "line": 282,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "paramA",
      "start": 12795,
      "end": 12801,
      "loc": {
        "start": {
          "line": 282,
          "column": 46
        },
        "end": {
          "line": 282,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12801,
      "end": 12802,
      "loc": {
        "start": {
          "line": 282,
          "column": 52
        },
        "end": {
          "line": 282,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12802,
      "end": 12803,
      "loc": {
        "start": {
          "line": 282,
          "column": 53
        },
        "end": {
          "line": 282,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 12803,
      "end": 12806,
      "loc": {
        "start": {
          "line": 282,
          "column": 54
        },
        "end": {
          "line": 282,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12806,
      "end": 12807,
      "loc": {
        "start": {
          "line": 282,
          "column": 57
        },
        "end": {
          "line": 282,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pntA",
      "start": 12807,
      "end": 12811,
      "loc": {
        "start": {
          "line": 282,
          "column": 58
        },
        "end": {
          "line": 282,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12811,
      "end": 12812,
      "loc": {
        "start": {
          "line": 282,
          "column": 62
        },
        "end": {
          "line": 282,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12812,
      "end": 12813,
      "loc": {
        "start": {
          "line": 282,
          "column": 63
        },
        "end": {
          "line": 282,
          "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": 12818,
      "end": 12821,
      "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": "intersB",
      "start": 12822,
      "end": 12829,
      "loc": {
        "start": {
          "line": 283,
          "column": 8
        },
        "end": {
          "line": 283,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12830,
      "end": 12831,
      "loc": {
        "start": {
          "line": 283,
          "column": 16
        },
        "end": {
          "line": 283,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dirB",
      "start": 12832,
      "end": 12836,
      "loc": {
        "start": {
          "line": 283,
          "column": 18
        },
        "end": {
          "line": 283,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12836,
      "end": 12837,
      "loc": {
        "start": {
          "line": 283,
          "column": 22
        },
        "end": {
          "line": 283,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 12837,
      "end": 12842,
      "loc": {
        "start": {
          "line": 283,
          "column": 23
        },
        "end": {
          "line": 283,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12842,
      "end": 12843,
      "loc": {
        "start": {
          "line": 283,
          "column": 28
        },
        "end": {
          "line": 283,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12843,
      "end": 12844,
      "loc": {
        "start": {
          "line": 283,
          "column": 29
        },
        "end": {
          "line": 283,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12844,
      "end": 12845,
      "loc": {
        "start": {
          "line": 283,
          "column": 30
        },
        "end": {
          "line": 283,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "multiplyScalar",
      "start": 12845,
      "end": 12859,
      "loc": {
        "start": {
          "line": 283,
          "column": 31
        },
        "end": {
          "line": 283,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12859,
      "end": 12860,
      "loc": {
        "start": {
          "line": 283,
          "column": 45
        },
        "end": {
          "line": 283,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "paramB",
      "start": 12860,
      "end": 12866,
      "loc": {
        "start": {
          "line": 283,
          "column": 46
        },
        "end": {
          "line": 283,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12866,
      "end": 12867,
      "loc": {
        "start": {
          "line": 283,
          "column": 52
        },
        "end": {
          "line": 283,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12867,
      "end": 12868,
      "loc": {
        "start": {
          "line": 283,
          "column": 53
        },
        "end": {
          "line": 283,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 12868,
      "end": 12871,
      "loc": {
        "start": {
          "line": 283,
          "column": 54
        },
        "end": {
          "line": 283,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12871,
      "end": 12872,
      "loc": {
        "start": {
          "line": 283,
          "column": 57
        },
        "end": {
          "line": 283,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pntB",
      "start": 12872,
      "end": 12876,
      "loc": {
        "start": {
          "line": 283,
          "column": 58
        },
        "end": {
          "line": 283,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12876,
      "end": 12877,
      "loc": {
        "start": {
          "line": 283,
          "column": 62
        },
        "end": {
          "line": 283,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12877,
      "end": 12878,
      "loc": {
        "start": {
          "line": 283,
          "column": 63
        },
        "end": {
          "line": 283,
          "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": 12883,
      "end": 12886,
      "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": "inters",
      "start": 12887,
      "end": 12893,
      "loc": {
        "start": {
          "line": 284,
          "column": 8
        },
        "end": {
          "line": 284,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12894,
      "end": 12895,
      "loc": {
        "start": {
          "line": 284,
          "column": 15
        },
        "end": {
          "line": 284,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersA",
      "start": 12896,
      "end": 12903,
      "loc": {
        "start": {
          "line": 284,
          "column": 17
        },
        "end": {
          "line": 284,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12903,
      "end": 12904,
      "loc": {
        "start": {
          "line": 284,
          "column": 24
        },
        "end": {
          "line": 284,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 12904,
      "end": 12909,
      "loc": {
        "start": {
          "line": 284,
          "column": 25
        },
        "end": {
          "line": 284,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12909,
      "end": 12910,
      "loc": {
        "start": {
          "line": 284,
          "column": 30
        },
        "end": {
          "line": 284,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12910,
      "end": 12911,
      "loc": {
        "start": {
          "line": 284,
          "column": 31
        },
        "end": {
          "line": 284,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12911,
      "end": 12912,
      "loc": {
        "start": {
          "line": 284,
          "column": 32
        },
        "end": {
          "line": 284,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 12912,
      "end": 12915,
      "loc": {
        "start": {
          "line": 284,
          "column": 33
        },
        "end": {
          "line": 284,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12915,
      "end": 12916,
      "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": "intersB",
      "start": 12916,
      "end": 12923,
      "loc": {
        "start": {
          "line": 284,
          "column": 37
        },
        "end": {
          "line": 284,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12923,
      "end": 12924,
      "loc": {
        "start": {
          "line": 284,
          "column": 44
        },
        "end": {
          "line": 284,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12924,
      "end": 12925,
      "loc": {
        "start": {
          "line": 284,
          "column": 45
        },
        "end": {
          "line": 284,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "multiplyScalar",
      "start": 12925,
      "end": 12939,
      "loc": {
        "start": {
          "line": 284,
          "column": 46
        },
        "end": {
          "line": 284,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12939,
      "end": 12940,
      "loc": {
        "start": {
          "line": 284,
          "column": 60
        },
        "end": {
          "line": 284,
          "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": 12940,
      "end": 12943,
      "loc": {
        "start": {
          "line": 284,
          "column": 61
        },
        "end": {
          "line": 284,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12943,
      "end": 12944,
      "loc": {
        "start": {
          "line": 284,
          "column": 64
        },
        "end": {
          "line": 284,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12944,
      "end": 12945,
      "loc": {
        "start": {
          "line": 284,
          "column": 65
        },
        "end": {
          "line": 284,
          "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": 12950,
      "end": 12956,
      "loc": {
        "start": {
          "line": 285,
          "column": 4
        },
        "end": {
          "line": 285,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "inters",
      "start": 12957,
      "end": 12963,
      "loc": {
        "start": {
          "line": 285,
          "column": 11
        },
        "end": {
          "line": 285,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12963,
      "end": 12964,
      "loc": {
        "start": {
          "line": 285,
          "column": 17
        },
        "end": {
          "line": 285,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12965,
      "end": 12966,
      "loc": {
        "start": {
          "line": 286,
          "column": 0
        },
        "end": {
          "line": 286,
          "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": 12968,
      "end": 12974,
      "loc": {
        "start": {
          "line": 288,
          "column": 0
        },
        "end": {
          "line": 288,
          "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": 12975,
      "end": 12983,
      "loc": {
        "start": {
          "line": 288,
          "column": 7
        },
        "end": {
          "line": 288,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getClass",
      "start": 12984,
      "end": 12992,
      "loc": {
        "start": {
          "line": 288,
          "column": 16
        },
        "end": {
          "line": 288,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12992,
      "end": 12993,
      "loc": {
        "start": {
          "line": 288,
          "column": 24
        },
        "end": {
          "line": 288,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 12993,
      "end": 13003,
      "loc": {
        "start": {
          "line": 288,
          "column": 25
        },
        "end": {
          "line": 288,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13003,
      "end": 13004,
      "loc": {
        "start": {
          "line": 288,
          "column": 35
        },
        "end": {
          "line": 288,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13005,
      "end": 13006,
      "loc": {
        "start": {
          "line": 288,
          "column": 37
        },
        "end": {
          "line": 288,
          "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": 13011,
      "end": 13013,
      "loc": {
        "start": {
          "line": 289,
          "column": 4
        },
        "end": {
          "line": 289,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13014,
      "end": 13015,
      "loc": {
        "start": {
          "line": 289,
          "column": 7
        },
        "end": {
          "line": 289,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 13015,
      "end": 13025,
      "loc": {
        "start": {
          "line": 289,
          "column": 8
        },
        "end": {
          "line": 289,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13025,
      "end": 13026,
      "loc": {
        "start": {
          "line": 289,
          "column": 18
        },
        "end": {
          "line": 289,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 13026,
      "end": 13034,
      "loc": {
        "start": {
          "line": 289,
          "column": 19
        },
        "end": {
          "line": 289,
          "column": 27
        }
      }
    },
    {
      "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": 289,
          "column": 27
        },
        "end": {
          "line": 289,
          "column": 28
        }
      }
    },
    {
      "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": 13044,
      "end": 13050,
      "loc": {
        "start": {
          "line": 290,
          "column": 8
        },
        "end": {
          "line": 290,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 13051,
      "end": 13061,
      "loc": {
        "start": {
          "line": 290,
          "column": 15
        },
        "end": {
          "line": 290,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13061,
      "end": 13062,
      "loc": {
        "start": {
          "line": 290,
          "column": 25
        },
        "end": {
          "line": 290,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cclass",
      "start": 13062,
      "end": 13068,
      "loc": {
        "start": {
          "line": 290,
          "column": 26
        },
        "end": {
          "line": 290,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13068,
      "end": 13069,
      "loc": {
        "start": {
          "line": 290,
          "column": 32
        },
        "end": {
          "line": 290,
          "column": 33
        }
      }
    },
    {
      "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": 13074,
      "end": 13076,
      "loc": {
        "start": {
          "line": 291,
          "column": 4
        },
        "end": {
          "line": 291,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13077,
      "end": 13078,
      "loc": {
        "start": {
          "line": 291,
          "column": 7
        },
        "end": {
          "line": 291,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 13078,
      "end": 13088,
      "loc": {
        "start": {
          "line": 291,
          "column": 8
        },
        "end": {
          "line": 291,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13088,
      "end": 13089,
      "loc": {
        "start": {
          "line": 291,
          "column": 18
        },
        "end": {
          "line": 291,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 13089,
      "end": 13095,
      "loc": {
        "start": {
          "line": 291,
          "column": 19
        },
        "end": {
          "line": 291,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13095,
      "end": 13096,
      "loc": {
        "start": {
          "line": 291,
          "column": 25
        },
        "end": {
          "line": 291,
          "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": 13105,
      "end": 13111,
      "loc": {
        "start": {
          "line": 292,
          "column": 8
        },
        "end": {
          "line": 292,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 13112,
      "end": 13122,
      "loc": {
        "start": {
          "line": 292,
          "column": 15
        },
        "end": {
          "line": 292,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13122,
      "end": 13123,
      "loc": {
        "start": {
          "line": 292,
          "column": 25
        },
        "end": {
          "line": 292,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 13123,
      "end": 13126,
      "loc": {
        "start": {
          "line": 292,
          "column": 26
        },
        "end": {
          "line": 292,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13127,
      "end": 13128,
      "loc": {
        "start": {
          "line": 292,
          "column": 30
        },
        "end": {
          "line": 292,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "CC_Arc",
      "start": 13129,
      "end": 13137,
      "loc": {
        "start": {
          "line": 292,
          "column": 32
        },
        "end": {
          "line": 292,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13138,
      "end": 13139,
      "loc": {
        "start": {
          "line": 292,
          "column": 41
        },
        "end": {
          "line": 292,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "CC_Circle",
      "start": 13140,
      "end": 13151,
      "loc": {
        "start": {
          "line": 292,
          "column": 43
        },
        "end": {
          "line": 292,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13151,
      "end": 13152,
      "loc": {
        "start": {
          "line": 292,
          "column": 54
        },
        "end": {
          "line": 292,
          "column": 55
        }
      }
    },
    {
      "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": 13157,
      "end": 13159,
      "loc": {
        "start": {
          "line": 293,
          "column": 4
        },
        "end": {
          "line": 293,
          "column": 6
        }
      }
    },
    {
      "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": 293,
          "column": 7
        },
        "end": {
          "line": 293,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 13161,
      "end": 13171,
      "loc": {
        "start": {
          "line": 293,
          "column": 8
        },
        "end": {
          "line": 293,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13171,
      "end": 13172,
      "loc": {
        "start": {
          "line": 293,
          "column": 18
        },
        "end": {
          "line": 293,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 13172,
      "end": 13175,
      "loc": {
        "start": {
          "line": 293,
          "column": 19
        },
        "end": {
          "line": 293,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13175,
      "end": 13176,
      "loc": {
        "start": {
          "line": 293,
          "column": 22
        },
        "end": {
          "line": 293,
          "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": 13185,
      "end": 13191,
      "loc": {
        "start": {
          "line": 294,
          "column": 8
        },
        "end": {
          "line": 294,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "CC_Line",
      "start": 13192,
      "end": 13201,
      "loc": {
        "start": {
          "line": 294,
          "column": 15
        },
        "end": {
          "line": 294,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13201,
      "end": 13202,
      "loc": {
        "start": {
          "line": 294,
          "column": 24
        },
        "end": {
          "line": 294,
          "column": 25
        }
      }
    },
    {
      "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": 13207,
      "end": 13209,
      "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": 13210,
      "end": 13211,
      "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": 13211,
      "end": 13221,
      "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": 13221,
      "end": 13222,
      "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": "start",
      "start": 13222,
      "end": 13227,
      "loc": {
        "start": {
          "line": 295,
          "column": 19
        },
        "end": {
          "line": 295,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13227,
      "end": 13228,
      "loc": {
        "start": {
          "line": 295,
          "column": 24
        },
        "end": {
          "line": 295,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 13237,
      "end": 13243,
      "loc": {
        "start": {
          "line": 296,
          "column": 8
        },
        "end": {
          "line": 296,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "CC_Point",
      "start": 13243,
      "end": 13253,
      "loc": {
        "start": {
          "line": 296,
          "column": 14
        },
        "end": {
          "line": 296,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13253,
      "end": 13254,
      "loc": {
        "start": {
          "line": 296,
          "column": 24
        },
        "end": {
          "line": 296,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 13259,
      "end": 13265,
      "loc": {
        "start": {
          "line": 297,
          "column": 4
        },
        "end": {
          "line": 297,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 13266,
      "end": 13275,
      "loc": {
        "start": {
          "line": 297,
          "column": 11
        },
        "end": {
          "line": 297,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13275,
      "end": 13276,
      "loc": {
        "start": {
          "line": 297,
          "column": 20
        },
        "end": {
          "line": 297,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13277,
      "end": 13278,
      "loc": {
        "start": {
          "line": 298,
          "column": 0
        },
        "end": {
          "line": 298,
          "column": 1
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " calculate a tangent of a line, arc or circle at a point as a normalized (possibly zero) vector",
      "start": 13280,
      "end": 13377,
      "loc": {
        "start": {
          "line": 300,
          "column": 0
        },
        "end": {
          "line": 300,
          "column": 97
        }
      }
    },
    {
      "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": 13378,
      "end": 13384,
      "loc": {
        "start": {
          "line": 301,
          "column": 0
        },
        "end": {
          "line": 301,
          "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": 13385,
      "end": 13393,
      "loc": {
        "start": {
          "line": 301,
          "column": 7
        },
        "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": "getTangent",
      "start": 13394,
      "end": 13404,
      "loc": {
        "start": {
          "line": 301,
          "column": 16
        },
        "end": {
          "line": 301,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13404,
      "end": 13405,
      "loc": {
        "start": {
          "line": 301,
          "column": 26
        },
        "end": {
          "line": 301,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 13405,
      "end": 13415,
      "loc": {
        "start": {
          "line": 301,
          "column": 27
        },
        "end": {
          "line": 301,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13415,
      "end": 13416,
      "loc": {
        "start": {
          "line": 301,
          "column": 37
        },
        "end": {
          "line": 301,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "point",
      "start": 13417,
      "end": 13422,
      "loc": {
        "start": {
          "line": 301,
          "column": 39
        },
        "end": {
          "line": 301,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13422,
      "end": 13423,
      "loc": {
        "start": {
          "line": 301,
          "column": 44
        },
        "end": {
          "line": 301,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13424,
      "end": 13425,
      "loc": {
        "start": {
          "line": 301,
          "column": 46
        },
        "end": {
          "line": 301,
          "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": 13430,
      "end": 13432,
      "loc": {
        "start": {
          "line": 302,
          "column": 4
        },
        "end": {
          "line": 302,
          "column": 6
        }
      }
    },
    {
      "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": 302,
          "column": 7
        },
        "end": {
          "line": 302,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 13434,
      "end": 13444,
      "loc": {
        "start": {
          "line": 302,
          "column": 8
        },
        "end": {
          "line": 302,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13444,
      "end": 13445,
      "loc": {
        "start": {
          "line": 302,
          "column": 18
        },
        "end": {
          "line": 302,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 13445,
      "end": 13451,
      "loc": {
        "start": {
          "line": 302,
          "column": 19
        },
        "end": {
          "line": 302,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13451,
      "end": 13452,
      "loc": {
        "start": {
          "line": 302,
          "column": 25
        },
        "end": {
          "line": 302,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13453,
      "end": 13454,
      "loc": {
        "start": {
          "line": 302,
          "column": 27
        },
        "end": {
          "line": 302,
          "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": 13463,
      "end": 13468,
      "loc": {
        "start": {
          "line": 303,
          "column": 8
        },
        "end": {
          "line": 303,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radVec",
      "start": 13469,
      "end": 13475,
      "loc": {
        "start": {
          "line": 303,
          "column": 14
        },
        "end": {
          "line": 303,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13476,
      "end": 13477,
      "loc": {
        "start": {
          "line": 303,
          "column": 21
        },
        "end": {
          "line": 303,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "point",
      "start": 13478,
      "end": 13483,
      "loc": {
        "start": {
          "line": 303,
          "column": 23
        },
        "end": {
          "line": 303,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13483,
      "end": 13484,
      "loc": {
        "start": {
          "line": 303,
          "column": 28
        },
        "end": {
          "line": 303,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 13484,
      "end": 13489,
      "loc": {
        "start": {
          "line": 303,
          "column": 29
        },
        "end": {
          "line": 303,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13489,
      "end": 13490,
      "loc": {
        "start": {
          "line": 303,
          "column": 34
        },
        "end": {
          "line": 303,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13490,
      "end": 13491,
      "loc": {
        "start": {
          "line": 303,
          "column": 35
        },
        "end": {
          "line": 303,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13491,
      "end": 13492,
      "loc": {
        "start": {
          "line": 303,
          "column": 36
        },
        "end": {
          "line": 303,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 13492,
      "end": 13495,
      "loc": {
        "start": {
          "line": 303,
          "column": 37
        },
        "end": {
          "line": 303,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13495,
      "end": 13496,
      "loc": {
        "start": {
          "line": 303,
          "column": 40
        },
        "end": {
          "line": 303,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 13496,
      "end": 13506,
      "loc": {
        "start": {
          "line": 303,
          "column": 41
        },
        "end": {
          "line": 303,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13506,
      "end": 13507,
      "loc": {
        "start": {
          "line": 303,
          "column": 51
        },
        "end": {
          "line": 303,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 13507,
      "end": 13513,
      "loc": {
        "start": {
          "line": 303,
          "column": 52
        },
        "end": {
          "line": 303,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13513,
      "end": 13514,
      "loc": {
        "start": {
          "line": 303,
          "column": 58
        },
        "end": {
          "line": 303,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13514,
      "end": 13515,
      "loc": {
        "start": {
          "line": 303,
          "column": 59
        },
        "end": {
          "line": 303,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normalize",
      "start": 13515,
      "end": 13524,
      "loc": {
        "start": {
          "line": 303,
          "column": 60
        },
        "end": {
          "line": 303,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13524,
      "end": 13525,
      "loc": {
        "start": {
          "line": 303,
          "column": 69
        },
        "end": {
          "line": 303,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13525,
      "end": 13526,
      "loc": {
        "start": {
          "line": 303,
          "column": 70
        },
        "end": {
          "line": 303,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13526,
      "end": 13527,
      "loc": {
        "start": {
          "line": 303,
          "column": 71
        },
        "end": {
          "line": 303,
          "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": 13536,
      "end": 13541,
      "loc": {
        "start": {
          "line": 304,
          "column": 8
        },
        "end": {
          "line": 304,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tangVec",
      "start": 13542,
      "end": 13549,
      "loc": {
        "start": {
          "line": 304,
          "column": 14
        },
        "end": {
          "line": 304,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13550,
      "end": 13551,
      "loc": {
        "start": {
          "line": 304,
          "column": 22
        },
        "end": {
          "line": 304,
          "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": 13552,
      "end": 13555,
      "loc": {
        "start": {
          "line": 304,
          "column": 24
        },
        "end": {
          "line": 304,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 13556,
      "end": 13561,
      "loc": {
        "start": {
          "line": 304,
          "column": 28
        },
        "end": {
          "line": 304,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13561,
      "end": 13562,
      "loc": {
        "start": {
          "line": 304,
          "column": 33
        },
        "end": {
          "line": 304,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 13562,
      "end": 13569,
      "loc": {
        "start": {
          "line": 304,
          "column": 34
        },
        "end": {
          "line": 304,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13569,
      "end": 13570,
      "loc": {
        "start": {
          "line": 304,
          "column": 41
        },
        "end": {
          "line": 304,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 13570,
      "end": 13571,
      "loc": {
        "start": {
          "line": 304,
          "column": 42
        },
        "end": {
          "line": 304,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radVec",
      "start": 13571,
      "end": 13577,
      "loc": {
        "start": {
          "line": 304,
          "column": 43
        },
        "end": {
          "line": 304,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13577,
      "end": 13578,
      "loc": {
        "start": {
          "line": 304,
          "column": 49
        },
        "end": {
          "line": 304,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 13578,
      "end": 13579,
      "loc": {
        "start": {
          "line": 304,
          "column": 50
        },
        "end": {
          "line": 304,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13579,
      "end": 13580,
      "loc": {
        "start": {
          "line": 304,
          "column": 51
        },
        "end": {
          "line": 304,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radVec",
      "start": 13581,
      "end": 13587,
      "loc": {
        "start": {
          "line": 304,
          "column": 53
        },
        "end": {
          "line": 304,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13587,
      "end": 13588,
      "loc": {
        "start": {
          "line": 304,
          "column": 59
        },
        "end": {
          "line": 304,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 13588,
      "end": 13589,
      "loc": {
        "start": {
          "line": 304,
          "column": 60
        },
        "end": {
          "line": 304,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13589,
      "end": 13590,
      "loc": {
        "start": {
          "line": 304,
          "column": 61
        },
        "end": {
          "line": 304,
          "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": 13591,
      "end": 13592,
      "loc": {
        "start": {
          "line": 304,
          "column": 63
        },
        "end": {
          "line": 304,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13592,
      "end": 13593,
      "loc": {
        "start": {
          "line": 304,
          "column": 64
        },
        "end": {
          "line": 304,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13593,
      "end": 13594,
      "loc": {
        "start": {
          "line": 304,
          "column": 65
        },
        "end": {
          "line": 304,
          "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": 13603,
      "end": 13605,
      "loc": {
        "start": {
          "line": 305,
          "column": 8
        },
        "end": {
          "line": 305,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13606,
      "end": 13607,
      "loc": {
        "start": {
          "line": 305,
          "column": 11
        },
        "end": {
          "line": 305,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 13607,
      "end": 13617,
      "loc": {
        "start": {
          "line": 305,
          "column": 12
        },
        "end": {
          "line": 305,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13617,
      "end": 13618,
      "loc": {
        "start": {
          "line": 305,
          "column": 22
        },
        "end": {
          "line": 305,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clockwise",
      "start": 13618,
      "end": 13627,
      "loc": {
        "start": {
          "line": 305,
          "column": 23
        },
        "end": {
          "line": 305,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13627,
      "end": 13628,
      "loc": {
        "start": {
          "line": 305,
          "column": 32
        },
        "end": {
          "line": 305,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tangVec",
      "start": 13629,
      "end": 13636,
      "loc": {
        "start": {
          "line": 305,
          "column": 34
        },
        "end": {
          "line": 305,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13636,
      "end": 13637,
      "loc": {
        "start": {
          "line": 305,
          "column": 41
        },
        "end": {
          "line": 305,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "negate",
      "start": 13637,
      "end": 13643,
      "loc": {
        "start": {
          "line": 305,
          "column": 42
        },
        "end": {
          "line": 305,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13643,
      "end": 13644,
      "loc": {
        "start": {
          "line": 305,
          "column": 48
        },
        "end": {
          "line": 305,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13644,
      "end": 13645,
      "loc": {
        "start": {
          "line": 305,
          "column": 49
        },
        "end": {
          "line": 305,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13645,
      "end": 13646,
      "loc": {
        "start": {
          "line": 305,
          "column": 50
        },
        "end": {
          "line": 305,
          "column": 51
        }
      }
    },
    {
      "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": 13655,
      "end": 13661,
      "loc": {
        "start": {
          "line": 306,
          "column": 8
        },
        "end": {
          "line": 306,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tangVec",
      "start": 13662,
      "end": 13669,
      "loc": {
        "start": {
          "line": 306,
          "column": 15
        },
        "end": {
          "line": 306,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13669,
      "end": 13670,
      "loc": {
        "start": {
          "line": 306,
          "column": 22
        },
        "end": {
          "line": 306,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13675,
      "end": 13676,
      "loc": {
        "start": {
          "line": 307,
          "column": 4
        },
        "end": {
          "line": 307,
          "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": 13677,
      "end": 13681,
      "loc": {
        "start": {
          "line": 307,
          "column": 6
        },
        "end": {
          "line": 307,
          "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": 13682,
      "end": 13684,
      "loc": {
        "start": {
          "line": 307,
          "column": 11
        },
        "end": {
          "line": 307,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13685,
      "end": 13686,
      "loc": {
        "start": {
          "line": 307,
          "column": 14
        },
        "end": {
          "line": 307,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 13686,
      "end": 13696,
      "loc": {
        "start": {
          "line": 307,
          "column": 15
        },
        "end": {
          "line": 307,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13696,
      "end": 13697,
      "loc": {
        "start": {
          "line": 307,
          "column": 25
        },
        "end": {
          "line": 307,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 13697,
      "end": 13700,
      "loc": {
        "start": {
          "line": 307,
          "column": 26
        },
        "end": {
          "line": 307,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13700,
      "end": 13701,
      "loc": {
        "start": {
          "line": 307,
          "column": 29
        },
        "end": {
          "line": 307,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13702,
      "end": 13703,
      "loc": {
        "start": {
          "line": 307,
          "column": 31
        },
        "end": {
          "line": 307,
          "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": 13712,
      "end": 13718,
      "loc": {
        "start": {
          "line": 308,
          "column": 8
        },
        "end": {
          "line": 308,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 13719,
      "end": 13729,
      "loc": {
        "start": {
          "line": 308,
          "column": 15
        },
        "end": {
          "line": 308,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13729,
      "end": 13730,
      "loc": {
        "start": {
          "line": 308,
          "column": 25
        },
        "end": {
          "line": 308,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 13730,
      "end": 13733,
      "loc": {
        "start": {
          "line": 308,
          "column": 26
        },
        "end": {
          "line": 308,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13733,
      "end": 13734,
      "loc": {
        "start": {
          "line": 308,
          "column": 29
        },
        "end": {
          "line": 308,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 13734,
      "end": 13739,
      "loc": {
        "start": {
          "line": 308,
          "column": 30
        },
        "end": {
          "line": 308,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13739,
      "end": 13740,
      "loc": {
        "start": {
          "line": 308,
          "column": 35
        },
        "end": {
          "line": 308,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13740,
      "end": 13741,
      "loc": {
        "start": {
          "line": 308,
          "column": 36
        },
        "end": {
          "line": 308,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13741,
      "end": 13742,
      "loc": {
        "start": {
          "line": 308,
          "column": 37
        },
        "end": {
          "line": 308,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 13742,
      "end": 13745,
      "loc": {
        "start": {
          "line": 308,
          "column": 38
        },
        "end": {
          "line": 308,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13745,
      "end": 13746,
      "loc": {
        "start": {
          "line": 308,
          "column": 41
        },
        "end": {
          "line": 308,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 13746,
      "end": 13756,
      "loc": {
        "start": {
          "line": 308,
          "column": 42
        },
        "end": {
          "line": 308,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13756,
      "end": 13757,
      "loc": {
        "start": {
          "line": 308,
          "column": 52
        },
        "end": {
          "line": 308,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 13757,
      "end": 13762,
      "loc": {
        "start": {
          "line": 308,
          "column": 53
        },
        "end": {
          "line": 308,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13762,
      "end": 13763,
      "loc": {
        "start": {
          "line": 308,
          "column": 58
        },
        "end": {
          "line": 308,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13763,
      "end": 13764,
      "loc": {
        "start": {
          "line": 308,
          "column": 59
        },
        "end": {
          "line": 308,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normalize",
      "start": 13764,
      "end": 13773,
      "loc": {
        "start": {
          "line": 308,
          "column": 60
        },
        "end": {
          "line": 308,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13773,
      "end": 13774,
      "loc": {
        "start": {
          "line": 308,
          "column": 69
        },
        "end": {
          "line": 308,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13774,
      "end": 13775,
      "loc": {
        "start": {
          "line": 308,
          "column": 70
        },
        "end": {
          "line": 308,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13775,
      "end": 13776,
      "loc": {
        "start": {
          "line": 308,
          "column": 71
        },
        "end": {
          "line": 308,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13781,
      "end": 13782,
      "loc": {
        "start": {
          "line": 309,
          "column": 4
        },
        "end": {
          "line": 309,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13783,
      "end": 13784,
      "loc": {
        "start": {
          "line": 310,
          "column": 0
        },
        "end": {
          "line": 310,
          "column": 1
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " modify geomParams inplace to represent movement of a subObject by the displacement",
      "start": 13786,
      "end": 13871,
      "loc": {
        "start": {
          "line": 312,
          "column": 0
        },
        "end": {
          "line": 312,
          "column": 85
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " subType can be either 'start', 'end', 'center' or '' (for object itself)",
      "start": 13872,
      "end": 13947,
      "loc": {
        "start": {
          "line": 313,
          "column": 0
        },
        "end": {
          "line": 313,
          "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": 13948,
      "end": 13954,
      "loc": {
        "start": {
          "line": 314,
          "column": 0
        },
        "end": {
          "line": 314,
          "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": 13955,
      "end": 13963,
      "loc": {
        "start": {
          "line": 314,
          "column": 7
        },
        "end": {
          "line": 314,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "move",
      "start": 13964,
      "end": 13968,
      "loc": {
        "start": {
          "line": 314,
          "column": 16
        },
        "end": {
          "line": 314,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13968,
      "end": 13969,
      "loc": {
        "start": {
          "line": 314,
          "column": 20
        },
        "end": {
          "line": 314,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 13969,
      "end": 13979,
      "loc": {
        "start": {
          "line": 314,
          "column": 21
        },
        "end": {
          "line": 314,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13979,
      "end": 13980,
      "loc": {
        "start": {
          "line": 314,
          "column": 31
        },
        "end": {
          "line": 314,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "subType",
      "start": 13981,
      "end": 13988,
      "loc": {
        "start": {
          "line": 314,
          "column": 33
        },
        "end": {
          "line": 314,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13988,
      "end": 13989,
      "loc": {
        "start": {
          "line": 314,
          "column": 40
        },
        "end": {
          "line": 314,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "displacement",
      "start": 13990,
      "end": 14002,
      "loc": {
        "start": {
          "line": 314,
          "column": 42
        },
        "end": {
          "line": 314,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14002,
      "end": 14003,
      "loc": {
        "start": {
          "line": 314,
          "column": 54
        },
        "end": {
          "line": 314,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14004,
      "end": 14005,
      "loc": {
        "start": {
          "line": 314,
          "column": 56
        },
        "end": {
          "line": 314,
          "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": 14010,
      "end": 14016,
      "loc": {
        "start": {
          "line": 315,
          "column": 4
        },
        "end": {
          "line": 315,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14017,
      "end": 14018,
      "loc": {
        "start": {
          "line": 315,
          "column": 11
        },
        "end": {
          "line": 315,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "subType",
      "start": 14018,
      "end": 14025,
      "loc": {
        "start": {
          "line": 315,
          "column": 12
        },
        "end": {
          "line": 315,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14025,
      "end": 14026,
      "loc": {
        "start": {
          "line": 315,
          "column": 19
        },
        "end": {
          "line": 315,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14027,
      "end": 14028,
      "loc": {
        "start": {
          "line": 315,
          "column": 21
        },
        "end": {
          "line": 315,
          "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": 14037,
      "end": 14041,
      "loc": {
        "start": {
          "line": 316,
          "column": 8
        },
        "end": {
          "line": 316,
          "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": 14042,
      "end": 14049,
      "loc": {
        "start": {
          "line": 316,
          "column": 13
        },
        "end": {
          "line": 316,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14049,
      "end": 14050,
      "loc": {
        "start": {
          "line": 316,
          "column": 20
        },
        "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": "reverseCurve",
      "start": 14063,
      "end": 14075,
      "loc": {
        "start": {
          "line": 317,
          "column": 12
        },
        "end": {
          "line": 317,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14075,
      "end": 14076,
      "loc": {
        "start": {
          "line": 317,
          "column": 24
        },
        "end": {
          "line": 317,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 14076,
      "end": 14086,
      "loc": {
        "start": {
          "line": 317,
          "column": 25
        },
        "end": {
          "line": 317,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14086,
      "end": 14087,
      "loc": {
        "start": {
          "line": 317,
          "column": 35
        },
        "end": {
          "line": 317,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14087,
      "end": 14088,
      "loc": {
        "start": {
          "line": 317,
          "column": 36
        },
        "end": {
          "line": 317,
          "column": 37
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " fallthrough",
      "start": 14097,
      "end": 14111,
      "loc": {
        "start": {
          "line": 318,
          "column": 8
        },
        "end": {
          "line": 318,
          "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": 14120,
      "end": 14124,
      "loc": {
        "start": {
          "line": 319,
          "column": 8
        },
        "end": {
          "line": 319,
          "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": 14125,
      "end": 14130,
      "loc": {
        "start": {
          "line": 319,
          "column": 13
        },
        "end": {
          "line": 319,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14130,
      "end": 14131,
      "loc": {
        "start": {
          "line": 319,
          "column": 18
        },
        "end": {
          "line": 319,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 14144,
      "end": 14154,
      "loc": {
        "start": {
          "line": 320,
          "column": 12
        },
        "end": {
          "line": 320,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14154,
      "end": 14155,
      "loc": {
        "start": {
          "line": 320,
          "column": 22
        },
        "end": {
          "line": 320,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 14155,
      "end": 14158,
      "loc": {
        "start": {
          "line": 320,
          "column": 23
        },
        "end": {
          "line": 320,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14158,
      "end": 14159,
      "loc": {
        "start": {
          "line": 320,
          "column": 26
        },
        "end": {
          "line": 320,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 14159,
      "end": 14162,
      "loc": {
        "start": {
          "line": 320,
          "column": 27
        },
        "end": {
          "line": 320,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14162,
      "end": 14163,
      "loc": {
        "start": {
          "line": 320,
          "column": 30
        },
        "end": {
          "line": 320,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "displacement",
      "start": 14163,
      "end": 14175,
      "loc": {
        "start": {
          "line": 320,
          "column": 31
        },
        "end": {
          "line": 320,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14175,
      "end": 14176,
      "loc": {
        "start": {
          "line": 320,
          "column": 43
        },
        "end": {
          "line": 320,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14176,
      "end": 14177,
      "loc": {
        "start": {
          "line": 320,
          "column": 44
        },
        "end": {
          "line": 320,
          "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": 14190,
      "end": 14192,
      "loc": {
        "start": {
          "line": 321,
          "column": 12
        },
        "end": {
          "line": 321,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14193,
      "end": 14194,
      "loc": {
        "start": {
          "line": 321,
          "column": 15
        },
        "end": {
          "line": 321,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getClass",
      "start": 14194,
      "end": 14202,
      "loc": {
        "start": {
          "line": 321,
          "column": 16
        },
        "end": {
          "line": 321,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14202,
      "end": 14203,
      "loc": {
        "start": {
          "line": 321,
          "column": 24
        },
        "end": {
          "line": 321,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 14203,
      "end": 14213,
      "loc": {
        "start": {
          "line": 321,
          "column": 25
        },
        "end": {
          "line": 321,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14213,
      "end": 14214,
      "loc": {
        "start": {
          "line": 321,
          "column": 35
        },
        "end": {
          "line": 321,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 14215,
      "end": 14218,
      "loc": {
        "start": {
          "line": 321,
          "column": 37
        },
        "end": {
          "line": 321,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "CC_Arc",
      "start": 14219,
      "end": 14227,
      "loc": {
        "start": {
          "line": 321,
          "column": 41
        },
        "end": {
          "line": 321,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14227,
      "end": 14228,
      "loc": {
        "start": {
          "line": 321,
          "column": 49
        },
        "end": {
          "line": 321,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14229,
      "end": 14230,
      "loc": {
        "start": {
          "line": 321,
          "column": 51
        },
        "end": {
          "line": 321,
          "column": 52
        }
      }
    },
    {
      "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": 14247,
      "end": 14252,
      "loc": {
        "start": {
          "line": 322,
          "column": 16
        },
        "end": {
          "line": 322,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tangent",
      "start": 14253,
      "end": 14260,
      "loc": {
        "start": {
          "line": 322,
          "column": 22
        },
        "end": {
          "line": 322,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 14261,
      "end": 14262,
      "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": "getTangent",
      "start": 14263,
      "end": 14273,
      "loc": {
        "start": {
          "line": 322,
          "column": 32
        },
        "end": {
          "line": 322,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14273,
      "end": 14274,
      "loc": {
        "start": {
          "line": 322,
          "column": 42
        },
        "end": {
          "line": 322,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 14274,
      "end": 14284,
      "loc": {
        "start": {
          "line": 322,
          "column": 43
        },
        "end": {
          "line": 322,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14284,
      "end": 14285,
      "loc": {
        "start": {
          "line": 322,
          "column": 53
        },
        "end": {
          "line": 322,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 14286,
      "end": 14296,
      "loc": {
        "start": {
          "line": 322,
          "column": 55
        },
        "end": {
          "line": 322,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14296,
      "end": 14297,
      "loc": {
        "start": {
          "line": 322,
          "column": 65
        },
        "end": {
          "line": 322,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 14297,
      "end": 14302,
      "loc": {
        "start": {
          "line": 322,
          "column": 66
        },
        "end": {
          "line": 322,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14302,
      "end": 14303,
      "loc": {
        "start": {
          "line": 322,
          "column": 71
        },
        "end": {
          "line": 322,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14303,
      "end": 14304,
      "loc": {
        "start": {
          "line": 322,
          "column": 72
        },
        "end": {
          "line": 322,
          "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": 14321,
      "end": 14323,
      "loc": {
        "start": {
          "line": 323,
          "column": 16
        },
        "end": {
          "line": 323,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14324,
      "end": 14325,
      "loc": {
        "start": {
          "line": 323,
          "column": 19
        },
        "end": {
          "line": 323,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tangent",
      "start": 14346,
      "end": 14353,
      "loc": {
        "start": {
          "line": 324,
          "column": 20
        },
        "end": {
          "line": 324,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14353,
      "end": 14354,
      "loc": {
        "start": {
          "line": 324,
          "column": 27
        },
        "end": {
          "line": 324,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lengthSq",
      "start": 14354,
      "end": 14362,
      "loc": {
        "start": {
          "line": 324,
          "column": 28
        },
        "end": {
          "line": 324,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14362,
      "end": 14363,
      "loc": {
        "start": {
          "line": 324,
          "column": 36
        },
        "end": {
          "line": 324,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14363,
      "end": 14364,
      "loc": {
        "start": {
          "line": 324,
          "column": 37
        },
        "end": {
          "line": 324,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 14365,
      "end": 14368,
      "loc": {
        "start": {
          "line": 324,
          "column": 39
        },
        "end": {
          "line": 324,
          "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": 14369,
      "end": 14370,
      "loc": {
        "start": {
          "line": 324,
          "column": 43
        },
        "end": {
          "line": 324,
          "column": 44
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " singular arc",
      "start": 14371,
      "end": 14386,
      "loc": {
        "start": {
          "line": 324,
          "column": 45
        },
        "end": {
          "line": 324,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14403,
      "end": 14404,
      "loc": {
        "start": {
          "line": 325,
          "column": 16
        },
        "end": {
          "line": 325,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tangent",
      "start": 14425,
      "end": 14432,
      "loc": {
        "start": {
          "line": 326,
          "column": 20
        },
        "end": {
          "line": 326,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14432,
      "end": 14433,
      "loc": {
        "start": {
          "line": 326,
          "column": 27
        },
        "end": {
          "line": 326,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "set",
      "start": 14433,
      "end": 14436,
      "loc": {
        "start": {
          "line": 326,
          "column": 28
        },
        "end": {
          "line": 326,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14436,
      "end": 14437,
      "loc": {
        "start": {
          "line": 326,
          "column": 31
        },
        "end": {
          "line": 326,
          "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": 14437,
      "end": 14438,
      "loc": {
        "start": {
          "line": 326,
          "column": 32
        },
        "end": {
          "line": 326,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14438,
      "end": 14439,
      "loc": {
        "start": {
          "line": 326,
          "column": 33
        },
        "end": {
          "line": 326,
          "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": 14440,
      "end": 14441,
      "loc": {
        "start": {
          "line": 326,
          "column": 35
        },
        "end": {
          "line": 326,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14441,
      "end": 14442,
      "loc": {
        "start": {
          "line": 326,
          "column": 36
        },
        "end": {
          "line": 326,
          "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": 14443,
      "end": 14444,
      "loc": {
        "start": {
          "line": 326,
          "column": 38
        },
        "end": {
          "line": 326,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14444,
      "end": 14445,
      "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": 14445,
      "end": 14446,
      "loc": {
        "start": {
          "line": 326,
          "column": 40
        },
        "end": {
          "line": 326,
          "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": 14463,
      "end": 14468,
      "loc": {
        "start": {
          "line": 327,
          "column": 16
        },
        "end": {
          "line": 327,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newParams",
      "start": 14469,
      "end": 14478,
      "loc": {
        "start": {
          "line": 327,
          "column": 22
        },
        "end": {
          "line": 327,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 14479,
      "end": 14480,
      "loc": {
        "start": {
          "line": 327,
          "column": 32
        },
        "end": {
          "line": 327,
          "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": 14481,
      "end": 14496,
      "loc": {
        "start": {
          "line": 327,
          "column": 34
        },
        "end": {
          "line": 327,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14496,
      "end": 14497,
      "loc": {
        "start": {
          "line": 327,
          "column": 49
        },
        "end": {
          "line": 327,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14497,
      "end": 14498,
      "loc": {
        "start": {
          "line": 327,
          "column": 50
        },
        "end": {
          "line": 327,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 14498,
      "end": 14508,
      "loc": {
        "start": {
          "line": 327,
          "column": 51
        },
        "end": {
          "line": 327,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14508,
      "end": 14509,
      "loc": {
        "start": {
          "line": 327,
          "column": 61
        },
        "end": {
          "line": 327,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 14509,
      "end": 14514,
      "loc": {
        "start": {
          "line": 327,
          "column": 62
        },
        "end": {
          "line": 327,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14514,
      "end": 14515,
      "loc": {
        "start": {
          "line": 327,
          "column": 67
        },
        "end": {
          "line": 327,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tangent",
      "start": 14516,
      "end": 14523,
      "loc": {
        "start": {
          "line": 327,
          "column": 69
        },
        "end": {
          "line": 327,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14523,
      "end": 14524,
      "loc": {
        "start": {
          "line": 327,
          "column": 76
        },
        "end": {
          "line": 327,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 14525,
      "end": 14535,
      "loc": {
        "start": {
          "line": 327,
          "column": 78
        },
        "end": {
          "line": 327,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14535,
      "end": 14536,
      "loc": {
        "start": {
          "line": 327,
          "column": 88
        },
        "end": {
          "line": 327,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 14536,
      "end": 14539,
      "loc": {
        "start": {
          "line": 327,
          "column": 89
        },
        "end": {
          "line": 327,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14539,
      "end": 14540,
      "loc": {
        "start": {
          "line": 327,
          "column": 92
        },
        "end": {
          "line": 327,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14540,
      "end": 14541,
      "loc": {
        "start": {
          "line": 327,
          "column": 93
        },
        "end": {
          "line": 327,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14542,
      "end": 14543,
      "loc": {
        "start": {
          "line": 327,
          "column": 95
        },
        "end": {
          "line": 327,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14543,
      "end": 14544,
      "loc": {
        "start": {
          "line": 327,
          "column": 96
        },
        "end": {
          "line": 327,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14544,
      "end": 14545,
      "loc": {
        "start": {
          "line": 327,
          "column": 97
        },
        "end": {
          "line": 327,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14545,
      "end": 14546,
      "loc": {
        "start": {
          "line": 327,
          "column": 98
        },
        "end": {
          "line": 327,
          "column": 99
        }
      }
    },
    {
      "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": 14563,
      "end": 14565,
      "loc": {
        "start": {
          "line": 328,
          "column": 16
        },
        "end": {
          "line": 328,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14566,
      "end": 14567,
      "loc": {
        "start": {
          "line": 328,
          "column": 19
        },
        "end": {
          "line": 328,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newParams",
      "start": 14567,
      "end": 14576,
      "loc": {
        "start": {
          "line": 328,
          "column": 20
        },
        "end": {
          "line": 328,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14576,
      "end": 14577,
      "loc": {
        "start": {
          "line": 328,
          "column": 29
        },
        "end": {
          "line": 328,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 14577,
      "end": 14583,
      "loc": {
        "start": {
          "line": 328,
          "column": 30
        },
        "end": {
          "line": 328,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14583,
      "end": 14584,
      "loc": {
        "start": {
          "line": 328,
          "column": 36
        },
        "end": {
          "line": 328,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14585,
      "end": 14586,
      "loc": {
        "start": {
          "line": 328,
          "column": 38
        },
        "end": {
          "line": 328,
          "column": 39
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " only if the arc is still an arc",
      "start": 14607,
      "end": 14641,
      "loc": {
        "start": {
          "line": 329,
          "column": 20
        },
        "end": {
          "line": 329,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 14662,
      "end": 14668,
      "loc": {
        "start": {
          "line": 330,
          "column": 20
        },
        "end": {
          "line": 330,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14668,
      "end": 14669,
      "loc": {
        "start": {
          "line": 330,
          "column": 26
        },
        "end": {
          "line": 330,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 14669,
      "end": 14675,
      "loc": {
        "start": {
          "line": 330,
          "column": 27
        },
        "end": {
          "line": 330,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14675,
      "end": 14676,
      "loc": {
        "start": {
          "line": 330,
          "column": 33
        },
        "end": {
          "line": 330,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 14676,
      "end": 14686,
      "loc": {
        "start": {
          "line": 330,
          "column": 34
        },
        "end": {
          "line": 330,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14686,
      "end": 14687,
      "loc": {
        "start": {
          "line": 330,
          "column": 44
        },
        "end": {
          "line": 330,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "newParams",
      "start": 14688,
      "end": 14697,
      "loc": {
        "start": {
          "line": 330,
          "column": 46
        },
        "end": {
          "line": 330,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14697,
      "end": 14698,
      "loc": {
        "start": {
          "line": 330,
          "column": 55
        },
        "end": {
          "line": 330,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14698,
      "end": 14699,
      "loc": {
        "start": {
          "line": 330,
          "column": 56
        },
        "end": {
          "line": 330,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 14720,
      "end": 14730,
      "loc": {
        "start": {
          "line": 331,
          "column": 20
        },
        "end": {
          "line": 331,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14730,
      "end": 14731,
      "loc": {
        "start": {
          "line": 331,
          "column": 30
        },
        "end": {
          "line": 331,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 14731,
      "end": 14737,
      "loc": {
        "start": {
          "line": 331,
          "column": 31
        },
        "end": {
          "line": 331,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 14738,
      "end": 14739,
      "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": "geomParams",
      "start": 14740,
      "end": 14750,
      "loc": {
        "start": {
          "line": 331,
          "column": 40
        },
        "end": {
          "line": 331,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14750,
      "end": 14751,
      "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": "center",
      "start": 14751,
      "end": 14757,
      "loc": {
        "start": {
          "line": 331,
          "column": 51
        },
        "end": {
          "line": 331,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14757,
      "end": 14758,
      "loc": {
        "start": {
          "line": 331,
          "column": 57
        },
        "end": {
          "line": 331,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "distanceTo",
      "start": 14758,
      "end": 14768,
      "loc": {
        "start": {
          "line": 331,
          "column": 58
        },
        "end": {
          "line": 331,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14768,
      "end": 14769,
      "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": 14769,
      "end": 14779,
      "loc": {
        "start": {
          "line": 331,
          "column": 69
        },
        "end": {
          "line": 331,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14779,
      "end": 14780,
      "loc": {
        "start": {
          "line": 331,
          "column": 79
        },
        "end": {
          "line": 331,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 14780,
      "end": 14785,
      "loc": {
        "start": {
          "line": 331,
          "column": 80
        },
        "end": {
          "line": 331,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14785,
      "end": 14786,
      "loc": {
        "start": {
          "line": 331,
          "column": 85
        },
        "end": {
          "line": 331,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14786,
      "end": 14787,
      "loc": {
        "start": {
          "line": 331,
          "column": 86
        },
        "end": {
          "line": 331,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14804,
      "end": 14805,
      "loc": {
        "start": {
          "line": 332,
          "column": 16
        },
        "end": {
          "line": 332,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14818,
      "end": 14819,
      "loc": {
        "start": {
          "line": 333,
          "column": 12
        },
        "end": {
          "line": 333,
          "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": 14832,
      "end": 14834,
      "loc": {
        "start": {
          "line": 334,
          "column": 12
        },
        "end": {
          "line": 334,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14835,
      "end": 14836,
      "loc": {
        "start": {
          "line": 334,
          "column": 15
        },
        "end": {
          "line": 334,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "subType",
      "start": 14836,
      "end": 14843,
      "loc": {
        "start": {
          "line": 334,
          "column": 16
        },
        "end": {
          "line": 334,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 14844,
      "end": 14847,
      "loc": {
        "start": {
          "line": 334,
          "column": 24
        },
        "end": {
          "line": 334,
          "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": 14848,
      "end": 14855,
      "loc": {
        "start": {
          "line": 334,
          "column": 28
        },
        "end": {
          "line": 334,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14855,
      "end": 14856,
      "loc": {
        "start": {
          "line": 334,
          "column": 35
        },
        "end": {
          "line": 334,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reverseCurve",
      "start": 14857,
      "end": 14869,
      "loc": {
        "start": {
          "line": 334,
          "column": 37
        },
        "end": {
          "line": 334,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14869,
      "end": 14870,
      "loc": {
        "start": {
          "line": 334,
          "column": 49
        },
        "end": {
          "line": 334,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 14870,
      "end": 14880,
      "loc": {
        "start": {
          "line": 334,
          "column": 50
        },
        "end": {
          "line": 334,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14880,
      "end": 14881,
      "loc": {
        "start": {
          "line": 334,
          "column": 60
        },
        "end": {
          "line": 334,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14881,
      "end": 14882,
      "loc": {
        "start": {
          "line": 334,
          "column": 61
        },
        "end": {
          "line": 334,
          "column": 62
        }
      }
    },
    {
      "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": 14895,
      "end": 14900,
      "loc": {
        "start": {
          "line": 335,
          "column": 12
        },
        "end": {
          "line": 335,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14900,
      "end": 14901,
      "loc": {
        "start": {
          "line": 335,
          "column": 17
        },
        "end": {
          "line": 335,
          "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": 14910,
      "end": 14914,
      "loc": {
        "start": {
          "line": 336,
          "column": 8
        },
        "end": {
          "line": 336,
          "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": 14915,
      "end": 14923,
      "loc": {
        "start": {
          "line": 336,
          "column": 13
        },
        "end": {
          "line": 336,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14923,
      "end": 14924,
      "loc": {
        "start": {
          "line": 336,
          "column": 21
        },
        "end": {
          "line": 336,
          "column": 22
        }
      }
    },
    {
      "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": 14937,
      "end": 14939,
      "loc": {
        "start": {
          "line": 337,
          "column": 12
        },
        "end": {
          "line": 337,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14940,
      "end": 14941,
      "loc": {
        "start": {
          "line": 337,
          "column": 15
        },
        "end": {
          "line": 337,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getClass",
      "start": 14941,
      "end": 14949,
      "loc": {
        "start": {
          "line": 337,
          "column": 16
        },
        "end": {
          "line": 337,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14949,
      "end": 14950,
      "loc": {
        "start": {
          "line": 337,
          "column": 24
        },
        "end": {
          "line": 337,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 14950,
      "end": 14960,
      "loc": {
        "start": {
          "line": 337,
          "column": 25
        },
        "end": {
          "line": 337,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14960,
      "end": 14961,
      "loc": {
        "start": {
          "line": 337,
          "column": 35
        },
        "end": {
          "line": 337,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 14962,
      "end": 14965,
      "loc": {
        "start": {
          "line": 337,
          "column": 37
        },
        "end": {
          "line": 337,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "CC_Arc",
      "start": 14966,
      "end": 14974,
      "loc": {
        "start": {
          "line": 337,
          "column": 41
        },
        "end": {
          "line": 337,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14974,
      "end": 14975,
      "loc": {
        "start": {
          "line": 337,
          "column": 49
        },
        "end": {
          "line": 337,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14976,
      "end": 14977,
      "loc": {
        "start": {
          "line": 337,
          "column": 51
        },
        "end": {
          "line": 337,
          "column": 52
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " center point must stay on the middle perpendicular line",
      "start": 14994,
      "end": 15052,
      "loc": {
        "start": {
          "line": 338,
          "column": 16
        },
        "end": {
          "line": 338,
          "column": 74
        }
      }
    },
    {
      "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": 15069,
      "end": 15074,
      "loc": {
        "start": {
          "line": 339,
          "column": 16
        },
        "end": {
          "line": 339,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mid",
      "start": 15075,
      "end": 15078,
      "loc": {
        "start": {
          "line": 339,
          "column": 22
        },
        "end": {
          "line": 339,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 15079,
      "end": 15080,
      "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": "geomParams",
      "start": 15081,
      "end": 15091,
      "loc": {
        "start": {
          "line": 339,
          "column": 28
        },
        "end": {
          "line": 339,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15091,
      "end": 15092,
      "loc": {
        "start": {
          "line": 339,
          "column": 38
        },
        "end": {
          "line": 339,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 15092,
      "end": 15095,
      "loc": {
        "start": {
          "line": 339,
          "column": 39
        },
        "end": {
          "line": 339,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15095,
      "end": 15096,
      "loc": {
        "start": {
          "line": 339,
          "column": 42
        },
        "end": {
          "line": 339,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 15096,
      "end": 15101,
      "loc": {
        "start": {
          "line": 339,
          "column": 43
        },
        "end": {
          "line": 339,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15101,
      "end": 15102,
      "loc": {
        "start": {
          "line": 339,
          "column": 48
        },
        "end": {
          "line": 339,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15102,
      "end": 15103,
      "loc": {
        "start": {
          "line": 339,
          "column": 49
        },
        "end": {
          "line": 339,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15103,
      "end": 15104,
      "loc": {
        "start": {
          "line": 339,
          "column": 50
        },
        "end": {
          "line": 339,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 15104,
      "end": 15107,
      "loc": {
        "start": {
          "line": 339,
          "column": 51
        },
        "end": {
          "line": 339,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15107,
      "end": 15108,
      "loc": {
        "start": {
          "line": 339,
          "column": 54
        },
        "end": {
          "line": 339,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 15108,
      "end": 15118,
      "loc": {
        "start": {
          "line": 339,
          "column": 55
        },
        "end": {
          "line": 339,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15118,
      "end": 15119,
      "loc": {
        "start": {
          "line": 339,
          "column": 65
        },
        "end": {
          "line": 339,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 15119,
      "end": 15124,
      "loc": {
        "start": {
          "line": 339,
          "column": 66
        },
        "end": {
          "line": 339,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15124,
      "end": 15125,
      "loc": {
        "start": {
          "line": 339,
          "column": 71
        },
        "end": {
          "line": 339,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15125,
      "end": 15126,
      "loc": {
        "start": {
          "line": 339,
          "column": 72
        },
        "end": {
          "line": 339,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "multiplyScalar",
      "start": 15126,
      "end": 15140,
      "loc": {
        "start": {
          "line": 339,
          "column": 73
        },
        "end": {
          "line": 339,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15140,
      "end": 15141,
      "loc": {
        "start": {
          "line": 339,
          "column": 87
        },
        "end": {
          "line": 339,
          "column": 88
        }
      }
    },
    {
      "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": 15141,
      "end": 15144,
      "loc": {
        "start": {
          "line": 339,
          "column": 88
        },
        "end": {
          "line": 339,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15144,
      "end": 15145,
      "loc": {
        "start": {
          "line": 339,
          "column": 91
        },
        "end": {
          "line": 339,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15145,
      "end": 15146,
      "loc": {
        "start": {
          "line": 339,
          "column": 92
        },
        "end": {
          "line": 339,
          "column": 93
        }
      }
    },
    {
      "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": 15163,
      "end": 15168,
      "loc": {
        "start": {
          "line": 340,
          "column": 16
        },
        "end": {
          "line": 340,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dir",
      "start": 15169,
      "end": 15172,
      "loc": {
        "start": {
          "line": 340,
          "column": 22
        },
        "end": {
          "line": 340,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 15173,
      "end": 15174,
      "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": "geomParams",
      "start": 15175,
      "end": 15185,
      "loc": {
        "start": {
          "line": 340,
          "column": 28
        },
        "end": {
          "line": 340,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15185,
      "end": 15186,
      "loc": {
        "start": {
          "line": 340,
          "column": 38
        },
        "end": {
          "line": 340,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 15186,
      "end": 15189,
      "loc": {
        "start": {
          "line": 340,
          "column": 39
        },
        "end": {
          "line": 340,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15189,
      "end": 15190,
      "loc": {
        "start": {
          "line": 340,
          "column": 42
        },
        "end": {
          "line": 340,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 15190,
      "end": 15195,
      "loc": {
        "start": {
          "line": 340,
          "column": 43
        },
        "end": {
          "line": 340,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15195,
      "end": 15196,
      "loc": {
        "start": {
          "line": 340,
          "column": 48
        },
        "end": {
          "line": 340,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15196,
      "end": 15197,
      "loc": {
        "start": {
          "line": 340,
          "column": 49
        },
        "end": {
          "line": 340,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15197,
      "end": 15198,
      "loc": {
        "start": {
          "line": 340,
          "column": 50
        },
        "end": {
          "line": 340,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 15198,
      "end": 15201,
      "loc": {
        "start": {
          "line": 340,
          "column": 51
        },
        "end": {
          "line": 340,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15201,
      "end": 15202,
      "loc": {
        "start": {
          "line": 340,
          "column": 54
        },
        "end": {
          "line": 340,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 15202,
      "end": 15212,
      "loc": {
        "start": {
          "line": 340,
          "column": 55
        },
        "end": {
          "line": 340,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15212,
      "end": 15213,
      "loc": {
        "start": {
          "line": 340,
          "column": 65
        },
        "end": {
          "line": 340,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 15213,
      "end": 15218,
      "loc": {
        "start": {
          "line": 340,
          "column": 66
        },
        "end": {
          "line": 340,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15218,
      "end": 15219,
      "loc": {
        "start": {
          "line": 340,
          "column": 71
        },
        "end": {
          "line": 340,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15219,
      "end": 15220,
      "loc": {
        "start": {
          "line": 340,
          "column": 72
        },
        "end": {
          "line": 340,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 15237,
      "end": 15247,
      "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": 15247,
      "end": 15248,
      "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": 15248,
      "end": 15254,
      "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": 15275,
      "end": 15276,
      "loc": {
        "start": {
          "line": 342,
          "column": 20
        },
        "end": {
          "line": 342,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 15276,
      "end": 15279,
      "loc": {
        "start": {
          "line": 342,
          "column": 21
        },
        "end": {
          "line": 342,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15279,
      "end": 15280,
      "loc": {
        "start": {
          "line": 342,
          "column": 24
        },
        "end": {
          "line": 342,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "displacement",
      "start": 15280,
      "end": 15292,
      "loc": {
        "start": {
          "line": 342,
          "column": 25
        },
        "end": {
          "line": 342,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15292,
      "end": 15293,
      "loc": {
        "start": {
          "line": 342,
          "column": 37
        },
        "end": {
          "line": 342,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15314,
      "end": 15315,
      "loc": {
        "start": {
          "line": 343,
          "column": 20
        },
        "end": {
          "line": 343,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 15315,
      "end": 15318,
      "loc": {
        "start": {
          "line": 343,
          "column": 21
        },
        "end": {
          "line": 343,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15318,
      "end": 15319,
      "loc": {
        "start": {
          "line": 343,
          "column": 24
        },
        "end": {
          "line": 343,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mid",
      "start": 15319,
      "end": 15322,
      "loc": {
        "start": {
          "line": 343,
          "column": 25
        },
        "end": {
          "line": 343,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15322,
      "end": 15323,
      "loc": {
        "start": {
          "line": 343,
          "column": 28
        },
        "end": {
          "line": 343,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15344,
      "end": 15345,
      "loc": {
        "start": {
          "line": 344,
          "column": 20
        },
        "end": {
          "line": 344,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "projectOnVector",
      "start": 15345,
      "end": 15360,
      "loc": {
        "start": {
          "line": 344,
          "column": 21
        },
        "end": {
          "line": 344,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15360,
      "end": 15361,
      "loc": {
        "start": {
          "line": 344,
          "column": 36
        },
        "end": {
          "line": 344,
          "column": 37
        }
      }
    },
    {
      "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": 15361,
      "end": 15364,
      "loc": {
        "start": {
          "line": 344,
          "column": 37
        },
        "end": {
          "line": 344,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 15365,
      "end": 15370,
      "loc": {
        "start": {
          "line": 344,
          "column": 41
        },
        "end": {
          "line": 344,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15370,
      "end": 15371,
      "loc": {
        "start": {
          "line": 344,
          "column": 46
        },
        "end": {
          "line": 344,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 15371,
      "end": 15378,
      "loc": {
        "start": {
          "line": 344,
          "column": 47
        },
        "end": {
          "line": 344,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15378,
      "end": 15379,
      "loc": {
        "start": {
          "line": 344,
          "column": 54
        },
        "end": {
          "line": 344,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 15379,
      "end": 15380,
      "loc": {
        "start": {
          "line": 344,
          "column": 55
        },
        "end": {
          "line": 344,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dir",
      "start": 15380,
      "end": 15383,
      "loc": {
        "start": {
          "line": 344,
          "column": 56
        },
        "end": {
          "line": 344,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15383,
      "end": 15384,
      "loc": {
        "start": {
          "line": 344,
          "column": 59
        },
        "end": {
          "line": 344,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 15384,
      "end": 15385,
      "loc": {
        "start": {
          "line": 344,
          "column": 60
        },
        "end": {
          "line": 344,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15385,
      "end": 15386,
      "loc": {
        "start": {
          "line": 344,
          "column": 61
        },
        "end": {
          "line": 344,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dir",
      "start": 15387,
      "end": 15390,
      "loc": {
        "start": {
          "line": 344,
          "column": 63
        },
        "end": {
          "line": 344,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15390,
      "end": 15391,
      "loc": {
        "start": {
          "line": 344,
          "column": 66
        },
        "end": {
          "line": 344,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 15391,
      "end": 15392,
      "loc": {
        "start": {
          "line": 344,
          "column": 67
        },
        "end": {
          "line": 344,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15392,
      "end": 15393,
      "loc": {
        "start": {
          "line": 344,
          "column": 68
        },
        "end": {
          "line": 344,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 15394,
      "end": 15395,
      "loc": {
        "start": {
          "line": 344,
          "column": 70
        },
        "end": {
          "line": 344,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15395,
      "end": 15396,
      "loc": {
        "start": {
          "line": 344,
          "column": 71
        },
        "end": {
          "line": 344,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15396,
      "end": 15397,
      "loc": {
        "start": {
          "line": 344,
          "column": 72
        },
        "end": {
          "line": 344,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15418,
      "end": 15419,
      "loc": {
        "start": {
          "line": 345,
          "column": 20
        },
        "end": {
          "line": 345,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 15419,
      "end": 15422,
      "loc": {
        "start": {
          "line": 345,
          "column": 21
        },
        "end": {
          "line": 345,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15422,
      "end": 15423,
      "loc": {
        "start": {
          "line": 345,
          "column": 24
        },
        "end": {
          "line": 345,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mid",
      "start": 15423,
      "end": 15426,
      "loc": {
        "start": {
          "line": 345,
          "column": 25
        },
        "end": {
          "line": 345,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15426,
      "end": 15427,
      "loc": {
        "start": {
          "line": 345,
          "column": 28
        },
        "end": {
          "line": 345,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15427,
      "end": 15428,
      "loc": {
        "start": {
          "line": 345,
          "column": 29
        },
        "end": {
          "line": 345,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 15445,
      "end": 15455,
      "loc": {
        "start": {
          "line": 346,
          "column": 16
        },
        "end": {
          "line": 346,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15455,
      "end": 15456,
      "loc": {
        "start": {
          "line": 346,
          "column": 26
        },
        "end": {
          "line": 346,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 15456,
      "end": 15462,
      "loc": {
        "start": {
          "line": 346,
          "column": 27
        },
        "end": {
          "line": 346,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 15463,
      "end": 15464,
      "loc": {
        "start": {
          "line": 346,
          "column": 34
        },
        "end": {
          "line": 346,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 15465,
      "end": 15475,
      "loc": {
        "start": {
          "line": 346,
          "column": 36
        },
        "end": {
          "line": 346,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15475,
      "end": 15476,
      "loc": {
        "start": {
          "line": 346,
          "column": 46
        },
        "end": {
          "line": 346,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 15476,
      "end": 15482,
      "loc": {
        "start": {
          "line": 346,
          "column": 47
        },
        "end": {
          "line": 346,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15482,
      "end": 15483,
      "loc": {
        "start": {
          "line": 346,
          "column": 53
        },
        "end": {
          "line": 346,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "distanceTo",
      "start": 15483,
      "end": 15493,
      "loc": {
        "start": {
          "line": 346,
          "column": 54
        },
        "end": {
          "line": 346,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15493,
      "end": 15494,
      "loc": {
        "start": {
          "line": 346,
          "column": 64
        },
        "end": {
          "line": 346,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 15494,
      "end": 15504,
      "loc": {
        "start": {
          "line": 346,
          "column": 65
        },
        "end": {
          "line": 346,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15504,
      "end": 15505,
      "loc": {
        "start": {
          "line": 346,
          "column": 75
        },
        "end": {
          "line": 346,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 15505,
      "end": 15510,
      "loc": {
        "start": {
          "line": 346,
          "column": 76
        },
        "end": {
          "line": 346,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15510,
      "end": 15511,
      "loc": {
        "start": {
          "line": 346,
          "column": 81
        },
        "end": {
          "line": 346,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15511,
      "end": 15512,
      "loc": {
        "start": {
          "line": 346,
          "column": 82
        },
        "end": {
          "line": 346,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15525,
      "end": 15526,
      "loc": {
        "start": {
          "line": 347,
          "column": 12
        },
        "end": {
          "line": 347,
          "column": 13
        }
      }
    },
    {
      "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": 15527,
      "end": 15531,
      "loc": {
        "start": {
          "line": 347,
          "column": 14
        },
        "end": {
          "line": 347,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15532,
      "end": 15533,
      "loc": {
        "start": {
          "line": 347,
          "column": 19
        },
        "end": {
          "line": 347,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 15550,
      "end": 15560,
      "loc": {
        "start": {
          "line": 348,
          "column": 16
        },
        "end": {
          "line": 348,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15560,
      "end": 15561,
      "loc": {
        "start": {
          "line": 348,
          "column": 26
        },
        "end": {
          "line": 348,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 15561,
      "end": 15567,
      "loc": {
        "start": {
          "line": 348,
          "column": 27
        },
        "end": {
          "line": 348,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15567,
      "end": 15568,
      "loc": {
        "start": {
          "line": 348,
          "column": 33
        },
        "end": {
          "line": 348,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 15568,
      "end": 15571,
      "loc": {
        "start": {
          "line": 348,
          "column": 34
        },
        "end": {
          "line": 348,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15571,
      "end": 15572,
      "loc": {
        "start": {
          "line": 348,
          "column": 37
        },
        "end": {
          "line": 348,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "displacement",
      "start": 15572,
      "end": 15584,
      "loc": {
        "start": {
          "line": 348,
          "column": 38
        },
        "end": {
          "line": 348,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15584,
      "end": 15585,
      "loc": {
        "start": {
          "line": 348,
          "column": 50
        },
        "end": {
          "line": 348,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15585,
      "end": 15586,
      "loc": {
        "start": {
          "line": 348,
          "column": 51
        },
        "end": {
          "line": 348,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15599,
      "end": 15600,
      "loc": {
        "start": {
          "line": 349,
          "column": 12
        },
        "end": {
          "line": 349,
          "column": 13
        }
      }
    },
    {
      "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": 15613,
      "end": 15618,
      "loc": {
        "start": {
          "line": 350,
          "column": 12
        },
        "end": {
          "line": 350,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15618,
      "end": 15619,
      "loc": {
        "start": {
          "line": 350,
          "column": 17
        },
        "end": {
          "line": 350,
          "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": 15628,
      "end": 15632,
      "loc": {
        "start": {
          "line": 351,
          "column": 8
        },
        "end": {
          "line": 351,
          "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": 15633,
      "end": 15635,
      "loc": {
        "start": {
          "line": 351,
          "column": 13
        },
        "end": {
          "line": 351,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15635,
      "end": 15636,
      "loc": {
        "start": {
          "line": 351,
          "column": 15
        },
        "end": {
          "line": 351,
          "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": 15649,
      "end": 15651,
      "loc": {
        "start": {
          "line": 352,
          "column": 12
        },
        "end": {
          "line": 352,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15652,
      "end": 15653,
      "loc": {
        "start": {
          "line": 352,
          "column": 15
        },
        "end": {
          "line": 352,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 15653,
      "end": 15663,
      "loc": {
        "start": {
          "line": 352,
          "column": 16
        },
        "end": {
          "line": 352,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15663,
      "end": 15664,
      "loc": {
        "start": {
          "line": 352,
          "column": 26
        },
        "end": {
          "line": 352,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 15664,
      "end": 15669,
      "loc": {
        "start": {
          "line": 352,
          "column": 27
        },
        "end": {
          "line": 352,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15669,
      "end": 15670,
      "loc": {
        "start": {
          "line": 352,
          "column": 32
        },
        "end": {
          "line": 352,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 15671,
      "end": 15681,
      "loc": {
        "start": {
          "line": 352,
          "column": 34
        },
        "end": {
          "line": 352,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15681,
      "end": 15682,
      "loc": {
        "start": {
          "line": 352,
          "column": 44
        },
        "end": {
          "line": 352,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 15682,
      "end": 15687,
      "loc": {
        "start": {
          "line": 352,
          "column": 45
        },
        "end": {
          "line": 352,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15687,
      "end": 15688,
      "loc": {
        "start": {
          "line": 352,
          "column": 50
        },
        "end": {
          "line": 352,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 15688,
      "end": 15691,
      "loc": {
        "start": {
          "line": 352,
          "column": 51
        },
        "end": {
          "line": 352,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15691,
      "end": 15692,
      "loc": {
        "start": {
          "line": 352,
          "column": 54
        },
        "end": {
          "line": 352,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "displacement",
      "start": 15692,
      "end": 15704,
      "loc": {
        "start": {
          "line": 352,
          "column": 55
        },
        "end": {
          "line": 352,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15704,
      "end": 15705,
      "loc": {
        "start": {
          "line": 352,
          "column": 67
        },
        "end": {
          "line": 352,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15705,
      "end": 15706,
      "loc": {
        "start": {
          "line": 352,
          "column": 68
        },
        "end": {
          "line": 352,
          "column": 69
        }
      }
    },
    {
      "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": 15719,
      "end": 15721,
      "loc": {
        "start": {
          "line": 353,
          "column": 12
        },
        "end": {
          "line": 353,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15722,
      "end": 15723,
      "loc": {
        "start": {
          "line": 353,
          "column": 15
        },
        "end": {
          "line": 353,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 15723,
      "end": 15733,
      "loc": {
        "start": {
          "line": 353,
          "column": 16
        },
        "end": {
          "line": 353,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15733,
      "end": 15734,
      "loc": {
        "start": {
          "line": 353,
          "column": 26
        },
        "end": {
          "line": 353,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 15734,
      "end": 15737,
      "loc": {
        "start": {
          "line": 353,
          "column": 27
        },
        "end": {
          "line": 353,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15737,
      "end": 15738,
      "loc": {
        "start": {
          "line": 353,
          "column": 30
        },
        "end": {
          "line": 353,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 15739,
      "end": 15749,
      "loc": {
        "start": {
          "line": 353,
          "column": 32
        },
        "end": {
          "line": 353,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15749,
      "end": 15750,
      "loc": {
        "start": {
          "line": 353,
          "column": 42
        },
        "end": {
          "line": 353,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 15750,
      "end": 15753,
      "loc": {
        "start": {
          "line": 353,
          "column": 43
        },
        "end": {
          "line": 353,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15753,
      "end": 15754,
      "loc": {
        "start": {
          "line": 353,
          "column": 46
        },
        "end": {
          "line": 353,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 15754,
      "end": 15757,
      "loc": {
        "start": {
          "line": 353,
          "column": 47
        },
        "end": {
          "line": 353,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15757,
      "end": 15758,
      "loc": {
        "start": {
          "line": 353,
          "column": 50
        },
        "end": {
          "line": 353,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "displacement",
      "start": 15758,
      "end": 15770,
      "loc": {
        "start": {
          "line": 353,
          "column": 51
        },
        "end": {
          "line": 353,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15770,
      "end": 15771,
      "loc": {
        "start": {
          "line": 353,
          "column": 63
        },
        "end": {
          "line": 353,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15771,
      "end": 15772,
      "loc": {
        "start": {
          "line": 353,
          "column": 64
        },
        "end": {
          "line": 353,
          "column": 65
        }
      }
    },
    {
      "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": 15785,
      "end": 15787,
      "loc": {
        "start": {
          "line": 354,
          "column": 12
        },
        "end": {
          "line": 354,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15788,
      "end": 15789,
      "loc": {
        "start": {
          "line": 354,
          "column": 15
        },
        "end": {
          "line": 354,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 15789,
      "end": 15799,
      "loc": {
        "start": {
          "line": 354,
          "column": 16
        },
        "end": {
          "line": 354,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15799,
      "end": 15800,
      "loc": {
        "start": {
          "line": 354,
          "column": 26
        },
        "end": {
          "line": 354,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 15800,
      "end": 15806,
      "loc": {
        "start": {
          "line": 354,
          "column": 27
        },
        "end": {
          "line": 354,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15806,
      "end": 15807,
      "loc": {
        "start": {
          "line": 354,
          "column": 33
        },
        "end": {
          "line": 354,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 15808,
      "end": 15818,
      "loc": {
        "start": {
          "line": 354,
          "column": 35
        },
        "end": {
          "line": 354,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15818,
      "end": 15819,
      "loc": {
        "start": {
          "line": 354,
          "column": 45
        },
        "end": {
          "line": 354,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 15819,
      "end": 15825,
      "loc": {
        "start": {
          "line": 354,
          "column": 46
        },
        "end": {
          "line": 354,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15825,
      "end": 15826,
      "loc": {
        "start": {
          "line": 354,
          "column": 52
        },
        "end": {
          "line": 354,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 15826,
      "end": 15829,
      "loc": {
        "start": {
          "line": 354,
          "column": 53
        },
        "end": {
          "line": 354,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15829,
      "end": 15830,
      "loc": {
        "start": {
          "line": 354,
          "column": 56
        },
        "end": {
          "line": 354,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "displacement",
      "start": 15830,
      "end": 15842,
      "loc": {
        "start": {
          "line": 354,
          "column": 57
        },
        "end": {
          "line": 354,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15842,
      "end": 15843,
      "loc": {
        "start": {
          "line": 354,
          "column": 69
        },
        "end": {
          "line": 354,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15843,
      "end": 15844,
      "loc": {
        "start": {
          "line": 354,
          "column": 70
        },
        "end": {
          "line": 354,
          "column": 71
        }
      }
    },
    {
      "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": 15857,
      "end": 15862,
      "loc": {
        "start": {
          "line": 355,
          "column": 12
        },
        "end": {
          "line": 355,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15862,
      "end": 15863,
      "loc": {
        "start": {
          "line": 355,
          "column": 17
        },
        "end": {
          "line": 355,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15868,
      "end": 15869,
      "loc": {
        "start": {
          "line": 356,
          "column": 4
        },
        "end": {
          "line": 356,
          "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": 15874,
      "end": 15880,
      "loc": {
        "start": {
          "line": 357,
          "column": 4
        },
        "end": {
          "line": 357,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 15881,
      "end": 15891,
      "loc": {
        "start": {
          "line": 357,
          "column": 11
        },
        "end": {
          "line": 357,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15891,
      "end": 15892,
      "loc": {
        "start": {
          "line": 357,
          "column": 21
        },
        "end": {
          "line": 357,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15893,
      "end": 15894,
      "loc": {
        "start": {
          "line": 358,
          "column": 0
        },
        "end": {
          "line": 358,
          "column": 1
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " modify params inplace for reversed curve",
      "start": 15896,
      "end": 15939,
      "loc": {
        "start": {
          "line": 360,
          "column": 0
        },
        "end": {
          "line": 360,
          "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": 15940,
      "end": 15948,
      "loc": {
        "start": {
          "line": 361,
          "column": 0
        },
        "end": {
          "line": 361,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reverseCurve",
      "start": 15949,
      "end": 15961,
      "loc": {
        "start": {
          "line": 361,
          "column": 9
        },
        "end": {
          "line": 361,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15961,
      "end": 15962,
      "loc": {
        "start": {
          "line": 361,
          "column": 21
        },
        "end": {
          "line": 361,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 15962,
      "end": 15972,
      "loc": {
        "start": {
          "line": 361,
          "column": 22
        },
        "end": {
          "line": 361,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15972,
      "end": 15973,
      "loc": {
        "start": {
          "line": 361,
          "column": 32
        },
        "end": {
          "line": 361,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15974,
      "end": 15975,
      "loc": {
        "start": {
          "line": 361,
          "column": 34
        },
        "end": {
          "line": 361,
          "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": 15980,
      "end": 15982,
      "loc": {
        "start": {
          "line": 362,
          "column": 4
        },
        "end": {
          "line": 362,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15983,
      "end": 15984,
      "loc": {
        "start": {
          "line": 362,
          "column": 7
        },
        "end": {
          "line": 362,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 15993,
      "end": 16003,
      "loc": {
        "start": {
          "line": 363,
          "column": 8
        },
        "end": {
          "line": 363,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16003,
      "end": 16004,
      "loc": {
        "start": {
          "line": 363,
          "column": 18
        },
        "end": {
          "line": 363,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 16004,
      "end": 16007,
      "loc": {
        "start": {
          "line": 363,
          "column": 19
        },
        "end": {
          "line": 363,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 16008,
      "end": 16011,
      "loc": {
        "start": {
          "line": 363,
          "column": 23
        },
        "end": {
          "line": 363,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 16012,
      "end": 16021,
      "loc": {
        "start": {
          "line": 363,
          "column": 27
        },
        "end": {
          "line": 363,
          "column": 36
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Line, Arc",
      "start": 16022,
      "end": 16034,
      "loc": {
        "start": {
          "line": 363,
          "column": 37
        },
        "end": {
          "line": 363,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16039,
      "end": 16040,
      "loc": {
        "start": {
          "line": 364,
          "column": 4
        },
        "end": {
          "line": 364,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16049,
      "end": 16050,
      "loc": {
        "start": {
          "line": 365,
          "column": 8
        },
        "end": {
          "line": 365,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 16050,
      "end": 16060,
      "loc": {
        "start": {
          "line": 365,
          "column": 9
        },
        "end": {
          "line": 365,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16060,
      "end": 16061,
      "loc": {
        "start": {
          "line": 365,
          "column": 19
        },
        "end": {
          "line": 365,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 16061,
      "end": 16066,
      "loc": {
        "start": {
          "line": 365,
          "column": 20
        },
        "end": {
          "line": 365,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16066,
      "end": 16067,
      "loc": {
        "start": {
          "line": 365,
          "column": 25
        },
        "end": {
          "line": 365,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 16068,
      "end": 16078,
      "loc": {
        "start": {
          "line": 365,
          "column": 27
        },
        "end": {
          "line": 365,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16078,
      "end": 16079,
      "loc": {
        "start": {
          "line": 365,
          "column": 37
        },
        "end": {
          "line": 365,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 16079,
      "end": 16082,
      "loc": {
        "start": {
          "line": 365,
          "column": 38
        },
        "end": {
          "line": 365,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16082,
      "end": 16083,
      "loc": {
        "start": {
          "line": 365,
          "column": 41
        },
        "end": {
          "line": 365,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 16084,
      "end": 16085,
      "loc": {
        "start": {
          "line": 365,
          "column": 43
        },
        "end": {
          "line": 365,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16086,
      "end": 16087,
      "loc": {
        "start": {
          "line": 365,
          "column": 45
        },
        "end": {
          "line": 365,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 16087,
      "end": 16097,
      "loc": {
        "start": {
          "line": 365,
          "column": 46
        },
        "end": {
          "line": 365,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16097,
      "end": 16098,
      "loc": {
        "start": {
          "line": 365,
          "column": 56
        },
        "end": {
          "line": 365,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 16098,
      "end": 16101,
      "loc": {
        "start": {
          "line": 365,
          "column": 57
        },
        "end": {
          "line": 365,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16101,
      "end": 16102,
      "loc": {
        "start": {
          "line": 365,
          "column": 60
        },
        "end": {
          "line": 365,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 16103,
      "end": 16113,
      "loc": {
        "start": {
          "line": 365,
          "column": 62
        },
        "end": {
          "line": 365,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16113,
      "end": 16114,
      "loc": {
        "start": {
          "line": 365,
          "column": 72
        },
        "end": {
          "line": 365,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 16114,
      "end": 16119,
      "loc": {
        "start": {
          "line": 365,
          "column": 73
        },
        "end": {
          "line": 365,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16119,
      "end": 16120,
      "loc": {
        "start": {
          "line": 365,
          "column": 78
        },
        "end": {
          "line": 365,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16120,
      "end": 16121,
      "loc": {
        "start": {
          "line": 365,
          "column": 79
        },
        "end": {
          "line": 365,
          "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": 16126,
      "end": 16128,
      "loc": {
        "start": {
          "line": 366,
          "column": 4
        },
        "end": {
          "line": 366,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16129,
      "end": 16130,
      "loc": {
        "start": {
          "line": 366,
          "column": 7
        },
        "end": {
          "line": 366,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 16139,
      "end": 16149,
      "loc": {
        "start": {
          "line": 367,
          "column": 8
        },
        "end": {
          "line": 367,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16149,
      "end": 16150,
      "loc": {
        "start": {
          "line": 367,
          "column": 18
        },
        "end": {
          "line": 367,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clockwise",
      "start": 16150,
      "end": 16159,
      "loc": {
        "start": {
          "line": 367,
          "column": 19
        },
        "end": {
          "line": 367,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 16160,
      "end": 16163,
      "loc": {
        "start": {
          "line": 367,
          "column": 29
        },
        "end": {
          "line": 367,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 16164,
      "end": 16173,
      "loc": {
        "start": {
          "line": 367,
          "column": 33
        },
        "end": {
          "line": 367,
          "column": 42
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "Arc",
      "start": 16174,
      "end": 16179,
      "loc": {
        "start": {
          "line": 367,
          "column": 43
        },
        "end": {
          "line": 367,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16184,
      "end": 16185,
      "loc": {
        "start": {
          "line": 368,
          "column": 4
        },
        "end": {
          "line": 368,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 16194,
      "end": 16204,
      "loc": {
        "start": {
          "line": 369,
          "column": 8
        },
        "end": {
          "line": 369,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16204,
      "end": 16205,
      "loc": {
        "start": {
          "line": 369,
          "column": 18
        },
        "end": {
          "line": 369,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clockwise",
      "start": 16205,
      "end": 16214,
      "loc": {
        "start": {
          "line": 369,
          "column": 19
        },
        "end": {
          "line": 369,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 16215,
      "end": 16216,
      "loc": {
        "start": {
          "line": 369,
          "column": 29
        },
        "end": {
          "line": 369,
          "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": 16217,
      "end": 16218,
      "loc": {
        "start": {
          "line": 369,
          "column": 31
        },
        "end": {
          "line": 369,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 16218,
      "end": 16228,
      "loc": {
        "start": {
          "line": 369,
          "column": 32
        },
        "end": {
          "line": 369,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16228,
      "end": 16229,
      "loc": {
        "start": {
          "line": 369,
          "column": 42
        },
        "end": {
          "line": 369,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clockwise",
      "start": 16229,
      "end": 16238,
      "loc": {
        "start": {
          "line": 369,
          "column": 43
        },
        "end": {
          "line": 369,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16238,
      "end": 16239,
      "loc": {
        "start": {
          "line": 369,
          "column": 52
        },
        "end": {
          "line": 369,
          "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": 16244,
      "end": 16250,
      "loc": {
        "start": {
          "line": 370,
          "column": 4
        },
        "end": {
          "line": 370,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geomParams",
      "start": 16251,
      "end": 16261,
      "loc": {
        "start": {
          "line": 370,
          "column": 11
        },
        "end": {
          "line": 370,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16261,
      "end": 16262,
      "loc": {
        "start": {
          "line": 370,
          "column": 21
        },
        "end": {
          "line": 370,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16263,
      "end": 16264,
      "loc": {
        "start": {
          "line": 371,
          "column": 0
        },
        "end": {
          "line": 371,
          "column": 1
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " cross product",
      "start": 16266,
      "end": 16282,
      "loc": {
        "start": {
          "line": 373,
          "column": 0
        },
        "end": {
          "line": 373,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 16283,
      "end": 16291,
      "loc": {
        "start": {
          "line": 374,
          "column": 0
        },
        "end": {
          "line": 374,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cross",
      "start": 16292,
      "end": 16297,
      "loc": {
        "start": {
          "line": 374,
          "column": 9
        },
        "end": {
          "line": 374,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16297,
      "end": 16298,
      "loc": {
        "start": {
          "line": 374,
          "column": 14
        },
        "end": {
          "line": 374,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "a",
      "start": 16298,
      "end": 16299,
      "loc": {
        "start": {
          "line": 374,
          "column": 15
        },
        "end": {
          "line": 374,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16299,
      "end": 16300,
      "loc": {
        "start": {
          "line": 374,
          "column": 16
        },
        "end": {
          "line": 374,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 16301,
      "end": 16302,
      "loc": {
        "start": {
          "line": 374,
          "column": 18
        },
        "end": {
          "line": 374,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16302,
      "end": 16303,
      "loc": {
        "start": {
          "line": 374,
          "column": 19
        },
        "end": {
          "line": 374,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16304,
      "end": 16305,
      "loc": {
        "start": {
          "line": 374,
          "column": 21
        },
        "end": {
          "line": 374,
          "column": 22
        }
      }
    },
    {
      "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": 16310,
      "end": 16316,
      "loc": {
        "start": {
          "line": 375,
          "column": 4
        },
        "end": {
          "line": 375,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "a",
      "start": 16317,
      "end": 16318,
      "loc": {
        "start": {
          "line": 375,
          "column": 11
        },
        "end": {
          "line": 375,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16318,
      "end": 16319,
      "loc": {
        "start": {
          "line": 375,
          "column": 12
        },
        "end": {
          "line": 375,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 16319,
      "end": 16320,
      "loc": {
        "start": {
          "line": 375,
          "column": 13
        },
        "end": {
          "line": 375,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 16321,
      "end": 16322,
      "loc": {
        "start": {
          "line": 375,
          "column": 15
        },
        "end": {
          "line": 375,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 16323,
      "end": 16324,
      "loc": {
        "start": {
          "line": 375,
          "column": 17
        },
        "end": {
          "line": 375,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16324,
      "end": 16325,
      "loc": {
        "start": {
          "line": 375,
          "column": 18
        },
        "end": {
          "line": 375,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 16325,
      "end": 16326,
      "loc": {
        "start": {
          "line": 375,
          "column": 19
        },
        "end": {
          "line": 375,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 16327,
      "end": 16328,
      "loc": {
        "start": {
          "line": 375,
          "column": 21
        },
        "end": {
          "line": 375,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "a",
      "start": 16329,
      "end": 16330,
      "loc": {
        "start": {
          "line": 375,
          "column": 23
        },
        "end": {
          "line": 375,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16330,
      "end": 16331,
      "loc": {
        "start": {
          "line": 375,
          "column": 24
        },
        "end": {
          "line": 375,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 16331,
      "end": 16332,
      "loc": {
        "start": {
          "line": 375,
          "column": 25
        },
        "end": {
          "line": 375,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 16333,
      "end": 16334,
      "loc": {
        "start": {
          "line": 375,
          "column": 27
        },
        "end": {
          "line": 375,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 16335,
      "end": 16336,
      "loc": {
        "start": {
          "line": 375,
          "column": 29
        },
        "end": {
          "line": 375,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16336,
      "end": 16337,
      "loc": {
        "start": {
          "line": 375,
          "column": 30
        },
        "end": {
          "line": 375,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 16337,
      "end": 16338,
      "loc": {
        "start": {
          "line": 375,
          "column": 31
        },
        "end": {
          "line": 375,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16338,
      "end": 16339,
      "loc": {
        "start": {
          "line": 375,
          "column": 32
        },
        "end": {
          "line": 375,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16340,
      "end": 16341,
      "loc": {
        "start": {
          "line": 376,
          "column": 0
        },
        "end": {
          "line": 376,
          "column": 1
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " cathetus (cf. Math.hypot): y = sqrt(z**2 - x**2) || 0",
      "start": 16343,
      "end": 16399,
      "loc": {
        "start": {
          "line": 378,
          "column": 0
        },
        "end": {
          "line": 378,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 16400,
      "end": 16408,
      "loc": {
        "start": {
          "line": 379,
          "column": 0
        },
        "end": {
          "line": 379,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cath",
      "start": 16409,
      "end": 16413,
      "loc": {
        "start": {
          "line": 379,
          "column": 9
        },
        "end": {
          "line": 379,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16413,
      "end": 16414,
      "loc": {
        "start": {
          "line": 379,
          "column": 13
        },
        "end": {
          "line": 379,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "z",
      "start": 16414,
      "end": 16415,
      "loc": {
        "start": {
          "line": 379,
          "column": 14
        },
        "end": {
          "line": 379,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16415,
      "end": 16416,
      "loc": {
        "start": {
          "line": 379,
          "column": 15
        },
        "end": {
          "line": 379,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 16417,
      "end": 16418,
      "loc": {
        "start": {
          "line": 379,
          "column": 17
        },
        "end": {
          "line": 379,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16418,
      "end": 16419,
      "loc": {
        "start": {
          "line": 379,
          "column": 18
        },
        "end": {
          "line": 379,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16420,
      "end": 16421,
      "loc": {
        "start": {
          "line": 379,
          "column": 20
        },
        "end": {
          "line": 379,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 16426,
      "end": 16431,
      "loc": {
        "start": {
          "line": 380,
          "column": 4
        },
        "end": {
          "line": 380,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 16432,
      "end": 16433,
      "loc": {
        "start": {
          "line": 380,
          "column": 10
        },
        "end": {
          "line": 380,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 16434,
      "end": 16435,
      "loc": {
        "start": {
          "line": 380,
          "column": 12
        },
        "end": {
          "line": 380,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 16436,
      "end": 16440,
      "loc": {
        "start": {
          "line": 380,
          "column": 14
        },
        "end": {
          "line": 380,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16440,
      "end": 16441,
      "loc": {
        "start": {
          "line": 380,
          "column": 18
        },
        "end": {
          "line": 380,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sqrt",
      "start": 16441,
      "end": 16445,
      "loc": {
        "start": {
          "line": 380,
          "column": 19
        },
        "end": {
          "line": 380,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16445,
      "end": 16446,
      "loc": {
        "start": {
          "line": 380,
          "column": 23
        },
        "end": {
          "line": 380,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "z",
      "start": 16446,
      "end": 16447,
      "loc": {
        "start": {
          "line": 380,
          "column": 24
        },
        "end": {
          "line": 380,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 16448,
      "end": 16449,
      "loc": {
        "start": {
          "line": 380,
          "column": 26
        },
        "end": {
          "line": 380,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "z",
      "start": 16450,
      "end": 16451,
      "loc": {
        "start": {
          "line": 380,
          "column": 28
        },
        "end": {
          "line": 380,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 16452,
      "end": 16453,
      "loc": {
        "start": {
          "line": 380,
          "column": 30
        },
        "end": {
          "line": 380,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 16454,
      "end": 16455,
      "loc": {
        "start": {
          "line": 380,
          "column": 32
        },
        "end": {
          "line": 380,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 16456,
      "end": 16457,
      "loc": {
        "start": {
          "line": 380,
          "column": 34
        },
        "end": {
          "line": 380,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 16458,
      "end": 16459,
      "loc": {
        "start": {
          "line": 380,
          "column": 36
        },
        "end": {
          "line": 380,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16459,
      "end": 16460,
      "loc": {
        "start": {
          "line": 380,
          "column": 37
        },
        "end": {
          "line": 380,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16460,
      "end": 16461,
      "loc": {
        "start": {
          "line": 380,
          "column": 38
        },
        "end": {
          "line": 380,
          "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": 16466,
      "end": 16472,
      "loc": {
        "start": {
          "line": 381,
          "column": 4
        },
        "end": {
          "line": 381,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Number",
      "start": 16473,
      "end": 16479,
      "loc": {
        "start": {
          "line": 381,
          "column": 11
        },
        "end": {
          "line": 381,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16479,
      "end": 16480,
      "loc": {
        "start": {
          "line": 381,
          "column": 17
        },
        "end": {
          "line": 381,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isNaN",
      "start": 16480,
      "end": 16485,
      "loc": {
        "start": {
          "line": 381,
          "column": 18
        },
        "end": {
          "line": 381,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16485,
      "end": 16486,
      "loc": {
        "start": {
          "line": 381,
          "column": 23
        },
        "end": {
          "line": 381,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 16486,
      "end": 16487,
      "loc": {
        "start": {
          "line": 381,
          "column": 24
        },
        "end": {
          "line": 381,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16487,
      "end": 16488,
      "loc": {
        "start": {
          "line": 381,
          "column": 25
        },
        "end": {
          "line": 381,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16489,
      "end": 16490,
      "loc": {
        "start": {
          "line": 381,
          "column": 27
        },
        "end": {
          "line": 381,
          "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,
      "start": 16491,
      "end": 16492,
      "loc": {
        "start": {
          "line": 381,
          "column": 29
        },
        "end": {
          "line": 381,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16493,
      "end": 16494,
      "loc": {
        "start": {
          "line": 381,
          "column": 31
        },
        "end": {
          "line": 381,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 16495,
      "end": 16496,
      "loc": {
        "start": {
          "line": 381,
          "column": 33
        },
        "end": {
          "line": 381,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16496,
      "end": 16497,
      "loc": {
        "start": {
          "line": 381,
          "column": 34
        },
        "end": {
          "line": 381,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16498,
      "end": 16499,
      "loc": {
        "start": {
          "line": 382,
          "column": 0
        },
        "end": {
          "line": 382,
          "column": 1
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " set a vector from orthogonal coordinates: xdir = x * xdir + y * xdir^T",
      "start": 16501,
      "end": 16574,
      "loc": {
        "start": {
          "line": 384,
          "column": 0
        },
        "end": {
          "line": 384,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 16575,
      "end": 16583,
      "loc": {
        "start": {
          "line": 385,
          "column": 0
        },
        "end": {
          "line": 385,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setVectorFromOrthoCoords",
      "start": 16584,
      "end": 16608,
      "loc": {
        "start": {
          "line": 385,
          "column": 9
        },
        "end": {
          "line": 385,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16608,
      "end": 16609,
      "loc": {
        "start": {
          "line": 385,
          "column": 33
        },
        "end": {
          "line": 385,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "xdir",
      "start": 16609,
      "end": 16613,
      "loc": {
        "start": {
          "line": 385,
          "column": 34
        },
        "end": {
          "line": 385,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16613,
      "end": 16614,
      "loc": {
        "start": {
          "line": 385,
          "column": 38
        },
        "end": {
          "line": 385,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 16615,
      "end": 16616,
      "loc": {
        "start": {
          "line": 385,
          "column": 40
        },
        "end": {
          "line": 385,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16616,
      "end": 16617,
      "loc": {
        "start": {
          "line": 385,
          "column": 41
        },
        "end": {
          "line": 385,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 16618,
      "end": 16619,
      "loc": {
        "start": {
          "line": 385,
          "column": 43
        },
        "end": {
          "line": 385,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16619,
      "end": 16620,
      "loc": {
        "start": {
          "line": 385,
          "column": 44
        },
        "end": {
          "line": 385,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16621,
      "end": 16622,
      "loc": {
        "start": {
          "line": 385,
          "column": 46
        },
        "end": {
          "line": 385,
          "column": 47
        }
      }
    },
    {
      "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": 16627,
      "end": 16633,
      "loc": {
        "start": {
          "line": 386,
          "column": 4
        },
        "end": {
          "line": 386,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "xdir",
      "start": 16634,
      "end": 16638,
      "loc": {
        "start": {
          "line": 386,
          "column": 11
        },
        "end": {
          "line": 386,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16638,
      "end": 16639,
      "loc": {
        "start": {
          "line": 386,
          "column": 15
        },
        "end": {
          "line": 386,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "applyMatrix3",
      "start": 16639,
      "end": 16651,
      "loc": {
        "start": {
          "line": 386,
          "column": 16
        },
        "end": {
          "line": 386,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16651,
      "end": 16652,
      "loc": {
        "start": {
          "line": 386,
          "column": 28
        },
        "end": {
          "line": 386,
          "column": 29
        }
      }
    },
    {
      "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": 16652,
      "end": 16655,
      "loc": {
        "start": {
          "line": 386,
          "column": 29
        },
        "end": {
          "line": 386,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 16656,
      "end": 16661,
      "loc": {
        "start": {
          "line": 386,
          "column": 33
        },
        "end": {
          "line": 386,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16661,
      "end": 16662,
      "loc": {
        "start": {
          "line": 386,
          "column": 38
        },
        "end": {
          "line": 386,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Matrix3",
      "start": 16662,
      "end": 16669,
      "loc": {
        "start": {
          "line": 386,
          "column": 39
        },
        "end": {
          "line": 386,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16669,
      "end": 16670,
      "loc": {
        "start": {
          "line": 386,
          "column": 46
        },
        "end": {
          "line": 386,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16670,
      "end": 16671,
      "loc": {
        "start": {
          "line": 386,
          "column": 47
        },
        "end": {
          "line": 386,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16671,
      "end": 16672,
      "loc": {
        "start": {
          "line": 386,
          "column": 48
        },
        "end": {
          "line": 386,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fromArray",
      "start": 16672,
      "end": 16681,
      "loc": {
        "start": {
          "line": 386,
          "column": 49
        },
        "end": {
          "line": 386,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16681,
      "end": 16682,
      "loc": {
        "start": {
          "line": 386,
          "column": 58
        },
        "end": {
          "line": 386,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16682,
      "end": 16683,
      "loc": {
        "start": {
          "line": 386,
          "column": 59
        },
        "end": {
          "line": 386,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 16683,
      "end": 16684,
      "loc": {
        "start": {
          "line": 386,
          "column": 60
        },
        "end": {
          "line": 386,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16684,
      "end": 16685,
      "loc": {
        "start": {
          "line": 386,
          "column": 61
        },
        "end": {
          "line": 386,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 16686,
      "end": 16687,
      "loc": {
        "start": {
          "line": 386,
          "column": 63
        },
        "end": {
          "line": 386,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16687,
      "end": 16688,
      "loc": {
        "start": {
          "line": 386,
          "column": 64
        },
        "end": {
          "line": 386,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 16689,
      "end": 16690,
      "loc": {
        "start": {
          "line": 386,
          "column": 66
        },
        "end": {
          "line": 386,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16690,
      "end": 16691,
      "loc": {
        "start": {
          "line": 386,
          "column": 67
        },
        "end": {
          "line": 386,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 16692,
      "end": 16693,
      "loc": {
        "start": {
          "line": 386,
          "column": 69
        },
        "end": {
          "line": 386,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 16693,
      "end": 16694,
      "loc": {
        "start": {
          "line": 386,
          "column": 70
        },
        "end": {
          "line": 386,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16694,
      "end": 16695,
      "loc": {
        "start": {
          "line": 386,
          "column": 71
        },
        "end": {
          "line": 386,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 16696,
      "end": 16697,
      "loc": {
        "start": {
          "line": 386,
          "column": 73
        },
        "end": {
          "line": 386,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16697,
      "end": 16698,
      "loc": {
        "start": {
          "line": 386,
          "column": 74
        },
        "end": {
          "line": 386,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 16699,
      "end": 16700,
      "loc": {
        "start": {
          "line": 386,
          "column": 76
        },
        "end": {
          "line": 386,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16700,
      "end": 16701,
      "loc": {
        "start": {
          "line": 386,
          "column": 77
        },
        "end": {
          "line": 386,
          "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": 16702,
      "end": 16703,
      "loc": {
        "start": {
          "line": 386,
          "column": 79
        },
        "end": {
          "line": 386,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16703,
      "end": 16704,
      "loc": {
        "start": {
          "line": 386,
          "column": 80
        },
        "end": {
          "line": 386,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 16705,
      "end": 16706,
      "loc": {
        "start": {
          "line": 386,
          "column": 82
        },
        "end": {
          "line": 386,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16706,
      "end": 16707,
      "loc": {
        "start": {
          "line": 386,
          "column": 83
        },
        "end": {
          "line": 386,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 16708,
      "end": 16709,
      "loc": {
        "start": {
          "line": 386,
          "column": 85
        },
        "end": {
          "line": 386,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16709,
      "end": 16710,
      "loc": {
        "start": {
          "line": 386,
          "column": 86
        },
        "end": {
          "line": 386,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16710,
      "end": 16711,
      "loc": {
        "start": {
          "line": 386,
          "column": 87
        },
        "end": {
          "line": 386,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16711,
      "end": 16712,
      "loc": {
        "start": {
          "line": 386,
          "column": 88
        },
        "end": {
          "line": 386,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16712,
      "end": 16713,
      "loc": {
        "start": {
          "line": 386,
          "column": 89
        },
        "end": {
          "line": 386,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16714,
      "end": 16715,
      "loc": {
        "start": {
          "line": 387,
          "column": 0
        },
        "end": {
          "line": 387,
          "column": 1
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " set a vector from angle to OX and length",
      "start": 16717,
      "end": 16760,
      "loc": {
        "start": {
          "line": 389,
          "column": 0
        },
        "end": {
          "line": 389,
          "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": 16761,
      "end": 16769,
      "loc": {
        "start": {
          "line": 390,
          "column": 0
        },
        "end": {
          "line": 390,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setVectorFromAngleLength",
      "start": 16770,
      "end": 16794,
      "loc": {
        "start": {
          "line": 390,
          "column": 9
        },
        "end": {
          "line": 390,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16794,
      "end": 16795,
      "loc": {
        "start": {
          "line": 390,
          "column": 33
        },
        "end": {
          "line": 390,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vector3",
      "start": 16795,
      "end": 16802,
      "loc": {
        "start": {
          "line": 390,
          "column": 34
        },
        "end": {
          "line": 390,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16802,
      "end": 16803,
      "loc": {
        "start": {
          "line": 390,
          "column": 41
        },
        "end": {
          "line": 390,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 16804,
      "end": 16809,
      "loc": {
        "start": {
          "line": 390,
          "column": 43
        },
        "end": {
          "line": 390,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16809,
      "end": 16810,
      "loc": {
        "start": {
          "line": 390,
          "column": 48
        },
        "end": {
          "line": 390,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 16811,
      "end": 16817,
      "loc": {
        "start": {
          "line": 390,
          "column": 50
        },
        "end": {
          "line": 390,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16817,
      "end": 16818,
      "loc": {
        "start": {
          "line": 390,
          "column": 56
        },
        "end": {
          "line": 390,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16819,
      "end": 16820,
      "loc": {
        "start": {
          "line": 390,
          "column": 58
        },
        "end": {
          "line": 390,
          "column": 59
        }
      }
    },
    {
      "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": 16825,
      "end": 16831,
      "loc": {
        "start": {
          "line": 391,
          "column": 4
        },
        "end": {
          "line": 391,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vector3",
      "start": 16832,
      "end": 16839,
      "loc": {
        "start": {
          "line": 391,
          "column": 11
        },
        "end": {
          "line": 391,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16839,
      "end": 16840,
      "loc": {
        "start": {
          "line": 391,
          "column": 18
        },
        "end": {
          "line": 391,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "set",
      "start": 16840,
      "end": 16843,
      "loc": {
        "start": {
          "line": 391,
          "column": 19
        },
        "end": {
          "line": 391,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16843,
      "end": 16844,
      "loc": {
        "start": {
          "line": 391,
          "column": 22
        },
        "end": {
          "line": 391,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 16844,
      "end": 16848,
      "loc": {
        "start": {
          "line": 391,
          "column": 23
        },
        "end": {
          "line": 391,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16848,
      "end": 16849,
      "loc": {
        "start": {
          "line": 391,
          "column": 27
        },
        "end": {
          "line": 391,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cos",
      "start": 16849,
      "end": 16852,
      "loc": {
        "start": {
          "line": 391,
          "column": 28
        },
        "end": {
          "line": 391,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16852,
      "end": 16853,
      "loc": {
        "start": {
          "line": 391,
          "column": 31
        },
        "end": {
          "line": 391,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 16853,
      "end": 16858,
      "loc": {
        "start": {
          "line": 391,
          "column": 32
        },
        "end": {
          "line": 391,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16858,
      "end": 16859,
      "loc": {
        "start": {
          "line": 391,
          "column": 37
        },
        "end": {
          "line": 391,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16859,
      "end": 16860,
      "loc": {
        "start": {
          "line": 391,
          "column": 38
        },
        "end": {
          "line": 391,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 16861,
      "end": 16865,
      "loc": {
        "start": {
          "line": 391,
          "column": 40
        },
        "end": {
          "line": 391,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16865,
      "end": 16866,
      "loc": {
        "start": {
          "line": 391,
          "column": 44
        },
        "end": {
          "line": 391,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sin",
      "start": 16866,
      "end": 16869,
      "loc": {
        "start": {
          "line": 391,
          "column": 45
        },
        "end": {
          "line": 391,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16869,
      "end": 16870,
      "loc": {
        "start": {
          "line": 391,
          "column": 48
        },
        "end": {
          "line": 391,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 16870,
      "end": 16875,
      "loc": {
        "start": {
          "line": 391,
          "column": 49
        },
        "end": {
          "line": 391,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16875,
      "end": 16876,
      "loc": {
        "start": {
          "line": 391,
          "column": 54
        },
        "end": {
          "line": 391,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16876,
      "end": 16877,
      "loc": {
        "start": {
          "line": 391,
          "column": 55
        },
        "end": {
          "line": 391,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 16878,
      "end": 16879,
      "loc": {
        "start": {
          "line": 391,
          "column": 57
        },
        "end": {
          "line": 391,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16879,
      "end": 16880,
      "loc": {
        "start": {
          "line": 391,
          "column": 58
        },
        "end": {
          "line": 391,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16880,
      "end": 16881,
      "loc": {
        "start": {
          "line": 391,
          "column": 59
        },
        "end": {
          "line": 391,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "multiplyScalar",
      "start": 16881,
      "end": 16895,
      "loc": {
        "start": {
          "line": 391,
          "column": 60
        },
        "end": {
          "line": 391,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16895,
      "end": 16896,
      "loc": {
        "start": {
          "line": 391,
          "column": 74
        },
        "end": {
          "line": 391,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 16896,
      "end": 16902,
      "loc": {
        "start": {
          "line": 391,
          "column": 75
        },
        "end": {
          "line": 391,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16902,
      "end": 16903,
      "loc": {
        "start": {
          "line": 391,
          "column": 81
        },
        "end": {
          "line": 391,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16903,
      "end": 16904,
      "loc": {
        "start": {
          "line": 391,
          "column": 82
        },
        "end": {
          "line": 391,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16905,
      "end": 16906,
      "loc": {
        "start": {
          "line": 392,
          "column": 0
        },
        "end": {
          "line": 392,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16907,
      "end": 16907,
      "loc": {
        "start": {
          "line": 393,
          "column": 0
        },
        "end": {
          "line": 393,
          "column": 0
        }
      }
    }
  ]
}