{
  "type": "File",
  "start": 0,
  "end": 2318,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 48,
      "column": 0
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 2318,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 48,
        "column": 0
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "ImportDeclaration",
        "start": 0,
        "end": 31,
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 1,
            "column": 31
          }
        },
        "specifiers": [
          {
            "type": "ImportNamespaceSpecifier",
            "start": 7,
            "end": 17,
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 17
              }
            },
            "local": {
              "type": "Identifier",
              "start": 12,
              "end": 17,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 12
                },
                "end": {
                  "line": 1,
                  "column": 17
                },
                "identifierName": "THREE"
              },
              "name": "THREE"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 23,
          "end": 30,
          "loc": {
            "start": {
              "line": 1,
              "column": 23
            },
            "end": {
              "line": 1,
              "column": 30
            }
          },
          "extra": {
            "rawValue": "three",
            "raw": "'three'"
          },
          "value": "three"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 32,
        "end": 66,
        "loc": {
          "start": {
            "line": 2,
            "column": 0
          },
          "end": {
            "line": 2,
            "column": 34
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 39,
            "end": 51,
            "loc": {
              "start": {
                "line": 2,
                "column": 7
              },
              "end": {
                "line": 2,
                "column": 19
              }
            },
            "local": {
              "type": "Identifier",
              "start": 39,
              "end": 51,
              "loc": {
                "start": {
                  "line": 2,
                  "column": 7
                },
                "end": {
                  "line": 2,
                  "column": 19
                },
                "identifierName": "BaseGraphics"
              },
              "name": "BaseGraphics"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 57,
          "end": 65,
          "loc": {
            "start": {
              "line": 2,
              "column": 25
            },
            "end": {
              "line": 2,
              "column": 33
            }
          },
          "extra": {
            "rawValue": "./base",
            "raw": "'./base'"
          },
          "value": "./base"
        }
      },
      {
        "type": "FunctionDeclaration",
        "start": 68,
        "end": 317,
        "loc": {
          "start": {
            "line": 4,
            "column": 0
          },
          "end": {
            "line": 11,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 77,
          "end": 89,
          "loc": {
            "start": {
              "line": 4,
              "column": 9
            },
            "end": {
              "line": 4,
              "column": 21
            },
            "identifierName": "closestAngle"
          },
          "name": "closestAngle"
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 90,
            "end": 95,
            "loc": {
              "start": {
                "line": 4,
                "column": 22
              },
              "end": {
                "line": 4,
                "column": 27
              },
              "identifierName": "value"
            },
            "name": "value"
          },
          {
            "type": "Identifier",
            "start": 97,
            "end": 99,
            "loc": {
              "start": {
                "line": 4,
                "column": 29
              },
              "end": {
                "line": 4,
                "column": 31
              },
              "identifierName": "to"
            },
            "name": "to"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 101,
          "end": 317,
          "loc": {
            "start": {
              "line": 4,
              "column": 33
            },
            "end": {
              "line": 11,
              "column": 1
            }
          },
          "body": [
            {
              "type": "VariableDeclaration",
              "start": 107,
              "end": 129,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 4
                },
                "end": {
                  "line": 5,
                  "column": 26
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 113,
                  "end": 128,
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 10
                    },
                    "end": {
                      "line": 5,
                      "column": 25
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 113,
                    "end": 116,
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 10
                      },
                      "end": {
                        "line": 5,
                        "column": 13
                      },
                      "identifierName": "pi2"
                    },
                    "name": "pi2"
                  },
                  "init": {
                    "type": "BinaryExpression",
                    "start": 119,
                    "end": 128,
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 16
                      },
                      "end": {
                        "line": 5,
                        "column": 25
                      }
                    },
                    "left": {
                      "type": "NumericLiteral",
                      "start": 119,
                      "end": 120,
                      "loc": {
                        "start": {
                          "line": 5,
                          "column": 16
                        },
                        "end": {
                          "line": 5,
                          "column": 17
                        }
                      },
                      "extra": {
                        "rawValue": 2,
                        "raw": "2"
                      },
                      "value": 2
                    },
                    "operator": "*",
                    "right": {
                      "type": "MemberExpression",
                      "start": 121,
                      "end": 128,
                      "loc": {
                        "start": {
                          "line": 5,
                          "column": 18
                        },
                        "end": {
                          "line": 5,
                          "column": 25
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 121,
                        "end": 125,
                        "loc": {
                          "start": {
                            "line": 5,
                            "column": 18
                          },
                          "end": {
                            "line": 5,
                            "column": 22
                          },
                          "identifierName": "Math"
                        },
                        "name": "Math"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 126,
                        "end": 128,
                        "loc": {
                          "start": {
                            "line": 5,
                            "column": 23
                          },
                          "end": {
                            "line": 5,
                            "column": 25
                          },
                          "identifierName": "PI"
                        },
                        "name": "PI"
                      },
                      "computed": false
                    }
                  }
                }
              ],
              "kind": "const"
            },
            {
              "type": "WhileStatement",
              "start": 134,
              "end": 213,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 4
                },
                "end": {
                  "line": 7,
                  "column": 21
                }
              },
              "test": {
                "type": "BinaryExpression",
                "start": 141,
                "end": 190,
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 11
                  },
                  "end": {
                    "line": 6,
                    "column": 60
                  }
                },
                "left": {
                  "type": "CallExpression",
                  "start": 141,
                  "end": 167,
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 11
                    },
                    "end": {
                      "line": 6,
                      "column": 37
                    }
                  },
                  "callee": {
                    "type": "MemberExpression",
                    "start": 141,
                    "end": 149,
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 11
                      },
                      "end": {
                        "line": 6,
                        "column": 19
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 141,
                      "end": 145,
                      "loc": {
                        "start": {
                          "line": 6,
                          "column": 11
                        },
                        "end": {
                          "line": 6,
                          "column": 15
                        },
                        "identifierName": "Math"
                      },
                      "name": "Math"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 146,
                      "end": 149,
                      "loc": {
                        "start": {
                          "line": 6,
                          "column": 16
                        },
                        "end": {
                          "line": 6,
                          "column": 19
                        },
                        "identifierName": "abs"
                      },
                      "name": "abs"
                    },
                    "computed": false
                  },
                  "arguments": [
                    {
                      "type": "BinaryExpression",
                      "start": 150,
                      "end": 166,
                      "loc": {
                        "start": {
                          "line": 6,
                          "column": 20
                        },
                        "end": {
                          "line": 6,
                          "column": 36
                        }
                      },
                      "left": {
                        "type": "BinaryExpression",
                        "start": 150,
                        "end": 161,
                        "loc": {
                          "start": {
                            "line": 6,
                            "column": 20
                          },
                          "end": {
                            "line": 6,
                            "column": 31
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 150,
                          "end": 155,
                          "loc": {
                            "start": {
                              "line": 6,
                              "column": 20
                            },
                            "end": {
                              "line": 6,
                              "column": 25
                            },
                            "identifierName": "value"
                          },
                          "name": "value"
                        },
                        "operator": "-",
                        "right": {
                          "type": "Identifier",
                          "start": 158,
                          "end": 161,
                          "loc": {
                            "start": {
                              "line": 6,
                              "column": 28
                            },
                            "end": {
                              "line": 6,
                              "column": 31
                            },
                            "identifierName": "pi2"
                          },
                          "name": "pi2"
                        }
                      },
                      "operator": "-",
                      "right": {
                        "type": "Identifier",
                        "start": 164,
                        "end": 166,
                        "loc": {
                          "start": {
                            "line": 6,
                            "column": 34
                          },
                          "end": {
                            "line": 6,
                            "column": 36
                          },
                          "identifierName": "to"
                        },
                        "name": "to"
                      }
                    }
                  ]
                },
                "operator": "<",
                "right": {
                  "type": "CallExpression",
                  "start": 170,
                  "end": 190,
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 40
                    },
                    "end": {
                      "line": 6,
                      "column": 60
                    }
                  },
                  "callee": {
                    "type": "MemberExpression",
                    "start": 170,
                    "end": 178,
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 40
                      },
                      "end": {
                        "line": 6,
                        "column": 48
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 170,
                      "end": 174,
                      "loc": {
                        "start": {
                          "line": 6,
                          "column": 40
                        },
                        "end": {
                          "line": 6,
                          "column": 44
                        },
                        "identifierName": "Math"
                      },
                      "name": "Math"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 175,
                      "end": 178,
                      "loc": {
                        "start": {
                          "line": 6,
                          "column": 45
                        },
                        "end": {
                          "line": 6,
                          "column": 48
                        },
                        "identifierName": "abs"
                      },
                      "name": "abs"
                    },
                    "computed": false
                  },
                  "arguments": [
                    {
                      "type": "BinaryExpression",
                      "start": 179,
                      "end": 189,
                      "loc": {
                        "start": {
                          "line": 6,
                          "column": 49
                        },
                        "end": {
                          "line": 6,
                          "column": 59
                        }
                      },
                      "left": {
                        "type": "Identifier",
                        "start": 179,
                        "end": 184,
                        "loc": {
                          "start": {
                            "line": 6,
                            "column": 49
                          },
                          "end": {
                            "line": 6,
                            "column": 54
                          },
                          "identifierName": "value"
                        },
                        "name": "value"
                      },
                      "operator": "-",
                      "right": {
                        "type": "Identifier",
                        "start": 187,
                        "end": 189,
                        "loc": {
                          "start": {
                            "line": 6,
                            "column": 57
                          },
                          "end": {
                            "line": 6,
                            "column": 59
                          },
                          "identifierName": "to"
                        },
                        "name": "to"
                      }
                    }
                  ]
                }
              },
              "body": {
                "type": "ExpressionStatement",
                "start": 200,
                "end": 213,
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 8
                  },
                  "end": {
                    "line": 7,
                    "column": 21
                  }
                },
                "expression": {
                  "type": "AssignmentExpression",
                  "start": 200,
                  "end": 212,
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 8
                    },
                    "end": {
                      "line": 7,
                      "column": 20
                    }
                  },
                  "operator": "-=",
                  "left": {
                    "type": "Identifier",
                    "start": 200,
                    "end": 205,
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 8
                      },
                      "end": {
                        "line": 7,
                        "column": 13
                      },
                      "identifierName": "value"
                    },
                    "name": "value"
                  },
                  "right": {
                    "type": "Identifier",
                    "start": 209,
                    "end": 212,
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 17
                      },
                      "end": {
                        "line": 7,
                        "column": 20
                      },
                      "identifierName": "pi2"
                    },
                    "name": "pi2"
                  }
                }
              }
            },
            {
              "type": "WhileStatement",
              "start": 218,
              "end": 297,
              "loc": {
                "start": {
                  "line": 8,
                  "column": 4
                },
                "end": {
                  "line": 9,
                  "column": 21
                }
              },
              "test": {
                "type": "BinaryExpression",
                "start": 225,
                "end": 274,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 11
                  },
                  "end": {
                    "line": 8,
                    "column": 60
                  }
                },
                "left": {
                  "type": "CallExpression",
                  "start": 225,
                  "end": 251,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 11
                    },
                    "end": {
                      "line": 8,
                      "column": 37
                    }
                  },
                  "callee": {
                    "type": "MemberExpression",
                    "start": 225,
                    "end": 233,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 11
                      },
                      "end": {
                        "line": 8,
                        "column": 19
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 225,
                      "end": 229,
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 11
                        },
                        "end": {
                          "line": 8,
                          "column": 15
                        },
                        "identifierName": "Math"
                      },
                      "name": "Math"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 230,
                      "end": 233,
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 16
                        },
                        "end": {
                          "line": 8,
                          "column": 19
                        },
                        "identifierName": "abs"
                      },
                      "name": "abs"
                    },
                    "computed": false
                  },
                  "arguments": [
                    {
                      "type": "BinaryExpression",
                      "start": 234,
                      "end": 250,
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 20
                        },
                        "end": {
                          "line": 8,
                          "column": 36
                        }
                      },
                      "left": {
                        "type": "BinaryExpression",
                        "start": 234,
                        "end": 245,
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 20
                          },
                          "end": {
                            "line": 8,
                            "column": 31
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 234,
                          "end": 239,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 20
                            },
                            "end": {
                              "line": 8,
                              "column": 25
                            },
                            "identifierName": "value"
                          },
                          "name": "value"
                        },
                        "operator": "+",
                        "right": {
                          "type": "Identifier",
                          "start": 242,
                          "end": 245,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 28
                            },
                            "end": {
                              "line": 8,
                              "column": 31
                            },
                            "identifierName": "pi2"
                          },
                          "name": "pi2"
                        }
                      },
                      "operator": "-",
                      "right": {
                        "type": "Identifier",
                        "start": 248,
                        "end": 250,
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 34
                          },
                          "end": {
                            "line": 8,
                            "column": 36
                          },
                          "identifierName": "to"
                        },
                        "name": "to"
                      }
                    }
                  ]
                },
                "operator": "<",
                "right": {
                  "type": "CallExpression",
                  "start": 254,
                  "end": 274,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 40
                    },
                    "end": {
                      "line": 8,
                      "column": 60
                    }
                  },
                  "callee": {
                    "type": "MemberExpression",
                    "start": 254,
                    "end": 262,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 40
                      },
                      "end": {
                        "line": 8,
                        "column": 48
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 254,
                      "end": 258,
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 40
                        },
                        "end": {
                          "line": 8,
                          "column": 44
                        },
                        "identifierName": "Math"
                      },
                      "name": "Math"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 259,
                      "end": 262,
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 45
                        },
                        "end": {
                          "line": 8,
                          "column": 48
                        },
                        "identifierName": "abs"
                      },
                      "name": "abs"
                    },
                    "computed": false
                  },
                  "arguments": [
                    {
                      "type": "BinaryExpression",
                      "start": 263,
                      "end": 273,
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 49
                        },
                        "end": {
                          "line": 8,
                          "column": 59
                        }
                      },
                      "left": {
                        "type": "Identifier",
                        "start": 263,
                        "end": 268,
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 49
                          },
                          "end": {
                            "line": 8,
                            "column": 54
                          },
                          "identifierName": "value"
                        },
                        "name": "value"
                      },
                      "operator": "-",
                      "right": {
                        "type": "Identifier",
                        "start": 271,
                        "end": 273,
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 57
                          },
                          "end": {
                            "line": 8,
                            "column": 59
                          },
                          "identifierName": "to"
                        },
                        "name": "to"
                      }
                    }
                  ]
                }
              },
              "body": {
                "type": "ExpressionStatement",
                "start": 284,
                "end": 297,
                "loc": {
                  "start": {
                    "line": 9,
                    "column": 8
                  },
                  "end": {
                    "line": 9,
                    "column": 21
                  }
                },
                "expression": {
                  "type": "AssignmentExpression",
                  "start": 284,
                  "end": 296,
                  "loc": {
                    "start": {
                      "line": 9,
                      "column": 8
                    },
                    "end": {
                      "line": 9,
                      "column": 20
                    }
                  },
                  "operator": "+=",
                  "left": {
                    "type": "Identifier",
                    "start": 284,
                    "end": 289,
                    "loc": {
                      "start": {
                        "line": 9,
                        "column": 8
                      },
                      "end": {
                        "line": 9,
                        "column": 13
                      },
                      "identifierName": "value"
                    },
                    "name": "value"
                  },
                  "right": {
                    "type": "Identifier",
                    "start": 293,
                    "end": 296,
                    "loc": {
                      "start": {
                        "line": 9,
                        "column": 17
                      },
                      "end": {
                        "line": 9,
                        "column": 20
                      },
                      "identifierName": "pi2"
                    },
                    "name": "pi2"
                  }
                }
              }
            },
            {
              "type": "ReturnStatement",
              "start": 302,
              "end": 315,
              "loc": {
                "start": {
                  "line": 10,
                  "column": 4
                },
                "end": {
                  "line": 10,
                  "column": 17
                }
              },
              "argument": {
                "type": "Identifier",
                "start": 309,
                "end": 314,
                "loc": {
                  "start": {
                    "line": 10,
                    "column": 11
                  },
                  "end": {
                    "line": 10,
                    "column": 16
                  },
                  "identifierName": "value"
                },
                "name": "value"
              }
            }
          ],
          "directives": []
        }
      },
      {
        "type": "ExportDefaultDeclaration",
        "start": 319,
        "end": 2317,
        "loc": {
          "start": {
            "line": 13,
            "column": 0
          },
          "end": {
            "line": 47,
            "column": 1
          }
        },
        "declaration": {
          "type": "ClassDeclaration",
          "start": 334,
          "end": 2317,
          "loc": {
            "start": {
              "line": 13,
              "column": 15
            },
            "end": {
              "line": 47,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 340,
            "end": 347,
            "loc": {
              "start": {
                "line": 13,
                "column": 21
              },
              "end": {
                "line": 13,
                "column": 28
              },
              "identifierName": "Angular"
            },
            "name": "Angular"
          },
          "superClass": {
            "type": "Identifier",
            "start": 356,
            "end": 368,
            "loc": {
              "start": {
                "line": 13,
                "column": 37
              },
              "end": {
                "line": 13,
                "column": 49
              },
              "identifierName": "BaseGraphics"
            },
            "name": "BaseGraphics"
          },
          "body": {
            "type": "ClassBody",
            "start": 369,
            "end": 2317,
            "loc": {
              "start": {
                "line": 13,
                "column": 50
              },
              "end": {
                "line": 47,
                "column": 1
              }
            },
            "body": [
              {
                "type": "ClassMethod",
                "start": 375,
                "end": 436,
                "loc": {
                  "start": {
                    "line": 14,
                    "column": 4
                  },
                  "end": {
                    "line": 16,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 375,
                  "end": 386,
                  "loc": {
                    "start": {
                      "line": 14,
                      "column": 4
                    },
                    "end": {
                      "line": 14,
                      "column": 15
                    },
                    "identifierName": "constructor"
                  },
                  "name": "constructor"
                },
                "static": false,
                "kind": "constructor",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "RestElement",
                    "start": 387,
                    "end": 394,
                    "loc": {
                      "start": {
                        "line": 14,
                        "column": 16
                      },
                      "end": {
                        "line": 14,
                        "column": 23
                      }
                    },
                    "argument": {
                      "type": "Identifier",
                      "start": 390,
                      "end": 394,
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 19
                        },
                        "end": {
                          "line": 14,
                          "column": 23
                        },
                        "identifierName": "args"
                      },
                      "name": "args"
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 396,
                  "end": 436,
                  "loc": {
                    "start": {
                      "line": 14,
                      "column": 25
                    },
                    "end": {
                      "line": 16,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 406,
                      "end": 430,
                      "loc": {
                        "start": {
                          "line": 15,
                          "column": 8
                        },
                        "end": {
                          "line": 15,
                          "column": 32
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 406,
                        "end": 429,
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 8
                          },
                          "end": {
                            "line": 15,
                            "column": 31
                          }
                        },
                        "callee": {
                          "type": "Super",
                          "start": 406,
                          "end": 411,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 8
                            },
                            "end": {
                              "line": 15,
                              "column": 13
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "SpreadElement",
                            "start": 412,
                            "end": 419,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 14
                              },
                              "end": {
                                "line": 15,
                                "column": 21
                              }
                            },
                            "argument": {
                              "type": "Identifier",
                              "start": 415,
                              "end": 419,
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 17
                                },
                                "end": {
                                  "line": 15,
                                  "column": 21
                                },
                                "identifierName": "args"
                              },
                              "name": "args"
                            }
                          },
                          {
                            "type": "NumericLiteral",
                            "start": 421,
                            "end": 422,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 23
                              },
                              "end": {
                                "line": 15,
                                "column": 24
                              }
                            },
                            "extra": {
                              "rawValue": 2,
                              "raw": "2"
                            },
                            "value": 2
                          },
                          {
                            "type": "NumericLiteral",
                            "start": 424,
                            "end": 425,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 26
                              },
                              "end": {
                                "line": 15,
                                "column": 27
                              }
                            },
                            "extra": {
                              "rawValue": 2,
                              "raw": "2"
                            },
                            "value": 2
                          },
                          {
                            "type": "NumericLiteral",
                            "start": 427,
                            "end": 428,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 29
                              },
                              "end": {
                                "line": 15,
                                "column": 30
                              }
                            },
                            "extra": {
                              "rawValue": 2,
                              "raw": "2"
                            },
                            "value": 2
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 442,
                "end": 2315,
                "loc": {
                  "start": {
                    "line": 18,
                    "column": 4
                  },
                  "end": {
                    "line": 46,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 442,
                  "end": 457,
                  "loc": {
                    "start": {
                      "line": 18,
                      "column": 4
                    },
                    "end": {
                      "line": 18,
                      "column": 19
                    },
                    "identifierName": "updateFromState"
                  },
                  "name": "updateFromState"
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 458,
                    "end": 463,
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 20
                      },
                      "end": {
                        "line": 18,
                        "column": 25
                      },
                      "identifierName": "state"
                    },
                    "name": "state"
                  },
                  {
                    "type": "RestElement",
                    "start": 465,
                    "end": 472,
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 27
                      },
                      "end": {
                        "line": 18,
                        "column": 34
                      }
                    },
                    "argument": {
                      "type": "Identifier",
                      "start": 468,
                      "end": 472,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 30
                        },
                        "end": {
                          "line": 18,
                          "column": 34
                        },
                        "identifierName": "args"
                      },
                      "name": "args"
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 474,
                  "end": 2315,
                  "loc": {
                    "start": {
                      "line": 18,
                      "column": 36
                    },
                    "end": {
                      "line": 46,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 553,
                      "end": 691,
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 8
                        },
                        "end": {
                          "line": 20,
                          "column": 146
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 557,
                          "end": 690,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 12
                            },
                            "end": {
                              "line": 20,
                              "column": 145
                            }
                          },
                          "id": {
                            "type": "ArrayPattern",
                            "start": 557,
                            "end": 582,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 12
                              },
                              "end": {
                                "line": 20,
                                "column": 37
                              }
                            },
                            "elements": [
                              {
                                "type": "Identifier",
                                "start": 558,
                                "end": 563,
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 18
                                  },
                                  "identifierName": "start"
                                },
                                "name": "start",
                                "leadingComments": null
                              },
                              {
                                "type": "Identifier",
                                "start": 565,
                                "end": 568,
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 23
                                  },
                                  "identifierName": "end"
                                },
                                "name": "end"
                              },
                              {
                                "type": "Identifier",
                                "start": 570,
                                "end": 573,
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 28
                                  },
                                  "identifierName": "dim"
                                },
                                "name": "dim"
                              },
                              {
                                "type": "Identifier",
                                "start": 575,
                                "end": 581,
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 36
                                  },
                                  "identifierName": "corner"
                                },
                                "name": "corner"
                              }
                            ],
                            "leadingComments": null
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 585,
                            "end": 690,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 40
                              },
                              "end": {
                                "line": 20,
                                "column": 145
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 585,
                              "end": 630,
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 40
                                },
                                "end": {
                                  "line": 20,
                                  "column": 85
                                }
                              },
                              "object": {
                                "type": "ArrayExpression",
                                "start": 585,
                                "end": 626,
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 81
                                  }
                                },
                                "elements": [
                                  {
                                    "type": "StringLiteral",
                                    "start": 586,
                                    "end": 595,
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 50
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "startPt",
                                      "raw": "'startPt'"
                                    },
                                    "value": "startPt"
                                  },
                                  {
                                    "type": "StringLiteral",
                                    "start": 597,
                                    "end": 604,
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 52
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 59
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "endPt",
                                      "raw": "'endPt'"
                                    },
                                    "value": "endPt"
                                  },
                                  {
                                    "type": "StringLiteral",
                                    "start": 606,
                                    "end": 613,
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 61
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 68
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "dimPt",
                                      "raw": "'dimPt'"
                                    },
                                    "value": "dimPt"
                                  },
                                  {
                                    "type": "StringLiteral",
                                    "start": 615,
                                    "end": 625,
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 70
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 80
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "cornerPt",
                                      "raw": "'cornerPt'"
                                    },
                                    "value": "cornerPt"
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 627,
                                "end": 630,
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 82
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 85
                                  },
                                  "identifierName": "map"
                                },
                                "name": "map"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ArrowFunctionExpression",
                                "start": 631,
                                "end": 689,
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 86
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 144
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": true,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 631,
                                    "end": 632,
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 86
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 87
                                      },
                                      "identifierName": "x"
                                    },
                                    "name": "x"
                                  }
                                ],
                                "body": {
                                  "type": "CallExpression",
                                  "start": 636,
                                  "end": 689,
                                  "loc": {
                                    "start": {
                                      "line": 20,
                                      "column": 91
                                    },
                                    "end": {
                                      "line": 20,
                                      "column": 144
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 636,
                                    "end": 665,
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 91
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 120
                                      }
                                    },
                                    "object": {
                                      "type": "NewExpression",
                                      "start": 636,
                                      "end": 655,
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 91
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 110
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 640,
                                        "end": 653,
                                        "loc": {
                                          "start": {
                                            "line": 20,
                                            "column": 95
                                          },
                                          "end": {
                                            "line": 20,
                                            "column": 108
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 640,
                                          "end": 645,
                                          "loc": {
                                            "start": {
                                              "line": 20,
                                              "column": 95
                                            },
                                            "end": {
                                              "line": 20,
                                              "column": 100
                                            },
                                            "identifierName": "THREE"
                                          },
                                          "name": "THREE"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 646,
                                          "end": 653,
                                          "loc": {
                                            "start": {
                                              "line": 20,
                                              "column": 101
                                            },
                                            "end": {
                                              "line": 20,
                                              "column": 108
                                            },
                                            "identifierName": "Vector3"
                                          },
                                          "name": "Vector3"
                                        },
                                        "computed": false
                                      },
                                      "arguments": []
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 656,
                                      "end": 665,
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 111
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 120
                                        },
                                        "identifierName": "fromArray"
                                      },
                                      "name": "fromArray"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "MemberExpression",
                                      "start": 666,
                                      "end": 688,
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 121
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 143
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 666,
                                        "end": 682,
                                        "loc": {
                                          "start": {
                                            "line": 20,
                                            "column": 121
                                          },
                                          "end": {
                                            "line": 20,
                                            "column": 137
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 666,
                                          "end": 679,
                                          "loc": {
                                            "start": {
                                              "line": 20,
                                              "column": 121
                                            },
                                            "end": {
                                              "line": 20,
                                              "column": 134
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 666,
                                            "end": 671,
                                            "loc": {
                                              "start": {
                                                "line": 20,
                                                "column": 121
                                              },
                                              "end": {
                                                "line": 20,
                                                "column": 126
                                              },
                                              "identifierName": "state"
                                            },
                                            "name": "state"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 672,
                                            "end": 679,
                                            "loc": {
                                              "start": {
                                                "line": 20,
                                                "column": 127
                                              },
                                              "end": {
                                                "line": 20,
                                                "column": 134
                                              },
                                              "identifierName": "members"
                                            },
                                            "name": "members"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 680,
                                          "end": 681,
                                          "loc": {
                                            "start": {
                                              "line": 20,
                                              "column": 135
                                            },
                                            "end": {
                                              "line": 20,
                                              "column": 136
                                            },
                                            "identifierName": "x"
                                          },
                                          "name": "x"
                                        },
                                        "computed": true
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 683,
                                        "end": 688,
                                        "loc": {
                                          "start": {
                                            "line": 20,
                                            "column": 138
                                          },
                                          "end": {
                                            "line": 20,
                                            "column": 143
                                          },
                                          "identifierName": "value"
                                        },
                                        "name": "value"
                                      },
                                      "computed": false
                                    }
                                  ]
                                }
                              }
                            ]
                          },
                          "leadingComments": null
                        }
                      ],
                      "kind": "let",
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": "take local coordinates of four points from CC data members",
                          "start": 484,
                          "end": 544,
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 8
                            },
                            "end": {
                              "line": 19,
                              "column": 68
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 700,
                      "end": 751,
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 8
                        },
                        "end": {
                          "line": 21,
                          "column": 59
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 704,
                          "end": 750,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 12
                            },
                            "end": {
                              "line": 21,
                              "column": 58
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 704,
                            "end": 713,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 12
                              },
                              "end": {
                                "line": 21,
                                "column": 21
                              },
                              "identifierName": "extendCrn"
                            },
                            "name": "extendCrn"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 716,
                            "end": 750,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 24
                              },
                              "end": {
                                "line": 21,
                                "column": 58
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 716,
                              "end": 744,
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 24
                                },
                                "end": {
                                  "line": 21,
                                  "column": 52
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 716,
                                "end": 729,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 37
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 716,
                                  "end": 721,
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 29
                                    },
                                    "identifierName": "state"
                                  },
                                  "name": "state"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 722,
                                  "end": 729,
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 37
                                    },
                                    "identifierName": "members"
                                  },
                                  "name": "members"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 730,
                                "end": 744,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 52
                                  },
                                  "identifierName": "extendToCorner"
                                },
                                "name": "extendToCorner"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 745,
                              "end": 750,
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 53
                                },
                                "end": {
                                  "line": 21,
                                  "column": 58
                                },
                                "identifierName": "value"
                              },
                              "name": "value"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "kind": "let",
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": "calculate radius & polar angles of the arc",
                          "start": 760,
                          "end": 804,
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 8
                            },
                            "end": {
                              "line": 22,
                              "column": 52
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 813,
                      "end": 851,
                      "loc": {
                        "start": {
                          "line": 23,
                          "column": 8
                        },
                        "end": {
                          "line": 23,
                          "column": 46
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 819,
                          "end": 850,
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 14
                            },
                            "end": {
                              "line": 23,
                              "column": 45
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 819,
                            "end": 825,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 14
                              },
                              "end": {
                                "line": 23,
                                "column": 20
                              },
                              "identifierName": "radius"
                            },
                            "name": "radius",
                            "leadingComments": null
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 828,
                            "end": 850,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 23
                              },
                              "end": {
                                "line": 23,
                                "column": 45
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 828,
                              "end": 845,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 23
                                },
                                "end": {
                                  "line": 23,
                                  "column": 40
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 828,
                                "end": 834,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 29
                                  },
                                  "identifierName": "corner"
                                },
                                "name": "corner"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 835,
                                "end": 845,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 40
                                  },
                                  "identifierName": "distanceTo"
                                },
                                "name": "distanceTo"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 846,
                                "end": 849,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 44
                                  },
                                  "identifierName": "dim"
                                },
                                "name": "dim"
                              }
                            ]
                          },
                          "leadingComments": null
                        }
                      ],
                      "kind": "const",
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": "calculate radius & polar angles of the arc",
                          "start": 760,
                          "end": 804,
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 8
                            },
                            "end": {
                              "line": 22,
                              "column": 52
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 860,
                      "end": 983,
                      "loc": {
                        "start": {
                          "line": 24,
                          "column": 8
                        },
                        "end": {
                          "line": 24,
                          "column": 131
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 864,
                          "end": 925,
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 12
                            },
                            "end": {
                              "line": 24,
                              "column": 73
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 864,
                            "end": 872,
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 12
                              },
                              "end": {
                                "line": 24,
                                "column": 20
                              },
                              "identifierName": "startAng"
                            },
                            "name": "startAng"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 875,
                            "end": 925,
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 23
                              },
                              "end": {
                                "line": 24,
                                "column": 73
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 875,
                              "end": 885,
                              "loc": {
                                "start": {
                                  "line": 24,
                                  "column": 23
                                },
                                "end": {
                                  "line": 24,
                                  "column": 33
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 875,
                                "end": 879,
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 24,
                                    "column": 27
                                  },
                                  "identifierName": "Math"
                                },
                                "name": "Math"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 880,
                                "end": 885,
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 24,
                                    "column": 33
                                  },
                                  "identifierName": "atan2"
                                },
                                "name": "atan2"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "BinaryExpression",
                                "start": 886,
                                "end": 904,
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 24,
                                    "column": 52
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 886,
                                  "end": 893,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 41
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 886,
                                    "end": 891,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 39
                                      },
                                      "identifierName": "start"
                                    },
                                    "name": "start"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 892,
                                    "end": 893,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 41
                                      },
                                      "identifierName": "y"
                                    },
                                    "name": "y"
                                  },
                                  "computed": false
                                },
                                "operator": "-",
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 896,
                                  "end": 904,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 44
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 52
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 896,
                                    "end": 902,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 44
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 50
                                      },
                                      "identifierName": "corner"
                                    },
                                    "name": "corner"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 903,
                                    "end": 904,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 52
                                      },
                                      "identifierName": "y"
                                    },
                                    "name": "y"
                                  },
                                  "computed": false
                                }
                              },
                              {
                                "type": "BinaryExpression",
                                "start": 906,
                                "end": 924,
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 54
                                  },
                                  "end": {
                                    "line": 24,
                                    "column": 72
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 906,
                                  "end": 913,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 54
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 61
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 906,
                                    "end": 911,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 59
                                      },
                                      "identifierName": "start"
                                    },
                                    "name": "start"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 912,
                                    "end": 913,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 60
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 61
                                      },
                                      "identifierName": "x"
                                    },
                                    "name": "x"
                                  },
                                  "computed": false
                                },
                                "operator": "-",
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 916,
                                  "end": 924,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 64
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 72
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 916,
                                    "end": 922,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 64
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 70
                                      },
                                      "identifierName": "corner"
                                    },
                                    "name": "corner"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 923,
                                    "end": 924,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 71
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 72
                                      },
                                      "identifierName": "x"
                                    },
                                    "name": "x"
                                  },
                                  "computed": false
                                }
                              }
                            ]
                          }
                        },
                        {
                          "type": "VariableDeclarator",
                          "start": 927,
                          "end": 982,
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 75
                            },
                            "end": {
                              "line": 24,
                              "column": 130
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 927,
                            "end": 933,
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 75
                              },
                              "end": {
                                "line": 24,
                                "column": 81
                              },
                              "identifierName": "endAng"
                            },
                            "name": "endAng"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 936,
                            "end": 982,
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 84
                              },
                              "end": {
                                "line": 24,
                                "column": 130
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 936,
                              "end": 946,
                              "loc": {
                                "start": {
                                  "line": 24,
                                  "column": 84
                                },
                                "end": {
                                  "line": 24,
                                  "column": 94
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 936,
                                "end": 940,
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 84
                                  },
                                  "end": {
                                    "line": 24,
                                    "column": 88
                                  },
                                  "identifierName": "Math"
                                },
                                "name": "Math"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 941,
                                "end": 946,
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 89
                                  },
                                  "end": {
                                    "line": 24,
                                    "column": 94
                                  },
                                  "identifierName": "atan2"
                                },
                                "name": "atan2"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "BinaryExpression",
                                "start": 947,
                                "end": 963,
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 95
                                  },
                                  "end": {
                                    "line": 24,
                                    "column": 111
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 947,
                                  "end": 952,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 95
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 100
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 947,
                                    "end": 950,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 95
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 98
                                      },
                                      "identifierName": "end"
                                    },
                                    "name": "end"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 951,
                                    "end": 952,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 99
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 100
                                      },
                                      "identifierName": "y"
                                    },
                                    "name": "y"
                                  },
                                  "computed": false
                                },
                                "operator": "-",
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 955,
                                  "end": 963,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 103
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 111
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 955,
                                    "end": 961,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 103
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 109
                                      },
                                      "identifierName": "corner"
                                    },
                                    "name": "corner"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 962,
                                    "end": 963,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 110
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 111
                                      },
                                      "identifierName": "y"
                                    },
                                    "name": "y"
                                  },
                                  "computed": false
                                }
                              },
                              {
                                "type": "BinaryExpression",
                                "start": 965,
                                "end": 981,
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 113
                                  },
                                  "end": {
                                    "line": 24,
                                    "column": 129
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 965,
                                  "end": 970,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 113
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 118
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 965,
                                    "end": 968,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 113
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 116
                                      },
                                      "identifierName": "end"
                                    },
                                    "name": "end"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 969,
                                    "end": 970,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 117
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 118
                                      },
                                      "identifierName": "x"
                                    },
                                    "name": "x"
                                  },
                                  "computed": false
                                },
                                "operator": "-",
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 973,
                                  "end": 981,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 121
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 129
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 973,
                                    "end": 979,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 121
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 127
                                      },
                                      "identifierName": "corner"
                                    },
                                    "name": "corner"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 980,
                                    "end": 981,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 128
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 129
                                      },
                                      "identifierName": "x"
                                    },
                                    "name": "x"
                                  },
                                  "computed": false
                                }
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "let",
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": "arc always goes from \"start\" to \"end\" according to \"ccw\" flag",
                          "start": 992,
                          "end": 1055,
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 8
                            },
                            "end": {
                              "line": 25,
                              "column": 71
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "IfStatement",
                      "start": 1064,
                      "end": 1170,
                      "loc": {
                        "start": {
                          "line": 26,
                          "column": 8
                        },
                        "end": {
                          "line": 27,
                          "column": 76
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 1068,
                        "end": 1092,
                        "loc": {
                          "start": {
                            "line": 26,
                            "column": 12
                          },
                          "end": {
                            "line": 26,
                            "column": 36
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 1069,
                          "end": 1092,
                          "loc": {
                            "start": {
                              "line": 26,
                              "column": 13
                            },
                            "end": {
                              "line": 26,
                              "column": 36
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1069,
                            "end": 1086,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 13
                              },
                              "end": {
                                "line": 26,
                                "column": 30
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 1069,
                              "end": 1082,
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 13
                                },
                                "end": {
                                  "line": 26,
                                  "column": 26
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 1069,
                                "end": 1074,
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 18
                                  },
                                  "identifierName": "state"
                                },
                                "name": "state",
                                "leadingComments": null
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1075,
                                "end": 1082,
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 26
                                  },
                                  "identifierName": "members"
                                },
                                "name": "members"
                              },
                              "computed": false,
                              "leadingComments": null
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1083,
                              "end": 1086,
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 27
                                },
                                "end": {
                                  "line": 26,
                                  "column": 30
                                },
                                "identifierName": "ccw"
                              },
                              "name": "ccw"
                            },
                            "computed": false,
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1087,
                            "end": 1092,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 31
                              },
                              "end": {
                                "line": 26,
                                "column": 36
                              },
                              "identifierName": "value"
                            },
                            "name": "value"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        },
                        "leadingComments": null
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 1106,
                        "end": 1170,
                        "loc": {
                          "start": {
                            "line": 27,
                            "column": 12
                          },
                          "end": {
                            "line": 27,
                            "column": 76
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 1106,
                          "end": 1169,
                          "loc": {
                            "start": {
                              "line": 27,
                              "column": 12
                            },
                            "end": {
                              "line": 27,
                              "column": 75
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "ArrayPattern",
                            "start": 1106,
                            "end": 1136,
                            "loc": {
                              "start": {
                                "line": 27,
                                "column": 12
                              },
                              "end": {
                                "line": 27,
                                "column": 42
                              }
                            },
                            "elements": [
                              {
                                "type": "Identifier",
                                "start": 1107,
                                "end": 1112,
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 18
                                  },
                                  "identifierName": "start"
                                },
                                "name": "start"
                              },
                              {
                                "type": "Identifier",
                                "start": 1114,
                                "end": 1117,
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 23
                                  },
                                  "identifierName": "end"
                                },
                                "name": "end"
                              },
                              {
                                "type": "Identifier",
                                "start": 1119,
                                "end": 1127,
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 33
                                  },
                                  "identifierName": "startAng"
                                },
                                "name": "startAng"
                              },
                              {
                                "type": "Identifier",
                                "start": 1129,
                                "end": 1135,
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 41
                                  },
                                  "identifierName": "endAng"
                                },
                                "name": "endAng"
                              }
                            ]
                          },
                          "right": {
                            "type": "ArrayExpression",
                            "start": 1139,
                            "end": 1169,
                            "loc": {
                              "start": {
                                "line": 27,
                                "column": 45
                              },
                              "end": {
                                "line": 27,
                                "column": 75
                              }
                            },
                            "elements": [
                              {
                                "type": "Identifier",
                                "start": 1140,
                                "end": 1143,
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 46
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 49
                                  },
                                  "identifierName": "end"
                                },
                                "name": "end"
                              },
                              {
                                "type": "Identifier",
                                "start": 1145,
                                "end": 1150,
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 51
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 56
                                  },
                                  "identifierName": "start"
                                },
                                "name": "start"
                              },
                              {
                                "type": "Identifier",
                                "start": 1152,
                                "end": 1158,
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 58
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 64
                                  },
                                  "identifierName": "endAng"
                                },
                                "name": "endAng"
                              },
                              {
                                "type": "Identifier",
                                "start": 1160,
                                "end": 1168,
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 66
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 74
                                  },
                                  "identifierName": "startAng"
                                },
                                "name": "startAng"
                              }
                            ]
                          }
                        }
                      },
                      "alternate": null,
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": "arc always goes from \"start\" to \"end\" according to \"ccw\" flag",
                          "start": 992,
                          "end": 1055,
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 8
                            },
                            "end": {
                              "line": 25,
                              "column": 71
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "IfStatement",
                      "start": 1179,
                      "end": 1236,
                      "loc": {
                        "start": {
                          "line": 28,
                          "column": 8
                        },
                        "end": {
                          "line": 29,
                          "column": 34
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 1183,
                        "end": 1200,
                        "loc": {
                          "start": {
                            "line": 28,
                            "column": 12
                          },
                          "end": {
                            "line": 28,
                            "column": 29
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 1183,
                          "end": 1189,
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 12
                            },
                            "end": {
                              "line": 28,
                              "column": 18
                            },
                            "identifierName": "endAng"
                          },
                          "name": "endAng"
                        },
                        "operator": "<",
                        "right": {
                          "type": "Identifier",
                          "start": 1192,
                          "end": 1200,
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 21
                            },
                            "end": {
                              "line": 28,
                              "column": 29
                            },
                            "identifierName": "startAng"
                          },
                          "name": "startAng"
                        }
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 1214,
                        "end": 1236,
                        "loc": {
                          "start": {
                            "line": 29,
                            "column": 12
                          },
                          "end": {
                            "line": 29,
                            "column": 34
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 1214,
                          "end": 1235,
                          "loc": {
                            "start": {
                              "line": 29,
                              "column": 12
                            },
                            "end": {
                              "line": 29,
                              "column": 33
                            }
                          },
                          "operator": "+=",
                          "left": {
                            "type": "Identifier",
                            "start": 1214,
                            "end": 1220,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 12
                              },
                              "end": {
                                "line": 29,
                                "column": 18
                              },
                              "identifierName": "endAng"
                            },
                            "name": "endAng"
                          },
                          "right": {
                            "type": "BinaryExpression",
                            "start": 1224,
                            "end": 1235,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 22
                              },
                              "end": {
                                "line": 29,
                                "column": 33
                              }
                            },
                            "left": {
                              "type": "NumericLiteral",
                              "start": 1224,
                              "end": 1225,
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 22
                                },
                                "end": {
                                  "line": 29,
                                  "column": 23
                                }
                              },
                              "extra": {
                                "rawValue": 2,
                                "raw": "2"
                              },
                              "value": 2
                            },
                            "operator": "*",
                            "right": {
                              "type": "MemberExpression",
                              "start": 1228,
                              "end": 1235,
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 26
                                },
                                "end": {
                                  "line": 29,
                                  "column": 33
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 1228,
                                "end": 1232,
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 30
                                  },
                                  "identifierName": "Math"
                                },
                                "name": "Math"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1233,
                                "end": 1235,
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 33
                                  },
                                  "identifierName": "PI"
                                },
                                "name": "PI"
                              },
                              "computed": false
                            }
                          }
                        },
                        "trailingComments": null
                      },
                      "alternate": null,
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": "check if dim-pos is outside of sector",
                          "start": 1245,
                          "end": 1284,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 8
                            },
                            "end": {
                              "line": 30,
                              "column": 47
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 1293,
                      "end": 1332,
                      "loc": {
                        "start": {
                          "line": 31,
                          "column": 8
                        },
                        "end": {
                          "line": 31,
                          "column": 47
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 1297,
                          "end": 1331,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 12
                            },
                            "end": {
                              "line": 31,
                              "column": 46
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 1297,
                            "end": 1303,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 12
                              },
                              "end": {
                                "line": 31,
                                "column": 18
                              },
                              "identifierName": "midAng"
                            },
                            "name": "midAng",
                            "leadingComments": null
                          },
                          "init": {
                            "type": "BinaryExpression",
                            "start": 1306,
                            "end": 1331,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 21
                              },
                              "end": {
                                "line": 31,
                                "column": 46
                              }
                            },
                            "left": {
                              "type": "BinaryExpression",
                              "start": 1307,
                              "end": 1324,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 22
                                },
                                "end": {
                                  "line": 31,
                                  "column": 39
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 1307,
                                "end": 1315,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 30
                                  },
                                  "identifierName": "startAng"
                                },
                                "name": "startAng"
                              },
                              "operator": "+",
                              "right": {
                                "type": "Identifier",
                                "start": 1318,
                                "end": 1324,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 39
                                  },
                                  "identifierName": "endAng"
                                },
                                "name": "endAng"
                              },
                              "extra": {
                                "parenthesized": true,
                                "parenStart": 1306
                              }
                            },
                            "operator": "*",
                            "right": {
                              "type": "NumericLiteral",
                              "start": 1328,
                              "end": 1331,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 43
                                },
                                "end": {
                                  "line": 31,
                                  "column": 46
                                }
                              },
                              "extra": {
                                "rawValue": 0.5,
                                "raw": "0.5"
                              },
                              "value": 0.5
                            }
                          },
                          "leadingComments": null
                        }
                      ],
                      "kind": "let",
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": "check if dim-pos is outside of sector",
                          "start": 1245,
                          "end": 1284,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 8
                            },
                            "end": {
                              "line": 30,
                              "column": 47
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 1341,
                      "end": 1401,
                      "loc": {
                        "start": {
                          "line": 32,
                          "column": 8
                        },
                        "end": {
                          "line": 32,
                          "column": 68
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 1345,
                          "end": 1400,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 12
                            },
                            "end": {
                              "line": 32,
                              "column": 67
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 1345,
                            "end": 1351,
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 12
                              },
                              "end": {
                                "line": 32,
                                "column": 18
                              },
                              "identifierName": "dimAng"
                            },
                            "name": "dimAng"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 1354,
                            "end": 1400,
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 21
                              },
                              "end": {
                                "line": 32,
                                "column": 67
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1354,
                              "end": 1364,
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 21
                                },
                                "end": {
                                  "line": 32,
                                  "column": 31
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 1354,
                                "end": 1358,
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 32,
                                    "column": 25
                                  },
                                  "identifierName": "Math"
                                },
                                "name": "Math"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1359,
                                "end": 1364,
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 32,
                                    "column": 31
                                  },
                                  "identifierName": "atan2"
                                },
                                "name": "atan2"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "BinaryExpression",
                                "start": 1365,
                                "end": 1381,
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 32,
                                    "column": 48
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 1365,
                                  "end": 1370,
                                  "loc": {
                                    "start": {
                                      "line": 32,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 32,
                                      "column": 37
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1365,
                                    "end": 1368,
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 35
                                      },
                                      "identifierName": "dim"
                                    },
                                    "name": "dim"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1369,
                                    "end": 1370,
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 37
                                      },
                                      "identifierName": "y"
                                    },
                                    "name": "y"
                                  },
                                  "computed": false
                                },
                                "operator": "-",
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 1373,
                                  "end": 1381,
                                  "loc": {
                                    "start": {
                                      "line": 32,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 32,
                                      "column": 48
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1373,
                                    "end": 1379,
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 46
                                      },
                                      "identifierName": "corner"
                                    },
                                    "name": "corner"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1380,
                                    "end": 1381,
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 47
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 48
                                      },
                                      "identifierName": "y"
                                    },
                                    "name": "y"
                                  },
                                  "computed": false
                                }
                              },
                              {
                                "type": "BinaryExpression",
                                "start": 1383,
                                "end": 1399,
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 50
                                  },
                                  "end": {
                                    "line": 32,
                                    "column": 66
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 1383,
                                  "end": 1388,
                                  "loc": {
                                    "start": {
                                      "line": 32,
                                      "column": 50
                                    },
                                    "end": {
                                      "line": 32,
                                      "column": 55
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1383,
                                    "end": 1386,
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 53
                                      },
                                      "identifierName": "dim"
                                    },
                                    "name": "dim"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1387,
                                    "end": 1388,
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 55
                                      },
                                      "identifierName": "x"
                                    },
                                    "name": "x"
                                  },
                                  "computed": false
                                },
                                "operator": "-",
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 1391,
                                  "end": 1399,
                                  "loc": {
                                    "start": {
                                      "line": 32,
                                      "column": 58
                                    },
                                    "end": {
                                      "line": 32,
                                      "column": 66
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1391,
                                    "end": 1397,
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 58
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 64
                                      },
                                      "identifierName": "corner"
                                    },
                                    "name": "corner"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1398,
                                    "end": 1399,
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 65
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 66
                                      },
                                      "identifierName": "x"
                                    },
                                    "name": "x"
                                  },
                                  "computed": false
                                }
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1410,
                      "end": 1448,
                      "loc": {
                        "start": {
                          "line": 33,
                          "column": 8
                        },
                        "end": {
                          "line": 33,
                          "column": 46
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1410,
                        "end": 1447,
                        "loc": {
                          "start": {
                            "line": 33,
                            "column": 8
                          },
                          "end": {
                            "line": 33,
                            "column": 45
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "Identifier",
                          "start": 1410,
                          "end": 1416,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 8
                            },
                            "end": {
                              "line": 33,
                              "column": 14
                            },
                            "identifierName": "dimAng"
                          },
                          "name": "dimAng"
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 1419,
                          "end": 1447,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 17
                            },
                            "end": {
                              "line": 33,
                              "column": 45
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 1419,
                            "end": 1431,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 17
                              },
                              "end": {
                                "line": 33,
                                "column": 29
                              },
                              "identifierName": "closestAngle"
                            },
                            "name": "closestAngle"
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 1432,
                              "end": 1438,
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 30
                                },
                                "end": {
                                  "line": 33,
                                  "column": 36
                                },
                                "identifierName": "dimAng"
                              },
                              "name": "dimAng"
                            },
                            {
                              "type": "Identifier",
                              "start": 1440,
                              "end": 1446,
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 38
                                },
                                "end": {
                                  "line": 33,
                                  "column": 44
                                },
                                "identifierName": "midAng"
                              },
                              "name": "midAng"
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 1457,
                      "end": 1512,
                      "loc": {
                        "start": {
                          "line": 34,
                          "column": 8
                        },
                        "end": {
                          "line": 34,
                          "column": 63
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 1463,
                          "end": 1511,
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 14
                            },
                            "end": {
                              "line": 34,
                              "column": 62
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 1463,
                            "end": 1470,
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 14
                              },
                              "end": {
                                "line": 34,
                                "column": 21
                              },
                              "identifierName": "outside"
                            },
                            "name": "outside"
                          },
                          "init": {
                            "type": "LogicalExpression",
                            "start": 1474,
                            "end": 1510,
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 25
                              },
                              "end": {
                                "line": 34,
                                "column": 61
                              }
                            },
                            "left": {
                              "type": "BinaryExpression",
                              "start": 1474,
                              "end": 1491,
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 25
                                },
                                "end": {
                                  "line": 34,
                                  "column": 42
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 1474,
                                "end": 1480,
                                "loc": {
                                  "start": {
                                    "line": 34,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 34,
                                    "column": 31
                                  },
                                  "identifierName": "dimAng"
                                },
                                "name": "dimAng"
                              },
                              "operator": "<",
                              "right": {
                                "type": "Identifier",
                                "start": 1483,
                                "end": 1491,
                                "loc": {
                                  "start": {
                                    "line": 34,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 34,
                                    "column": 42
                                  },
                                  "identifierName": "startAng"
                                },
                                "name": "startAng"
                              }
                            },
                            "operator": "||",
                            "right": {
                              "type": "BinaryExpression",
                              "start": 1495,
                              "end": 1510,
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 46
                                },
                                "end": {
                                  "line": 34,
                                  "column": 61
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 1495,
                                "end": 1501,
                                "loc": {
                                  "start": {
                                    "line": 34,
                                    "column": 46
                                  },
                                  "end": {
                                    "line": 34,
                                    "column": 52
                                  },
                                  "identifierName": "dimAng"
                                },
                                "name": "dimAng"
                              },
                              "operator": ">",
                              "right": {
                                "type": "Identifier",
                                "start": 1504,
                                "end": 1510,
                                "loc": {
                                  "start": {
                                    "line": 34,
                                    "column": 55
                                  },
                                  "end": {
                                    "line": 34,
                                    "column": 61
                                  },
                                  "identifierName": "endAng"
                                },
                                "name": "endAng"
                              }
                            },
                            "extra": {
                              "parenthesized": true,
                              "parenStart": 1473
                            }
                          }
                        }
                      ],
                      "kind": "const",
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": "set geometry for dimension",
                          "start": 1521,
                          "end": 1549,
                          "loc": {
                            "start": {
                              "line": 35,
                              "column": 8
                            },
                            "end": {
                              "line": 35,
                              "column": 36
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 1558,
                      "end": 1662,
                      "loc": {
                        "start": {
                          "line": 36,
                          "column": 8
                        },
                        "end": {
                          "line": 36,
                          "column": 112
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 1564,
                          "end": 1661,
                          "loc": {
                            "start": {
                              "line": 36,
                              "column": 14
                            },
                            "end": {
                              "line": 36,
                              "column": 111
                            }
                          },
                          "id": {
                            "type": "ArrayPattern",
                            "start": 1564,
                            "end": 1584,
                            "loc": {
                              "start": {
                                "line": 36,
                                "column": 14
                              },
                              "end": {
                                "line": 36,
                                "column": 34
                              }
                            },
                            "elements": [
                              {
                                "type": "Identifier",
                                "start": 1565,
                                "end": 1574,
                                "loc": {
                                  "start": {
                                    "line": 36,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 24
                                  },
                                  "identifierName": "startFoot"
                                },
                                "name": "startFoot",
                                "leadingComments": null
                              },
                              {
                                "type": "Identifier",
                                "start": 1576,
                                "end": 1583,
                                "loc": {
                                  "start": {
                                    "line": 36,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 33
                                  },
                                  "identifierName": "endFoot"
                                },
                                "name": "endFoot"
                              }
                            ],
                            "leadingComments": null
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 1587,
                            "end": 1661,
                            "loc": {
                              "start": {
                                "line": 36,
                                "column": 37
                              },
                              "end": {
                                "line": 36,
                                "column": 111
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1587,
                              "end": 1603,
                              "loc": {
                                "start": {
                                  "line": 36,
                                  "column": 37
                                },
                                "end": {
                                  "line": 36,
                                  "column": 53
                                }
                              },
                              "object": {
                                "type": "ArrayExpression",
                                "start": 1587,
                                "end": 1599,
                                "loc": {
                                  "start": {
                                    "line": 36,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 49
                                  }
                                },
                                "elements": [
                                  {
                                    "type": "Identifier",
                                    "start": 1588,
                                    "end": 1593,
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 43
                                      },
                                      "identifierName": "start"
                                    },
                                    "name": "start"
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 1595,
                                    "end": 1598,
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 48
                                      },
                                      "identifierName": "end"
                                    },
                                    "name": "end"
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1600,
                                "end": 1603,
                                "loc": {
                                  "start": {
                                    "line": 36,
                                    "column": 50
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 53
                                  },
                                  "identifierName": "map"
                                },
                                "name": "map"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ArrowFunctionExpression",
                                "start": 1604,
                                "end": 1660,
                                "loc": {
                                  "start": {
                                    "line": 36,
                                    "column": 54
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 110
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": true,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 1604,
                                    "end": 1605,
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 55
                                      },
                                      "identifierName": "x"
                                    },
                                    "name": "x"
                                  }
                                ],
                                "body": {
                                  "type": "CallExpression",
                                  "start": 1609,
                                  "end": 1660,
                                  "loc": {
                                    "start": {
                                      "line": 36,
                                      "column": 59
                                    },
                                    "end": {
                                      "line": 36,
                                      "column": 110
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 1609,
                                    "end": 1652,
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 59
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 102
                                      }
                                    },
                                    "object": {
                                      "type": "CallExpression",
                                      "start": 1609,
                                      "end": 1648,
                                      "loc": {
                                        "start": {
                                          "line": 36,
                                          "column": 59
                                        },
                                        "end": {
                                          "line": 36,
                                          "column": 98
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 1609,
                                        "end": 1640,
                                        "loc": {
                                          "start": {
                                            "line": 36,
                                            "column": 59
                                          },
                                          "end": {
                                            "line": 36,
                                            "column": 90
                                          }
                                        },
                                        "object": {
                                          "type": "CallExpression",
                                          "start": 1609,
                                          "end": 1630,
                                          "loc": {
                                            "start": {
                                              "line": 36,
                                              "column": 59
                                            },
                                            "end": {
                                              "line": 36,
                                              "column": 80
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 1609,
                                            "end": 1622,
                                            "loc": {
                                              "start": {
                                                "line": 36,
                                                "column": 59
                                              },
                                              "end": {
                                                "line": 36,
                                                "column": 72
                                              }
                                            },
                                            "object": {
                                              "type": "CallExpression",
                                              "start": 1609,
                                              "end": 1618,
                                              "loc": {
                                                "start": {
                                                  "line": 36,
                                                  "column": 59
                                                },
                                                "end": {
                                                  "line": 36,
                                                  "column": 68
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 1609,
                                                "end": 1616,
                                                "loc": {
                                                  "start": {
                                                    "line": 36,
                                                    "column": 59
                                                  },
                                                  "end": {
                                                    "line": 36,
                                                    "column": 66
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 1609,
                                                  "end": 1610,
                                                  "loc": {
                                                    "start": {
                                                      "line": 36,
                                                      "column": 59
                                                    },
                                                    "end": {
                                                      "line": 36,
                                                      "column": 60
                                                    },
                                                    "identifierName": "x"
                                                  },
                                                  "name": "x"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1611,
                                                  "end": 1616,
                                                  "loc": {
                                                    "start": {
                                                      "line": 36,
                                                      "column": 61
                                                    },
                                                    "end": {
                                                      "line": 36,
                                                      "column": 66
                                                    },
                                                    "identifierName": "clone"
                                                  },
                                                  "name": "clone"
                                                },
                                                "computed": false
                                              },
                                              "arguments": []
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1619,
                                              "end": 1622,
                                              "loc": {
                                                "start": {
                                                  "line": 36,
                                                  "column": 69
                                                },
                                                "end": {
                                                  "line": 36,
                                                  "column": 72
                                                },
                                                "identifierName": "sub"
                                              },
                                              "name": "sub"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 1623,
                                              "end": 1629,
                                              "loc": {
                                                "start": {
                                                  "line": 36,
                                                  "column": 73
                                                },
                                                "end": {
                                                  "line": 36,
                                                  "column": 79
                                                },
                                                "identifierName": "corner"
                                              },
                                              "name": "corner"
                                            }
                                          ]
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1631,
                                          "end": 1640,
                                          "loc": {
                                            "start": {
                                              "line": 36,
                                              "column": 81
                                            },
                                            "end": {
                                              "line": 36,
                                              "column": 90
                                            },
                                            "identifierName": "setLength"
                                          },
                                          "name": "setLength"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 1641,
                                          "end": 1647,
                                          "loc": {
                                            "start": {
                                              "line": 36,
                                              "column": 91
                                            },
                                            "end": {
                                              "line": 36,
                                              "column": 97
                                            },
                                            "identifierName": "radius"
                                          },
                                          "name": "radius"
                                        }
                                      ]
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1649,
                                      "end": 1652,
                                      "loc": {
                                        "start": {
                                          "line": 36,
                                          "column": 99
                                        },
                                        "end": {
                                          "line": 36,
                                          "column": 102
                                        },
                                        "identifierName": "add"
                                      },
                                      "name": "add"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 1653,
                                      "end": 1659,
                                      "loc": {
                                        "start": {
                                          "line": 36,
                                          "column": 103
                                        },
                                        "end": {
                                          "line": 36,
                                          "column": 109
                                        },
                                        "identifierName": "corner"
                                      },
                                      "name": "corner"
                                    }
                                  ]
                                }
                              }
                            ]
                          },
                          "leadingComments": null
                        }
                      ],
                      "kind": "const",
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": "set geometry for dimension",
                          "start": 1521,
                          "end": 1549,
                          "loc": {
                            "start": {
                              "line": 35,
                              "column": 8
                            },
                            "end": {
                              "line": 35,
                              "column": 36
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 1671,
                      "end": 1785,
                      "loc": {
                        "start": {
                          "line": 37,
                          "column": 8
                        },
                        "end": {
                          "line": 37,
                          "column": 122
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 1677,
                          "end": 1784,
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 14
                            },
                            "end": {
                              "line": 37,
                              "column": 121
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 1677,
                            "end": 1686,
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 14
                              },
                              "end": {
                                "line": 37,
                                "column": 23
                              },
                              "identifierName": "startTang"
                            },
                            "name": "startTang"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 1689,
                            "end": 1784,
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 26
                              },
                              "end": {
                                "line": 37,
                                "column": 121
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1689,
                              "end": 1766,
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 26
                                },
                                "end": {
                                  "line": 37,
                                  "column": 103
                                }
                              },
                              "object": {
                                "type": "NewExpression",
                                "start": 1689,
                                "end": 1751,
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 88
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1693,
                                  "end": 1706,
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 37,
                                      "column": 43
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1693,
                                    "end": 1698,
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 35
                                      },
                                      "identifierName": "THREE"
                                    },
                                    "name": "THREE"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1699,
                                    "end": 1706,
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 43
                                      },
                                      "identifierName": "Vector3"
                                    },
                                    "name": "Vector3"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "CallExpression",
                                    "start": 1708,
                                    "end": 1726,
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 63
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 1708,
                                      "end": 1716,
                                      "loc": {
                                        "start": {
                                          "line": 37,
                                          "column": 45
                                        },
                                        "end": {
                                          "line": 37,
                                          "column": 53
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 1708,
                                        "end": 1712,
                                        "loc": {
                                          "start": {
                                            "line": 37,
                                            "column": 45
                                          },
                                          "end": {
                                            "line": 37,
                                            "column": 49
                                          },
                                          "identifierName": "Math"
                                        },
                                        "name": "Math"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1713,
                                        "end": 1716,
                                        "loc": {
                                          "start": {
                                            "line": 37,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 37,
                                            "column": 53
                                          },
                                          "identifierName": "sin"
                                        },
                                        "name": "sin"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 1717,
                                        "end": 1725,
                                        "loc": {
                                          "start": {
                                            "line": 37,
                                            "column": 54
                                          },
                                          "end": {
                                            "line": 37,
                                            "column": 62
                                          },
                                          "identifierName": "startAng"
                                        },
                                        "name": "startAng"
                                      }
                                    ]
                                  },
                                  {
                                    "type": "UnaryExpression",
                                    "start": 1728,
                                    "end": 1747,
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 65
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 84
                                      }
                                    },
                                    "operator": "-",
                                    "prefix": true,
                                    "argument": {
                                      "type": "CallExpression",
                                      "start": 1729,
                                      "end": 1747,
                                      "loc": {
                                        "start": {
                                          "line": 37,
                                          "column": 66
                                        },
                                        "end": {
                                          "line": 37,
                                          "column": 84
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 1729,
                                        "end": 1737,
                                        "loc": {
                                          "start": {
                                            "line": 37,
                                            "column": 66
                                          },
                                          "end": {
                                            "line": 37,
                                            "column": 74
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 1729,
                                          "end": 1733,
                                          "loc": {
                                            "start": {
                                              "line": 37,
                                              "column": 66
                                            },
                                            "end": {
                                              "line": 37,
                                              "column": 70
                                            },
                                            "identifierName": "Math"
                                          },
                                          "name": "Math"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1734,
                                          "end": 1737,
                                          "loc": {
                                            "start": {
                                              "line": 37,
                                              "column": 71
                                            },
                                            "end": {
                                              "line": 37,
                                              "column": 74
                                            },
                                            "identifierName": "cos"
                                          },
                                          "name": "cos"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 1738,
                                          "end": 1746,
                                          "loc": {
                                            "start": {
                                              "line": 37,
                                              "column": 75
                                            },
                                            "end": {
                                              "line": 37,
                                              "column": 83
                                            },
                                            "identifierName": "startAng"
                                          },
                                          "name": "startAng"
                                        }
                                      ]
                                    },
                                    "extra": {
                                      "parenthesizedArgument": false
                                    }
                                  },
                                  {
                                    "type": "NumericLiteral",
                                    "start": 1749,
                                    "end": 1750,
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 86
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 87
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 0,
                                      "raw": "0"
                                    },
                                    "value": 0
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1752,
                                "end": 1766,
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 89
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 103
                                  },
                                  "identifierName": "multiplyScalar"
                                },
                                "name": "multiplyScalar"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ConditionalExpression",
                                "start": 1767,
                                "end": 1783,
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 104
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 120
                                  }
                                },
                                "test": {
                                  "type": "Identifier",
                                  "start": 1767,
                                  "end": 1774,
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 104
                                    },
                                    "end": {
                                      "line": 37,
                                      "column": 111
                                    },
                                    "identifierName": "outside"
                                  },
                                  "name": "outside"
                                },
                                "consequent": {
                                  "type": "UnaryExpression",
                                  "start": 1777,
                                  "end": 1779,
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 114
                                    },
                                    "end": {
                                      "line": 37,
                                      "column": 116
                                    }
                                  },
                                  "operator": "-",
                                  "prefix": true,
                                  "argument": {
                                    "type": "NumericLiteral",
                                    "start": 1778,
                                    "end": 1779,
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 115
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 116
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 1,
                                      "raw": "1"
                                    },
                                    "value": 1
                                  },
                                  "extra": {
                                    "parenthesizedArgument": false
                                  }
                                },
                                "alternate": {
                                  "type": "NumericLiteral",
                                  "start": 1782,
                                  "end": 1783,
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 119
                                    },
                                    "end": {
                                      "line": 37,
                                      "column": 120
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 1,
                                    "raw": "1"
                                  },
                                  "value": 1
                                }
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 1794,
                      "end": 1908,
                      "loc": {
                        "start": {
                          "line": 38,
                          "column": 8
                        },
                        "end": {
                          "line": 38,
                          "column": 122
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 1802,
                          "end": 1907,
                          "loc": {
                            "start": {
                              "line": 38,
                              "column": 16
                            },
                            "end": {
                              "line": 38,
                              "column": 121
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 1802,
                            "end": 1809,
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 16
                              },
                              "end": {
                                "line": 38,
                                "column": 23
                              },
                              "identifierName": "endTang"
                            },
                            "name": "endTang"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 1812,
                            "end": 1907,
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 26
                              },
                              "end": {
                                "line": 38,
                                "column": 121
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1812,
                              "end": 1889,
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 26
                                },
                                "end": {
                                  "line": 38,
                                  "column": 103
                                }
                              },
                              "object": {
                                "type": "NewExpression",
                                "start": 1812,
                                "end": 1874,
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 88
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1816,
                                  "end": 1829,
                                  "loc": {
                                    "start": {
                                      "line": 38,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 38,
                                      "column": 43
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1816,
                                    "end": 1821,
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 35
                                      },
                                      "identifierName": "THREE"
                                    },
                                    "name": "THREE"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1822,
                                    "end": 1829,
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 43
                                      },
                                      "identifierName": "Vector3"
                                    },
                                    "name": "Vector3"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "UnaryExpression",
                                    "start": 1830,
                                    "end": 1849,
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 44
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 63
                                      }
                                    },
                                    "operator": "-",
                                    "prefix": true,
                                    "argument": {
                                      "type": "CallExpression",
                                      "start": 1831,
                                      "end": 1849,
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 45
                                        },
                                        "end": {
                                          "line": 38,
                                          "column": 63
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 1831,
                                        "end": 1839,
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 45
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 53
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 1831,
                                          "end": 1835,
                                          "loc": {
                                            "start": {
                                              "line": 38,
                                              "column": 45
                                            },
                                            "end": {
                                              "line": 38,
                                              "column": 49
                                            },
                                            "identifierName": "Math"
                                          },
                                          "name": "Math"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1836,
                                          "end": 1839,
                                          "loc": {
                                            "start": {
                                              "line": 38,
                                              "column": 50
                                            },
                                            "end": {
                                              "line": 38,
                                              "column": 53
                                            },
                                            "identifierName": "sin"
                                          },
                                          "name": "sin"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 1842,
                                          "end": 1848,
                                          "loc": {
                                            "start": {
                                              "line": 38,
                                              "column": 56
                                            },
                                            "end": {
                                              "line": 38,
                                              "column": 62
                                            },
                                            "identifierName": "endAng"
                                          },
                                          "name": "endAng"
                                        }
                                      ]
                                    },
                                    "extra": {
                                      "parenthesizedArgument": false
                                    }
                                  },
                                  {
                                    "type": "CallExpression",
                                    "start": 1852,
                                    "end": 1870,
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 66
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 84
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 1852,
                                      "end": 1860,
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 66
                                        },
                                        "end": {
                                          "line": 38,
                                          "column": 74
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 1852,
                                        "end": 1856,
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 66
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 70
                                          },
                                          "identifierName": "Math"
                                        },
                                        "name": "Math"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1857,
                                        "end": 1860,
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 71
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 74
                                          },
                                          "identifierName": "cos"
                                        },
                                        "name": "cos"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 1863,
                                        "end": 1869,
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 77
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 83
                                          },
                                          "identifierName": "endAng"
                                        },
                                        "name": "endAng"
                                      }
                                    ]
                                  },
                                  {
                                    "type": "NumericLiteral",
                                    "start": 1872,
                                    "end": 1873,
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 86
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 87
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 0,
                                      "raw": "0"
                                    },
                                    "value": 0
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1875,
                                "end": 1889,
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 89
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 103
                                  },
                                  "identifierName": "multiplyScalar"
                                },
                                "name": "multiplyScalar"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ConditionalExpression",
                                "start": 1890,
                                "end": 1906,
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 104
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 120
                                  }
                                },
                                "test": {
                                  "type": "Identifier",
                                  "start": 1890,
                                  "end": 1897,
                                  "loc": {
                                    "start": {
                                      "line": 38,
                                      "column": 104
                                    },
                                    "end": {
                                      "line": 38,
                                      "column": 111
                                    },
                                    "identifierName": "outside"
                                  },
                                  "name": "outside"
                                },
                                "consequent": {
                                  "type": "UnaryExpression",
                                  "start": 1900,
                                  "end": 1902,
                                  "loc": {
                                    "start": {
                                      "line": 38,
                                      "column": 114
                                    },
                                    "end": {
                                      "line": 38,
                                      "column": 116
                                    }
                                  },
                                  "operator": "-",
                                  "prefix": true,
                                  "argument": {
                                    "type": "NumericLiteral",
                                    "start": 1901,
                                    "end": 1902,
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 115
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 116
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 1,
                                      "raw": "1"
                                    },
                                    "value": 1
                                  },
                                  "extra": {
                                    "parenthesizedArgument": false
                                  }
                                },
                                "alternate": {
                                  "type": "NumericLiteral",
                                  "start": 1905,
                                  "end": 1906,
                                  "loc": {
                                    "start": {
                                      "line": 38,
                                      "column": 119
                                    },
                                    "end": {
                                      "line": 38,
                                      "column": 120
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 1,
                                    "raw": "1"
                                  },
                                  "value": 1
                                }
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1917,
                      "end": 1977,
                      "loc": {
                        "start": {
                          "line": 39,
                          "column": 8
                        },
                        "end": {
                          "line": 39,
                          "column": 68
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1917,
                        "end": 1976,
                        "loc": {
                          "start": {
                            "line": 39,
                            "column": 8
                          },
                          "end": {
                            "line": 39,
                            "column": 67
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1917,
                          "end": 1932,
                          "loc": {
                            "start": {
                              "line": 39,
                              "column": 8
                            },
                            "end": {
                              "line": 39,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1917,
                            "end": 1921,
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 8
                              },
                              "end": {
                                "line": 39,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1922,
                            "end": 1932,
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 13
                              },
                              "end": {
                                "line": 39,
                                "column": 23
                              },
                              "identifierName": "updateLine"
                            },
                            "name": "updateLine"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "NumericLiteral",
                            "start": 1933,
                            "end": 1934,
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 24
                              },
                              "end": {
                                "line": 39,
                                "column": 25
                              }
                            },
                            "extra": {
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "value": 0
                          },
                          {
                            "type": "ConditionalExpression",
                            "start": 1937,
                            "end": 1963,
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 28
                              },
                              "end": {
                                "line": 39,
                                "column": 54
                              }
                            },
                            "test": {
                              "type": "Identifier",
                              "start": 1937,
                              "end": 1946,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 28
                                },
                                "end": {
                                  "line": 39,
                                  "column": 37
                                },
                                "identifierName": "extendCrn"
                              },
                              "name": "extendCrn"
                            },
                            "consequent": {
                              "type": "Identifier",
                              "start": 1949,
                              "end": 1955,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 40
                                },
                                "end": {
                                  "line": 39,
                                  "column": 46
                                },
                                "identifierName": "corner"
                              },
                              "name": "corner"
                            },
                            "alternate": {
                              "type": "Identifier",
                              "start": 1958,
                              "end": 1963,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 49
                                },
                                "end": {
                                  "line": 39,
                                  "column": 54
                                },
                                "identifierName": "start"
                              },
                              "name": "start"
                            },
                            "extra": {
                              "parenthesized": true,
                              "parenStart": 1936
                            }
                          },
                          {
                            "type": "Identifier",
                            "start": 1966,
                            "end": 1975,
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 57
                              },
                              "end": {
                                "line": 39,
                                "column": 66
                              },
                              "identifierName": "startFoot"
                            },
                            "name": "startFoot"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1986,
                      "end": 2042,
                      "loc": {
                        "start": {
                          "line": 40,
                          "column": 8
                        },
                        "end": {
                          "line": 40,
                          "column": 64
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1986,
                        "end": 2041,
                        "loc": {
                          "start": {
                            "line": 40,
                            "column": 8
                          },
                          "end": {
                            "line": 40,
                            "column": 63
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1986,
                          "end": 2001,
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 8
                            },
                            "end": {
                              "line": 40,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1986,
                            "end": 1990,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 8
                              },
                              "end": {
                                "line": 40,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1991,
                            "end": 2001,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 13
                              },
                              "end": {
                                "line": 40,
                                "column": 23
                              },
                              "identifierName": "updateLine"
                            },
                            "name": "updateLine"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "NumericLiteral",
                            "start": 2002,
                            "end": 2003,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 24
                              },
                              "end": {
                                "line": 40,
                                "column": 25
                              }
                            },
                            "extra": {
                              "rawValue": 1,
                              "raw": "1"
                            },
                            "value": 1
                          },
                          {
                            "type": "Identifier",
                            "start": 2005,
                            "end": 2012,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 27
                              },
                              "end": {
                                "line": 40,
                                "column": 34
                              },
                              "identifierName": "endFoot"
                            },
                            "name": "endFoot"
                          },
                          {
                            "type": "ConditionalExpression",
                            "start": 2015,
                            "end": 2039,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 37
                              },
                              "end": {
                                "line": 40,
                                "column": 61
                              }
                            },
                            "test": {
                              "type": "Identifier",
                              "start": 2015,
                              "end": 2024,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 37
                                },
                                "end": {
                                  "line": 40,
                                  "column": 46
                                },
                                "identifierName": "extendCrn"
                              },
                              "name": "extendCrn"
                            },
                            "consequent": {
                              "type": "Identifier",
                              "start": 2027,
                              "end": 2033,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 49
                                },
                                "end": {
                                  "line": 40,
                                  "column": 55
                                },
                                "identifierName": "corner"
                              },
                              "name": "corner"
                            },
                            "alternate": {
                              "type": "Identifier",
                              "start": 2036,
                              "end": 2039,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 58
                                },
                                "end": {
                                  "line": 40,
                                  "column": 61
                                },
                                "identifierName": "end"
                              },
                              "name": "end"
                            },
                            "extra": {
                              "parenthesized": true,
                              "parenStart": 2014
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2051,
                      "end": 2103,
                      "loc": {
                        "start": {
                          "line": 41,
                          "column": 8
                        },
                        "end": {
                          "line": 41,
                          "column": 60
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2051,
                        "end": 2102,
                        "loc": {
                          "start": {
                            "line": 41,
                            "column": 8
                          },
                          "end": {
                            "line": 41,
                            "column": 59
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2051,
                          "end": 2065,
                          "loc": {
                            "start": {
                              "line": 41,
                              "column": 8
                            },
                            "end": {
                              "line": 41,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2051,
                            "end": 2055,
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 8
                              },
                              "end": {
                                "line": 41,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2056,
                            "end": 2065,
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 13
                              },
                              "end": {
                                "line": 41,
                                "column": 22
                              },
                              "identifierName": "updateArc"
                            },
                            "name": "updateArc"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "NumericLiteral",
                            "start": 2066,
                            "end": 2067,
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 23
                              },
                              "end": {
                                "line": 41,
                                "column": 24
                              }
                            },
                            "extra": {
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "value": 0
                          },
                          {
                            "type": "Identifier",
                            "start": 2069,
                            "end": 2075,
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 26
                              },
                              "end": {
                                "line": 41,
                                "column": 32
                              },
                              "identifierName": "corner"
                            },
                            "name": "corner"
                          },
                          {
                            "type": "Identifier",
                            "start": 2077,
                            "end": 2083,
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 34
                              },
                              "end": {
                                "line": 41,
                                "column": 40
                              },
                              "identifierName": "radius"
                            },
                            "name": "radius"
                          },
                          {
                            "type": "Identifier",
                            "start": 2085,
                            "end": 2093,
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 42
                              },
                              "end": {
                                "line": 41,
                                "column": 50
                              },
                              "identifierName": "startAng"
                            },
                            "name": "startAng"
                          },
                          {
                            "type": "Identifier",
                            "start": 2095,
                            "end": 2101,
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 52
                              },
                              "end": {
                                "line": 41,
                                "column": 58
                              },
                              "identifierName": "dimAng"
                            },
                            "name": "dimAng"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2112,
                      "end": 2162,
                      "loc": {
                        "start": {
                          "line": 42,
                          "column": 8
                        },
                        "end": {
                          "line": 42,
                          "column": 58
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2112,
                        "end": 2161,
                        "loc": {
                          "start": {
                            "line": 42,
                            "column": 8
                          },
                          "end": {
                            "line": 42,
                            "column": 57
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2112,
                          "end": 2126,
                          "loc": {
                            "start": {
                              "line": 42,
                              "column": 8
                            },
                            "end": {
                              "line": 42,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2112,
                            "end": 2116,
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 8
                              },
                              "end": {
                                "line": 42,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2117,
                            "end": 2126,
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 13
                              },
                              "end": {
                                "line": 42,
                                "column": 22
                              },
                              "identifierName": "updateArc"
                            },
                            "name": "updateArc"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "NumericLiteral",
                            "start": 2127,
                            "end": 2128,
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 23
                              },
                              "end": {
                                "line": 42,
                                "column": 24
                              }
                            },
                            "extra": {
                              "rawValue": 1,
                              "raw": "1"
                            },
                            "value": 1
                          },
                          {
                            "type": "Identifier",
                            "start": 2130,
                            "end": 2136,
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 26
                              },
                              "end": {
                                "line": 42,
                                "column": 32
                              },
                              "identifierName": "corner"
                            },
                            "name": "corner"
                          },
                          {
                            "type": "Identifier",
                            "start": 2138,
                            "end": 2144,
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 34
                              },
                              "end": {
                                "line": 42,
                                "column": 40
                              },
                              "identifierName": "radius"
                            },
                            "name": "radius"
                          },
                          {
                            "type": "Identifier",
                            "start": 2146,
                            "end": 2152,
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 42
                              },
                              "end": {
                                "line": 42,
                                "column": 48
                              },
                              "identifierName": "endAng"
                            },
                            "name": "endAng"
                          },
                          {
                            "type": "Identifier",
                            "start": 2154,
                            "end": 2160,
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 50
                              },
                              "end": {
                                "line": 42,
                                "column": 56
                              },
                              "identifierName": "dimAng"
                            },
                            "name": "dimAng"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2171,
                      "end": 2213,
                      "loc": {
                        "start": {
                          "line": 43,
                          "column": 8
                        },
                        "end": {
                          "line": 43,
                          "column": 50
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2171,
                        "end": 2212,
                        "loc": {
                          "start": {
                            "line": 43,
                            "column": 8
                          },
                          "end": {
                            "line": 43,
                            "column": 49
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2171,
                          "end": 2187,
                          "loc": {
                            "start": {
                              "line": 43,
                              "column": 8
                            },
                            "end": {
                              "line": 43,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2171,
                            "end": 2175,
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 8
                              },
                              "end": {
                                "line": 43,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2176,
                            "end": 2187,
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 13
                              },
                              "end": {
                                "line": 43,
                                "column": 24
                              },
                              "identifierName": "updateArrow"
                            },
                            "name": "updateArrow"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "NumericLiteral",
                            "start": 2188,
                            "end": 2189,
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 25
                              },
                              "end": {
                                "line": 43,
                                "column": 26
                              }
                            },
                            "extra": {
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "value": 0
                          },
                          {
                            "type": "Identifier",
                            "start": 2191,
                            "end": 2200,
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 28
                              },
                              "end": {
                                "line": 43,
                                "column": 37
                              },
                              "identifierName": "startFoot"
                            },
                            "name": "startFoot"
                          },
                          {
                            "type": "Identifier",
                            "start": 2202,
                            "end": 2211,
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 39
                              },
                              "end": {
                                "line": 43,
                                "column": 48
                              },
                              "identifierName": "startTang"
                            },
                            "name": "startTang"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2222,
                      "end": 2262,
                      "loc": {
                        "start": {
                          "line": 44,
                          "column": 8
                        },
                        "end": {
                          "line": 44,
                          "column": 48
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2222,
                        "end": 2261,
                        "loc": {
                          "start": {
                            "line": 44,
                            "column": 8
                          },
                          "end": {
                            "line": 44,
                            "column": 47
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2222,
                          "end": 2238,
                          "loc": {
                            "start": {
                              "line": 44,
                              "column": 8
                            },
                            "end": {
                              "line": 44,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2222,
                            "end": 2226,
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 8
                              },
                              "end": {
                                "line": 44,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2227,
                            "end": 2238,
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 13
                              },
                              "end": {
                                "line": 44,
                                "column": 24
                              },
                              "identifierName": "updateArrow"
                            },
                            "name": "updateArrow"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "NumericLiteral",
                            "start": 2239,
                            "end": 2240,
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 25
                              },
                              "end": {
                                "line": 44,
                                "column": 26
                              }
                            },
                            "extra": {
                              "rawValue": 1,
                              "raw": "1"
                            },
                            "value": 1
                          },
                          {
                            "type": "Identifier",
                            "start": 2244,
                            "end": 2251,
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 30
                              },
                              "end": {
                                "line": 44,
                                "column": 37
                              },
                              "identifierName": "endFoot"
                            },
                            "name": "endFoot"
                          },
                          {
                            "type": "Identifier",
                            "start": 2253,
                            "end": 2260,
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 39
                              },
                              "end": {
                                "line": 44,
                                "column": 46
                              },
                              "identifierName": "endTang"
                            },
                            "name": "endTang"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2271,
                      "end": 2309,
                      "loc": {
                        "start": {
                          "line": 45,
                          "column": 8
                        },
                        "end": {
                          "line": 45,
                          "column": 46
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2271,
                        "end": 2308,
                        "loc": {
                          "start": {
                            "line": 45,
                            "column": 8
                          },
                          "end": {
                            "line": 45,
                            "column": 45
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2271,
                          "end": 2292,
                          "loc": {
                            "start": {
                              "line": 45,
                              "column": 8
                            },
                            "end": {
                              "line": 45,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "Super",
                            "start": 2271,
                            "end": 2276,
                            "loc": {
                              "start": {
                                "line": 45,
                                "column": 8
                              },
                              "end": {
                                "line": 45,
                                "column": 13
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2277,
                            "end": 2292,
                            "loc": {
                              "start": {
                                "line": 45,
                                "column": 14
                              },
                              "end": {
                                "line": 45,
                                "column": 29
                              },
                              "identifierName": "updateFromState"
                            },
                            "name": "updateFromState"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 2293,
                            "end": 2298,
                            "loc": {
                              "start": {
                                "line": 45,
                                "column": 30
                              },
                              "end": {
                                "line": 45,
                                "column": 35
                              },
                              "identifierName": "state"
                            },
                            "name": "state"
                          },
                          {
                            "type": "SpreadElement",
                            "start": 2300,
                            "end": 2307,
                            "loc": {
                              "start": {
                                "line": 45,
                                "column": 37
                              },
                              "end": {
                                "line": 45,
                                "column": 44
                              }
                            },
                            "argument": {
                              "type": "Identifier",
                              "start": 2303,
                              "end": 2307,
                              "loc": {
                                "start": {
                                  "line": 45,
                                  "column": 40
                                },
                                "end": {
                                  "line": 45,
                                  "column": 44
                                },
                                "identifierName": "args"
                              },
                              "name": "args"
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              }
            ]
          },
          "leadingComments": [],
          "trailingComments": []
        }
      }
    ],
    "directives": []
  },
  "comments": [
    {
      "type": "CommentLine",
      "value": "take local coordinates of four points from CC data members",
      "start": 484,
      "end": 544,
      "loc": {
        "start": {
          "line": 19,
          "column": 8
        },
        "end": {
          "line": 19,
          "column": 68
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "calculate radius & polar angles of the arc",
      "start": 760,
      "end": 804,
      "loc": {
        "start": {
          "line": 22,
          "column": 8
        },
        "end": {
          "line": 22,
          "column": 52
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "arc always goes from \"start\" to \"end\" according to \"ccw\" flag",
      "start": 992,
      "end": 1055,
      "loc": {
        "start": {
          "line": 25,
          "column": 8
        },
        "end": {
          "line": 25,
          "column": 71
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "check if dim-pos is outside of sector",
      "start": 1245,
      "end": 1284,
      "loc": {
        "start": {
          "line": 30,
          "column": 8
        },
        "end": {
          "line": 30,
          "column": 47
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "set geometry for dimension",
      "start": 1521,
      "end": 1549,
      "loc": {
        "start": {
          "line": 35,
          "column": 8
        },
        "end": {
          "line": 35,
          "column": 36
        }
      }
    }
  ],
  "tokens": [
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 0,
      "end": 6,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 7,
      "end": 8,
      "loc": {
        "start": {
          "line": 1,
          "column": 7
        },
        "end": {
          "line": 1,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "as",
      "start": 9,
      "end": 11,
      "loc": {
        "start": {
          "line": 1,
          "column": 9
        },
        "end": {
          "line": 1,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 12,
      "end": 17,
      "loc": {
        "start": {
          "line": 1,
          "column": 12
        },
        "end": {
          "line": 1,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 18,
      "end": 22,
      "loc": {
        "start": {
          "line": 1,
          "column": 18
        },
        "end": {
          "line": 1,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "three",
      "start": 23,
      "end": 30,
      "loc": {
        "start": {
          "line": 1,
          "column": 23
        },
        "end": {
          "line": 1,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 30,
      "end": 31,
      "loc": {
        "start": {
          "line": 1,
          "column": 30
        },
        "end": {
          "line": 1,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 32,
      "end": 38,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BaseGraphics",
      "start": 39,
      "end": 51,
      "loc": {
        "start": {
          "line": 2,
          "column": 7
        },
        "end": {
          "line": 2,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 52,
      "end": 56,
      "loc": {
        "start": {
          "line": 2,
          "column": 20
        },
        "end": {
          "line": 2,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./base",
      "start": 57,
      "end": 65,
      "loc": {
        "start": {
          "line": 2,
          "column": 25
        },
        "end": {
          "line": 2,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 65,
      "end": 66,
      "loc": {
        "start": {
          "line": 2,
          "column": 33
        },
        "end": {
          "line": 2,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 68,
      "end": 76,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "closestAngle",
      "start": 77,
      "end": 89,
      "loc": {
        "start": {
          "line": 4,
          "column": 9
        },
        "end": {
          "line": 4,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 89,
      "end": 90,
      "loc": {
        "start": {
          "line": 4,
          "column": 21
        },
        "end": {
          "line": 4,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 90,
      "end": 95,
      "loc": {
        "start": {
          "line": 4,
          "column": 22
        },
        "end": {
          "line": 4,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 95,
      "end": 96,
      "loc": {
        "start": {
          "line": 4,
          "column": 27
        },
        "end": {
          "line": 4,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "to",
      "start": 97,
      "end": 99,
      "loc": {
        "start": {
          "line": 4,
          "column": 29
        },
        "end": {
          "line": 4,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 99,
      "end": 100,
      "loc": {
        "start": {
          "line": 4,
          "column": 31
        },
        "end": {
          "line": 4,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 101,
      "end": 102,
      "loc": {
        "start": {
          "line": 4,
          "column": 33
        },
        "end": {
          "line": 4,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 107,
      "end": 112,
      "loc": {
        "start": {
          "line": 5,
          "column": 4
        },
        "end": {
          "line": 5,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pi2",
      "start": 113,
      "end": 116,
      "loc": {
        "start": {
          "line": 5,
          "column": 10
        },
        "end": {
          "line": 5,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 117,
      "end": 118,
      "loc": {
        "start": {
          "line": 5,
          "column": 14
        },
        "end": {
          "line": 5,
          "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": 119,
      "end": 120,
      "loc": {
        "start": {
          "line": 5,
          "column": 16
        },
        "end": {
          "line": 5,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 120,
      "end": 121,
      "loc": {
        "start": {
          "line": 5,
          "column": 17
        },
        "end": {
          "line": 5,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 121,
      "end": 125,
      "loc": {
        "start": {
          "line": 5,
          "column": 18
        },
        "end": {
          "line": 5,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 125,
      "end": 126,
      "loc": {
        "start": {
          "line": 5,
          "column": 22
        },
        "end": {
          "line": 5,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "PI",
      "start": 126,
      "end": 128,
      "loc": {
        "start": {
          "line": 5,
          "column": 23
        },
        "end": {
          "line": 5,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 128,
      "end": 129,
      "loc": {
        "start": {
          "line": 5,
          "column": 25
        },
        "end": {
          "line": 5,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "while",
        "keyword": "while",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "while",
      "start": 134,
      "end": 139,
      "loc": {
        "start": {
          "line": 6,
          "column": 4
        },
        "end": {
          "line": 6,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 140,
      "end": 141,
      "loc": {
        "start": {
          "line": 6,
          "column": 10
        },
        "end": {
          "line": 6,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 141,
      "end": 145,
      "loc": {
        "start": {
          "line": 6,
          "column": 11
        },
        "end": {
          "line": 6,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 145,
      "end": 146,
      "loc": {
        "start": {
          "line": 6,
          "column": 15
        },
        "end": {
          "line": 6,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "abs",
      "start": 146,
      "end": 149,
      "loc": {
        "start": {
          "line": 6,
          "column": 16
        },
        "end": {
          "line": 6,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 149,
      "end": 150,
      "loc": {
        "start": {
          "line": 6,
          "column": 19
        },
        "end": {
          "line": 6,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 150,
      "end": 155,
      "loc": {
        "start": {
          "line": 6,
          "column": 20
        },
        "end": {
          "line": 6,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 156,
      "end": 157,
      "loc": {
        "start": {
          "line": 6,
          "column": 26
        },
        "end": {
          "line": 6,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pi2",
      "start": 158,
      "end": 161,
      "loc": {
        "start": {
          "line": 6,
          "column": 28
        },
        "end": {
          "line": 6,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 162,
      "end": 163,
      "loc": {
        "start": {
          "line": 6,
          "column": 32
        },
        "end": {
          "line": 6,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "to",
      "start": 164,
      "end": 166,
      "loc": {
        "start": {
          "line": 6,
          "column": 34
        },
        "end": {
          "line": 6,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 166,
      "end": 167,
      "loc": {
        "start": {
          "line": 6,
          "column": 36
        },
        "end": {
          "line": 6,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 168,
      "end": 169,
      "loc": {
        "start": {
          "line": 6,
          "column": 38
        },
        "end": {
          "line": 6,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 170,
      "end": 174,
      "loc": {
        "start": {
          "line": 6,
          "column": 40
        },
        "end": {
          "line": 6,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 174,
      "end": 175,
      "loc": {
        "start": {
          "line": 6,
          "column": 44
        },
        "end": {
          "line": 6,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "abs",
      "start": 175,
      "end": 178,
      "loc": {
        "start": {
          "line": 6,
          "column": 45
        },
        "end": {
          "line": 6,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 178,
      "end": 179,
      "loc": {
        "start": {
          "line": 6,
          "column": 48
        },
        "end": {
          "line": 6,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 179,
      "end": 184,
      "loc": {
        "start": {
          "line": 6,
          "column": 49
        },
        "end": {
          "line": 6,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 185,
      "end": 186,
      "loc": {
        "start": {
          "line": 6,
          "column": 55
        },
        "end": {
          "line": 6,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "to",
      "start": 187,
      "end": 189,
      "loc": {
        "start": {
          "line": 6,
          "column": 57
        },
        "end": {
          "line": 6,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 189,
      "end": 190,
      "loc": {
        "start": {
          "line": 6,
          "column": 59
        },
        "end": {
          "line": 6,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 190,
      "end": 191,
      "loc": {
        "start": {
          "line": 6,
          "column": 60
        },
        "end": {
          "line": 6,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 200,
      "end": 205,
      "loc": {
        "start": {
          "line": 7,
          "column": 8
        },
        "end": {
          "line": 7,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "-=",
      "start": 206,
      "end": 208,
      "loc": {
        "start": {
          "line": 7,
          "column": 14
        },
        "end": {
          "line": 7,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pi2",
      "start": 209,
      "end": 212,
      "loc": {
        "start": {
          "line": 7,
          "column": 17
        },
        "end": {
          "line": 7,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 212,
      "end": 213,
      "loc": {
        "start": {
          "line": 7,
          "column": 20
        },
        "end": {
          "line": 7,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "while",
        "keyword": "while",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "while",
      "start": 218,
      "end": 223,
      "loc": {
        "start": {
          "line": 8,
          "column": 4
        },
        "end": {
          "line": 8,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 224,
      "end": 225,
      "loc": {
        "start": {
          "line": 8,
          "column": 10
        },
        "end": {
          "line": 8,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 225,
      "end": 229,
      "loc": {
        "start": {
          "line": 8,
          "column": 11
        },
        "end": {
          "line": 8,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 229,
      "end": 230,
      "loc": {
        "start": {
          "line": 8,
          "column": 15
        },
        "end": {
          "line": 8,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "abs",
      "start": 230,
      "end": 233,
      "loc": {
        "start": {
          "line": 8,
          "column": 16
        },
        "end": {
          "line": 8,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 233,
      "end": 234,
      "loc": {
        "start": {
          "line": 8,
          "column": 19
        },
        "end": {
          "line": 8,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 234,
      "end": 239,
      "loc": {
        "start": {
          "line": 8,
          "column": 20
        },
        "end": {
          "line": 8,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 240,
      "end": 241,
      "loc": {
        "start": {
          "line": 8,
          "column": 26
        },
        "end": {
          "line": 8,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pi2",
      "start": 242,
      "end": 245,
      "loc": {
        "start": {
          "line": 8,
          "column": 28
        },
        "end": {
          "line": 8,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 246,
      "end": 247,
      "loc": {
        "start": {
          "line": 8,
          "column": 32
        },
        "end": {
          "line": 8,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "to",
      "start": 248,
      "end": 250,
      "loc": {
        "start": {
          "line": 8,
          "column": 34
        },
        "end": {
          "line": 8,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 250,
      "end": 251,
      "loc": {
        "start": {
          "line": 8,
          "column": 36
        },
        "end": {
          "line": 8,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 252,
      "end": 253,
      "loc": {
        "start": {
          "line": 8,
          "column": 38
        },
        "end": {
          "line": 8,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 254,
      "end": 258,
      "loc": {
        "start": {
          "line": 8,
          "column": 40
        },
        "end": {
          "line": 8,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 258,
      "end": 259,
      "loc": {
        "start": {
          "line": 8,
          "column": 44
        },
        "end": {
          "line": 8,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "abs",
      "start": 259,
      "end": 262,
      "loc": {
        "start": {
          "line": 8,
          "column": 45
        },
        "end": {
          "line": 8,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 262,
      "end": 263,
      "loc": {
        "start": {
          "line": 8,
          "column": 48
        },
        "end": {
          "line": 8,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 263,
      "end": 268,
      "loc": {
        "start": {
          "line": 8,
          "column": 49
        },
        "end": {
          "line": 8,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 269,
      "end": 270,
      "loc": {
        "start": {
          "line": 8,
          "column": 55
        },
        "end": {
          "line": 8,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "to",
      "start": 271,
      "end": 273,
      "loc": {
        "start": {
          "line": 8,
          "column": 57
        },
        "end": {
          "line": 8,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 273,
      "end": 274,
      "loc": {
        "start": {
          "line": 8,
          "column": 59
        },
        "end": {
          "line": 8,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 274,
      "end": 275,
      "loc": {
        "start": {
          "line": 8,
          "column": 60
        },
        "end": {
          "line": 8,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 284,
      "end": 289,
      "loc": {
        "start": {
          "line": 9,
          "column": 8
        },
        "end": {
          "line": 9,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 290,
      "end": 292,
      "loc": {
        "start": {
          "line": 9,
          "column": 14
        },
        "end": {
          "line": 9,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pi2",
      "start": 293,
      "end": 296,
      "loc": {
        "start": {
          "line": 9,
          "column": 17
        },
        "end": {
          "line": 9,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 296,
      "end": 297,
      "loc": {
        "start": {
          "line": 9,
          "column": 20
        },
        "end": {
          "line": 9,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 302,
      "end": 308,
      "loc": {
        "start": {
          "line": 10,
          "column": 4
        },
        "end": {
          "line": 10,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 309,
      "end": 314,
      "loc": {
        "start": {
          "line": 10,
          "column": 11
        },
        "end": {
          "line": 10,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 314,
      "end": 315,
      "loc": {
        "start": {
          "line": 10,
          "column": 16
        },
        "end": {
          "line": 10,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 316,
      "end": 317,
      "loc": {
        "start": {
          "line": 11,
          "column": 0
        },
        "end": {
          "line": 11,
          "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": 319,
      "end": 325,
      "loc": {
        "start": {
          "line": 13,
          "column": 0
        },
        "end": {
          "line": 13,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "default",
        "keyword": "default",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "default",
      "start": 326,
      "end": 333,
      "loc": {
        "start": {
          "line": 13,
          "column": 7
        },
        "end": {
          "line": 13,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "class",
        "keyword": "class",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "class",
      "start": 334,
      "end": 339,
      "loc": {
        "start": {
          "line": 13,
          "column": 15
        },
        "end": {
          "line": 13,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Angular",
      "start": 340,
      "end": 347,
      "loc": {
        "start": {
          "line": 13,
          "column": 21
        },
        "end": {
          "line": 13,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "extends",
        "keyword": "extends",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "extends",
      "start": 348,
      "end": 355,
      "loc": {
        "start": {
          "line": 13,
          "column": 29
        },
        "end": {
          "line": 13,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BaseGraphics",
      "start": 356,
      "end": 368,
      "loc": {
        "start": {
          "line": 13,
          "column": 37
        },
        "end": {
          "line": 13,
          "column": 49
        }
      }
    },
    {
      "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": 13,
          "column": 50
        },
        "end": {
          "line": 13,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 375,
      "end": 386,
      "loc": {
        "start": {
          "line": 14,
          "column": 4
        },
        "end": {
          "line": 14,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 386,
      "end": 387,
      "loc": {
        "start": {
          "line": 14,
          "column": 15
        },
        "end": {
          "line": 14,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "...",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 387,
      "end": 390,
      "loc": {
        "start": {
          "line": 14,
          "column": 16
        },
        "end": {
          "line": 14,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "args",
      "start": 390,
      "end": 394,
      "loc": {
        "start": {
          "line": 14,
          "column": 19
        },
        "end": {
          "line": 14,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 394,
      "end": 395,
      "loc": {
        "start": {
          "line": 14,
          "column": 23
        },
        "end": {
          "line": 14,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 396,
      "end": 397,
      "loc": {
        "start": {
          "line": 14,
          "column": 25
        },
        "end": {
          "line": 14,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "super",
        "keyword": "super",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "super",
      "start": 406,
      "end": 411,
      "loc": {
        "start": {
          "line": 15,
          "column": 8
        },
        "end": {
          "line": 15,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 411,
      "end": 412,
      "loc": {
        "start": {
          "line": 15,
          "column": 13
        },
        "end": {
          "line": 15,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "...",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 412,
      "end": 415,
      "loc": {
        "start": {
          "line": 15,
          "column": 14
        },
        "end": {
          "line": 15,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "args",
      "start": 415,
      "end": 419,
      "loc": {
        "start": {
          "line": 15,
          "column": 17
        },
        "end": {
          "line": 15,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 419,
      "end": 420,
      "loc": {
        "start": {
          "line": 15,
          "column": 21
        },
        "end": {
          "line": 15,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 421,
      "end": 422,
      "loc": {
        "start": {
          "line": 15,
          "column": 23
        },
        "end": {
          "line": 15,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 422,
      "end": 423,
      "loc": {
        "start": {
          "line": 15,
          "column": 24
        },
        "end": {
          "line": 15,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 424,
      "end": 425,
      "loc": {
        "start": {
          "line": 15,
          "column": 26
        },
        "end": {
          "line": 15,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 425,
      "end": 426,
      "loc": {
        "start": {
          "line": 15,
          "column": 27
        },
        "end": {
          "line": 15,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 427,
      "end": 428,
      "loc": {
        "start": {
          "line": 15,
          "column": 29
        },
        "end": {
          "line": 15,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 428,
      "end": 429,
      "loc": {
        "start": {
          "line": 15,
          "column": 30
        },
        "end": {
          "line": 15,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 429,
      "end": 430,
      "loc": {
        "start": {
          "line": 15,
          "column": 31
        },
        "end": {
          "line": 15,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 435,
      "end": 436,
      "loc": {
        "start": {
          "line": 16,
          "column": 4
        },
        "end": {
          "line": 16,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateFromState",
      "start": 442,
      "end": 457,
      "loc": {
        "start": {
          "line": 18,
          "column": 4
        },
        "end": {
          "line": 18,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 457,
      "end": 458,
      "loc": {
        "start": {
          "line": 18,
          "column": 19
        },
        "end": {
          "line": 18,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 458,
      "end": 463,
      "loc": {
        "start": {
          "line": 18,
          "column": 20
        },
        "end": {
          "line": 18,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 463,
      "end": 464,
      "loc": {
        "start": {
          "line": 18,
          "column": 25
        },
        "end": {
          "line": 18,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "...",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 465,
      "end": 468,
      "loc": {
        "start": {
          "line": 18,
          "column": 27
        },
        "end": {
          "line": 18,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "args",
      "start": 468,
      "end": 472,
      "loc": {
        "start": {
          "line": 18,
          "column": 30
        },
        "end": {
          "line": 18,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 472,
      "end": 473,
      "loc": {
        "start": {
          "line": 18,
          "column": 34
        },
        "end": {
          "line": 18,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 474,
      "end": 475,
      "loc": {
        "start": {
          "line": 18,
          "column": 36
        },
        "end": {
          "line": 18,
          "column": 37
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "take local coordinates of four points from CC data members",
      "start": 484,
      "end": 544,
      "loc": {
        "start": {
          "line": 19,
          "column": 8
        },
        "end": {
          "line": 19,
          "column": 68
        }
      }
    },
    {
      "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": 553,
      "end": 556,
      "loc": {
        "start": {
          "line": 20,
          "column": 8
        },
        "end": {
          "line": 20,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 557,
      "end": 558,
      "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": "start",
      "start": 558,
      "end": 563,
      "loc": {
        "start": {
          "line": 20,
          "column": 13
        },
        "end": {
          "line": 20,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 563,
      "end": 564,
      "loc": {
        "start": {
          "line": 20,
          "column": 18
        },
        "end": {
          "line": 20,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 565,
      "end": 568,
      "loc": {
        "start": {
          "line": 20,
          "column": 20
        },
        "end": {
          "line": 20,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 568,
      "end": 569,
      "loc": {
        "start": {
          "line": 20,
          "column": 23
        },
        "end": {
          "line": 20,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dim",
      "start": 570,
      "end": 573,
      "loc": {
        "start": {
          "line": 20,
          "column": 25
        },
        "end": {
          "line": 20,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 573,
      "end": 574,
      "loc": {
        "start": {
          "line": 20,
          "column": 28
        },
        "end": {
          "line": 20,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "corner",
      "start": 575,
      "end": 581,
      "loc": {
        "start": {
          "line": 20,
          "column": 30
        },
        "end": {
          "line": 20,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 581,
      "end": 582,
      "loc": {
        "start": {
          "line": 20,
          "column": 36
        },
        "end": {
          "line": 20,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 583,
      "end": 584,
      "loc": {
        "start": {
          "line": 20,
          "column": 38
        },
        "end": {
          "line": 20,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 585,
      "end": 586,
      "loc": {
        "start": {
          "line": 20,
          "column": 40
        },
        "end": {
          "line": 20,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "startPt",
      "start": 586,
      "end": 595,
      "loc": {
        "start": {
          "line": 20,
          "column": 41
        },
        "end": {
          "line": 20,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 595,
      "end": 596,
      "loc": {
        "start": {
          "line": 20,
          "column": 50
        },
        "end": {
          "line": 20,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "endPt",
      "start": 597,
      "end": 604,
      "loc": {
        "start": {
          "line": 20,
          "column": 52
        },
        "end": {
          "line": 20,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 604,
      "end": 605,
      "loc": {
        "start": {
          "line": 20,
          "column": 59
        },
        "end": {
          "line": 20,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "dimPt",
      "start": 606,
      "end": 613,
      "loc": {
        "start": {
          "line": 20,
          "column": 61
        },
        "end": {
          "line": 20,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 613,
      "end": 614,
      "loc": {
        "start": {
          "line": 20,
          "column": 68
        },
        "end": {
          "line": 20,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "cornerPt",
      "start": 615,
      "end": 625,
      "loc": {
        "start": {
          "line": 20,
          "column": 70
        },
        "end": {
          "line": 20,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 625,
      "end": 626,
      "loc": {
        "start": {
          "line": 20,
          "column": 80
        },
        "end": {
          "line": 20,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 626,
      "end": 627,
      "loc": {
        "start": {
          "line": 20,
          "column": 81
        },
        "end": {
          "line": 20,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 627,
      "end": 630,
      "loc": {
        "start": {
          "line": 20,
          "column": 82
        },
        "end": {
          "line": 20,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 630,
      "end": 631,
      "loc": {
        "start": {
          "line": 20,
          "column": 85
        },
        "end": {
          "line": 20,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 631,
      "end": 632,
      "loc": {
        "start": {
          "line": 20,
          "column": 86
        },
        "end": {
          "line": 20,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 633,
      "end": 635,
      "loc": {
        "start": {
          "line": 20,
          "column": 88
        },
        "end": {
          "line": 20,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 636,
      "end": 639,
      "loc": {
        "start": {
          "line": 20,
          "column": 91
        },
        "end": {
          "line": 20,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 640,
      "end": 645,
      "loc": {
        "start": {
          "line": 20,
          "column": 95
        },
        "end": {
          "line": 20,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 645,
      "end": 646,
      "loc": {
        "start": {
          "line": 20,
          "column": 100
        },
        "end": {
          "line": 20,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 646,
      "end": 653,
      "loc": {
        "start": {
          "line": 20,
          "column": 101
        },
        "end": {
          "line": 20,
          "column": 108
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 653,
      "end": 654,
      "loc": {
        "start": {
          "line": 20,
          "column": 108
        },
        "end": {
          "line": 20,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 654,
      "end": 655,
      "loc": {
        "start": {
          "line": 20,
          "column": 109
        },
        "end": {
          "line": 20,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 655,
      "end": 656,
      "loc": {
        "start": {
          "line": 20,
          "column": 110
        },
        "end": {
          "line": 20,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fromArray",
      "start": 656,
      "end": 665,
      "loc": {
        "start": {
          "line": 20,
          "column": 111
        },
        "end": {
          "line": 20,
          "column": 120
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 665,
      "end": 666,
      "loc": {
        "start": {
          "line": 20,
          "column": 120
        },
        "end": {
          "line": 20,
          "column": 121
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 666,
      "end": 671,
      "loc": {
        "start": {
          "line": 20,
          "column": 121
        },
        "end": {
          "line": 20,
          "column": 126
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 671,
      "end": 672,
      "loc": {
        "start": {
          "line": 20,
          "column": 126
        },
        "end": {
          "line": 20,
          "column": 127
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 672,
      "end": 679,
      "loc": {
        "start": {
          "line": 20,
          "column": 127
        },
        "end": {
          "line": 20,
          "column": 134
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 679,
      "end": 680,
      "loc": {
        "start": {
          "line": 20,
          "column": 134
        },
        "end": {
          "line": 20,
          "column": 135
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 680,
      "end": 681,
      "loc": {
        "start": {
          "line": 20,
          "column": 135
        },
        "end": {
          "line": 20,
          "column": 136
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 681,
      "end": 682,
      "loc": {
        "start": {
          "line": 20,
          "column": 136
        },
        "end": {
          "line": 20,
          "column": 137
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 682,
      "end": 683,
      "loc": {
        "start": {
          "line": 20,
          "column": 137
        },
        "end": {
          "line": 20,
          "column": 138
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 683,
      "end": 688,
      "loc": {
        "start": {
          "line": 20,
          "column": 138
        },
        "end": {
          "line": 20,
          "column": 143
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 688,
      "end": 689,
      "loc": {
        "start": {
          "line": 20,
          "column": 143
        },
        "end": {
          "line": 20,
          "column": 144
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 689,
      "end": 690,
      "loc": {
        "start": {
          "line": 20,
          "column": 144
        },
        "end": {
          "line": 20,
          "column": 145
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 690,
      "end": 691,
      "loc": {
        "start": {
          "line": 20,
          "column": 145
        },
        "end": {
          "line": 20,
          "column": 146
        }
      }
    },
    {
      "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": 700,
      "end": 703,
      "loc": {
        "start": {
          "line": 21,
          "column": 8
        },
        "end": {
          "line": 21,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "extendCrn",
      "start": 704,
      "end": 713,
      "loc": {
        "start": {
          "line": 21,
          "column": 12
        },
        "end": {
          "line": 21,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 714,
      "end": 715,
      "loc": {
        "start": {
          "line": 21,
          "column": 22
        },
        "end": {
          "line": 21,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 716,
      "end": 721,
      "loc": {
        "start": {
          "line": 21,
          "column": 24
        },
        "end": {
          "line": 21,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 721,
      "end": 722,
      "loc": {
        "start": {
          "line": 21,
          "column": 29
        },
        "end": {
          "line": 21,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 722,
      "end": 729,
      "loc": {
        "start": {
          "line": 21,
          "column": 30
        },
        "end": {
          "line": 21,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 729,
      "end": 730,
      "loc": {
        "start": {
          "line": 21,
          "column": 37
        },
        "end": {
          "line": 21,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "extendToCorner",
      "start": 730,
      "end": 744,
      "loc": {
        "start": {
          "line": 21,
          "column": 38
        },
        "end": {
          "line": 21,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 744,
      "end": 745,
      "loc": {
        "start": {
          "line": 21,
          "column": 52
        },
        "end": {
          "line": 21,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 745,
      "end": 750,
      "loc": {
        "start": {
          "line": 21,
          "column": 53
        },
        "end": {
          "line": 21,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 750,
      "end": 751,
      "loc": {
        "start": {
          "line": 21,
          "column": 58
        },
        "end": {
          "line": 21,
          "column": 59
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "calculate radius & polar angles of the arc",
      "start": 760,
      "end": 804,
      "loc": {
        "start": {
          "line": 22,
          "column": 8
        },
        "end": {
          "line": 22,
          "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": 813,
      "end": 818,
      "loc": {
        "start": {
          "line": 23,
          "column": 8
        },
        "end": {
          "line": 23,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 819,
      "end": 825,
      "loc": {
        "start": {
          "line": 23,
          "column": 14
        },
        "end": {
          "line": 23,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 826,
      "end": 827,
      "loc": {
        "start": {
          "line": 23,
          "column": 21
        },
        "end": {
          "line": 23,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "corner",
      "start": 828,
      "end": 834,
      "loc": {
        "start": {
          "line": 23,
          "column": 23
        },
        "end": {
          "line": 23,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 834,
      "end": 835,
      "loc": {
        "start": {
          "line": 23,
          "column": 29
        },
        "end": {
          "line": 23,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "distanceTo",
      "start": 835,
      "end": 845,
      "loc": {
        "start": {
          "line": 23,
          "column": 30
        },
        "end": {
          "line": 23,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 845,
      "end": 846,
      "loc": {
        "start": {
          "line": 23,
          "column": 40
        },
        "end": {
          "line": 23,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dim",
      "start": 846,
      "end": 849,
      "loc": {
        "start": {
          "line": 23,
          "column": 41
        },
        "end": {
          "line": 23,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 849,
      "end": 850,
      "loc": {
        "start": {
          "line": 23,
          "column": 44
        },
        "end": {
          "line": 23,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 850,
      "end": 851,
      "loc": {
        "start": {
          "line": 23,
          "column": 45
        },
        "end": {
          "line": 23,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 860,
      "end": 863,
      "loc": {
        "start": {
          "line": 24,
          "column": 8
        },
        "end": {
          "line": 24,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startAng",
      "start": 864,
      "end": 872,
      "loc": {
        "start": {
          "line": 24,
          "column": 12
        },
        "end": {
          "line": 24,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 873,
      "end": 874,
      "loc": {
        "start": {
          "line": 24,
          "column": 21
        },
        "end": {
          "line": 24,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 875,
      "end": 879,
      "loc": {
        "start": {
          "line": 24,
          "column": 23
        },
        "end": {
          "line": 24,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 879,
      "end": 880,
      "loc": {
        "start": {
          "line": 24,
          "column": 27
        },
        "end": {
          "line": 24,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "atan2",
      "start": 880,
      "end": 885,
      "loc": {
        "start": {
          "line": 24,
          "column": 28
        },
        "end": {
          "line": 24,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 885,
      "end": 886,
      "loc": {
        "start": {
          "line": 24,
          "column": 33
        },
        "end": {
          "line": 24,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 886,
      "end": 891,
      "loc": {
        "start": {
          "line": 24,
          "column": 34
        },
        "end": {
          "line": 24,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 891,
      "end": 892,
      "loc": {
        "start": {
          "line": 24,
          "column": 39
        },
        "end": {
          "line": 24,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 892,
      "end": 893,
      "loc": {
        "start": {
          "line": 24,
          "column": 40
        },
        "end": {
          "line": 24,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 894,
      "end": 895,
      "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": "corner",
      "start": 896,
      "end": 902,
      "loc": {
        "start": {
          "line": 24,
          "column": 44
        },
        "end": {
          "line": 24,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 902,
      "end": 903,
      "loc": {
        "start": {
          "line": 24,
          "column": 50
        },
        "end": {
          "line": 24,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 903,
      "end": 904,
      "loc": {
        "start": {
          "line": 24,
          "column": 51
        },
        "end": {
          "line": 24,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 904,
      "end": 905,
      "loc": {
        "start": {
          "line": 24,
          "column": 52
        },
        "end": {
          "line": 24,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 906,
      "end": 911,
      "loc": {
        "start": {
          "line": 24,
          "column": 54
        },
        "end": {
          "line": 24,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 911,
      "end": 912,
      "loc": {
        "start": {
          "line": 24,
          "column": 59
        },
        "end": {
          "line": 24,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 912,
      "end": 913,
      "loc": {
        "start": {
          "line": 24,
          "column": 60
        },
        "end": {
          "line": 24,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 914,
      "end": 915,
      "loc": {
        "start": {
          "line": 24,
          "column": 62
        },
        "end": {
          "line": 24,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "corner",
      "start": 916,
      "end": 922,
      "loc": {
        "start": {
          "line": 24,
          "column": 64
        },
        "end": {
          "line": 24,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 922,
      "end": 923,
      "loc": {
        "start": {
          "line": 24,
          "column": 70
        },
        "end": {
          "line": 24,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 923,
      "end": 924,
      "loc": {
        "start": {
          "line": 24,
          "column": 71
        },
        "end": {
          "line": 24,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 924,
      "end": 925,
      "loc": {
        "start": {
          "line": 24,
          "column": 72
        },
        "end": {
          "line": 24,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 925,
      "end": 926,
      "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": "endAng",
      "start": 927,
      "end": 933,
      "loc": {
        "start": {
          "line": 24,
          "column": 75
        },
        "end": {
          "line": 24,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 934,
      "end": 935,
      "loc": {
        "start": {
          "line": 24,
          "column": 82
        },
        "end": {
          "line": 24,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 936,
      "end": 940,
      "loc": {
        "start": {
          "line": 24,
          "column": 84
        },
        "end": {
          "line": 24,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 940,
      "end": 941,
      "loc": {
        "start": {
          "line": 24,
          "column": 88
        },
        "end": {
          "line": 24,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "atan2",
      "start": 941,
      "end": 946,
      "loc": {
        "start": {
          "line": 24,
          "column": 89
        },
        "end": {
          "line": 24,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 946,
      "end": 947,
      "loc": {
        "start": {
          "line": 24,
          "column": 94
        },
        "end": {
          "line": 24,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 947,
      "end": 950,
      "loc": {
        "start": {
          "line": 24,
          "column": 95
        },
        "end": {
          "line": 24,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 950,
      "end": 951,
      "loc": {
        "start": {
          "line": 24,
          "column": 98
        },
        "end": {
          "line": 24,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 951,
      "end": 952,
      "loc": {
        "start": {
          "line": 24,
          "column": 99
        },
        "end": {
          "line": 24,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 953,
      "end": 954,
      "loc": {
        "start": {
          "line": 24,
          "column": 101
        },
        "end": {
          "line": 24,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "corner",
      "start": 955,
      "end": 961,
      "loc": {
        "start": {
          "line": 24,
          "column": 103
        },
        "end": {
          "line": 24,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 961,
      "end": 962,
      "loc": {
        "start": {
          "line": 24,
          "column": 109
        },
        "end": {
          "line": 24,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 962,
      "end": 963,
      "loc": {
        "start": {
          "line": 24,
          "column": 110
        },
        "end": {
          "line": 24,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 963,
      "end": 964,
      "loc": {
        "start": {
          "line": 24,
          "column": 111
        },
        "end": {
          "line": 24,
          "column": 112
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 965,
      "end": 968,
      "loc": {
        "start": {
          "line": 24,
          "column": 113
        },
        "end": {
          "line": 24,
          "column": 116
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 968,
      "end": 969,
      "loc": {
        "start": {
          "line": 24,
          "column": 116
        },
        "end": {
          "line": 24,
          "column": 117
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 969,
      "end": 970,
      "loc": {
        "start": {
          "line": 24,
          "column": 117
        },
        "end": {
          "line": 24,
          "column": 118
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 971,
      "end": 972,
      "loc": {
        "start": {
          "line": 24,
          "column": 119
        },
        "end": {
          "line": 24,
          "column": 120
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "corner",
      "start": 973,
      "end": 979,
      "loc": {
        "start": {
          "line": 24,
          "column": 121
        },
        "end": {
          "line": 24,
          "column": 127
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 979,
      "end": 980,
      "loc": {
        "start": {
          "line": 24,
          "column": 127
        },
        "end": {
          "line": 24,
          "column": 128
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 980,
      "end": 981,
      "loc": {
        "start": {
          "line": 24,
          "column": 128
        },
        "end": {
          "line": 24,
          "column": 129
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 981,
      "end": 982,
      "loc": {
        "start": {
          "line": 24,
          "column": 129
        },
        "end": {
          "line": 24,
          "column": 130
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 982,
      "end": 983,
      "loc": {
        "start": {
          "line": 24,
          "column": 130
        },
        "end": {
          "line": 24,
          "column": 131
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "arc always goes from \"start\" to \"end\" according to \"ccw\" flag",
      "start": 992,
      "end": 1055,
      "loc": {
        "start": {
          "line": 25,
          "column": 8
        },
        "end": {
          "line": 25,
          "column": 71
        }
      }
    },
    {
      "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": 1064,
      "end": 1066,
      "loc": {
        "start": {
          "line": 26,
          "column": 8
        },
        "end": {
          "line": 26,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1067,
      "end": 1068,
      "loc": {
        "start": {
          "line": 26,
          "column": 11
        },
        "end": {
          "line": 26,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 1068,
      "end": 1069,
      "loc": {
        "start": {
          "line": 26,
          "column": 12
        },
        "end": {
          "line": 26,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 1069,
      "end": 1074,
      "loc": {
        "start": {
          "line": 26,
          "column": 13
        },
        "end": {
          "line": 26,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1074,
      "end": 1075,
      "loc": {
        "start": {
          "line": 26,
          "column": 18
        },
        "end": {
          "line": 26,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 1075,
      "end": 1082,
      "loc": {
        "start": {
          "line": 26,
          "column": 19
        },
        "end": {
          "line": 26,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1082,
      "end": 1083,
      "loc": {
        "start": {
          "line": 26,
          "column": 26
        },
        "end": {
          "line": 26,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ccw",
      "start": 1083,
      "end": 1086,
      "loc": {
        "start": {
          "line": 26,
          "column": 27
        },
        "end": {
          "line": 26,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1086,
      "end": 1087,
      "loc": {
        "start": {
          "line": 26,
          "column": 30
        },
        "end": {
          "line": 26,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 1087,
      "end": 1092,
      "loc": {
        "start": {
          "line": 26,
          "column": 31
        },
        "end": {
          "line": 26,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1092,
      "end": 1093,
      "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,
        "updateContext": null
      },
      "start": 1106,
      "end": 1107,
      "loc": {
        "start": {
          "line": 27,
          "column": 12
        },
        "end": {
          "line": 27,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 1107,
      "end": 1112,
      "loc": {
        "start": {
          "line": 27,
          "column": 13
        },
        "end": {
          "line": 27,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1112,
      "end": 1113,
      "loc": {
        "start": {
          "line": 27,
          "column": 18
        },
        "end": {
          "line": 27,
          "column": 19
        }
      }
    },
    {
      "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": 27,
          "column": 20
        },
        "end": {
          "line": 27,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1117,
      "end": 1118,
      "loc": {
        "start": {
          "line": 27,
          "column": 23
        },
        "end": {
          "line": 27,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startAng",
      "start": 1119,
      "end": 1127,
      "loc": {
        "start": {
          "line": 27,
          "column": 25
        },
        "end": {
          "line": 27,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1127,
      "end": 1128,
      "loc": {
        "start": {
          "line": 27,
          "column": 33
        },
        "end": {
          "line": 27,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endAng",
      "start": 1129,
      "end": 1135,
      "loc": {
        "start": {
          "line": 27,
          "column": 35
        },
        "end": {
          "line": 27,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1135,
      "end": 1136,
      "loc": {
        "start": {
          "line": 27,
          "column": 41
        },
        "end": {
          "line": 27,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1137,
      "end": 1138,
      "loc": {
        "start": {
          "line": 27,
          "column": 43
        },
        "end": {
          "line": 27,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1139,
      "end": 1140,
      "loc": {
        "start": {
          "line": 27,
          "column": 45
        },
        "end": {
          "line": 27,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 1140,
      "end": 1143,
      "loc": {
        "start": {
          "line": 27,
          "column": 46
        },
        "end": {
          "line": 27,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1143,
      "end": 1144,
      "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": "start",
      "start": 1145,
      "end": 1150,
      "loc": {
        "start": {
          "line": 27,
          "column": 51
        },
        "end": {
          "line": 27,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1150,
      "end": 1151,
      "loc": {
        "start": {
          "line": 27,
          "column": 56
        },
        "end": {
          "line": 27,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endAng",
      "start": 1152,
      "end": 1158,
      "loc": {
        "start": {
          "line": 27,
          "column": 58
        },
        "end": {
          "line": 27,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1158,
      "end": 1159,
      "loc": {
        "start": {
          "line": 27,
          "column": 64
        },
        "end": {
          "line": 27,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startAng",
      "start": 1160,
      "end": 1168,
      "loc": {
        "start": {
          "line": 27,
          "column": 66
        },
        "end": {
          "line": 27,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1168,
      "end": 1169,
      "loc": {
        "start": {
          "line": 27,
          "column": 74
        },
        "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": 1169,
      "end": 1170,
      "loc": {
        "start": {
          "line": 27,
          "column": 75
        },
        "end": {
          "line": 27,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 1179,
      "end": 1181,
      "loc": {
        "start": {
          "line": 28,
          "column": 8
        },
        "end": {
          "line": 28,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1182,
      "end": 1183,
      "loc": {
        "start": {
          "line": 28,
          "column": 11
        },
        "end": {
          "line": 28,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endAng",
      "start": 1183,
      "end": 1189,
      "loc": {
        "start": {
          "line": 28,
          "column": 12
        },
        "end": {
          "line": 28,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 1190,
      "end": 1191,
      "loc": {
        "start": {
          "line": 28,
          "column": 19
        },
        "end": {
          "line": 28,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startAng",
      "start": 1192,
      "end": 1200,
      "loc": {
        "start": {
          "line": 28,
          "column": 21
        },
        "end": {
          "line": 28,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1200,
      "end": 1201,
      "loc": {
        "start": {
          "line": 28,
          "column": 29
        },
        "end": {
          "line": 28,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endAng",
      "start": 1214,
      "end": 1220,
      "loc": {
        "start": {
          "line": 29,
          "column": 12
        },
        "end": {
          "line": 29,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 1221,
      "end": 1223,
      "loc": {
        "start": {
          "line": 29,
          "column": 19
        },
        "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": 2,
      "start": 1224,
      "end": 1225,
      "loc": {
        "start": {
          "line": 29,
          "column": 22
        },
        "end": {
          "line": 29,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 1226,
      "end": 1227,
      "loc": {
        "start": {
          "line": 29,
          "column": 24
        },
        "end": {
          "line": 29,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 1228,
      "end": 1232,
      "loc": {
        "start": {
          "line": 29,
          "column": 26
        },
        "end": {
          "line": 29,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1232,
      "end": 1233,
      "loc": {
        "start": {
          "line": 29,
          "column": 30
        },
        "end": {
          "line": 29,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "PI",
      "start": 1233,
      "end": 1235,
      "loc": {
        "start": {
          "line": 29,
          "column": 31
        },
        "end": {
          "line": 29,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1235,
      "end": 1236,
      "loc": {
        "start": {
          "line": 29,
          "column": 33
        },
        "end": {
          "line": 29,
          "column": 34
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "check if dim-pos is outside of sector",
      "start": 1245,
      "end": 1284,
      "loc": {
        "start": {
          "line": 30,
          "column": 8
        },
        "end": {
          "line": 30,
          "column": 47
        }
      }
    },
    {
      "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": 1293,
      "end": 1296,
      "loc": {
        "start": {
          "line": 31,
          "column": 8
        },
        "end": {
          "line": 31,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "midAng",
      "start": 1297,
      "end": 1303,
      "loc": {
        "start": {
          "line": 31,
          "column": 12
        },
        "end": {
          "line": 31,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1304,
      "end": 1305,
      "loc": {
        "start": {
          "line": 31,
          "column": 19
        },
        "end": {
          "line": 31,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1306,
      "end": 1307,
      "loc": {
        "start": {
          "line": 31,
          "column": 21
        },
        "end": {
          "line": 31,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startAng",
      "start": 1307,
      "end": 1315,
      "loc": {
        "start": {
          "line": 31,
          "column": 22
        },
        "end": {
          "line": 31,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 1316,
      "end": 1317,
      "loc": {
        "start": {
          "line": 31,
          "column": 31
        },
        "end": {
          "line": 31,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endAng",
      "start": 1318,
      "end": 1324,
      "loc": {
        "start": {
          "line": 31,
          "column": 33
        },
        "end": {
          "line": 31,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1324,
      "end": 1325,
      "loc": {
        "start": {
          "line": 31,
          "column": 39
        },
        "end": {
          "line": 31,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 1326,
      "end": 1327,
      "loc": {
        "start": {
          "line": 31,
          "column": 41
        },
        "end": {
          "line": 31,
          "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.5,
      "start": 1328,
      "end": 1331,
      "loc": {
        "start": {
          "line": 31,
          "column": 43
        },
        "end": {
          "line": 31,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1331,
      "end": 1332,
      "loc": {
        "start": {
          "line": 31,
          "column": 46
        },
        "end": {
          "line": 31,
          "column": 47
        }
      }
    },
    {
      "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": 1341,
      "end": 1344,
      "loc": {
        "start": {
          "line": 32,
          "column": 8
        },
        "end": {
          "line": 32,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimAng",
      "start": 1345,
      "end": 1351,
      "loc": {
        "start": {
          "line": 32,
          "column": 12
        },
        "end": {
          "line": 32,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1352,
      "end": 1353,
      "loc": {
        "start": {
          "line": 32,
          "column": 19
        },
        "end": {
          "line": 32,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 1354,
      "end": 1358,
      "loc": {
        "start": {
          "line": 32,
          "column": 21
        },
        "end": {
          "line": 32,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1358,
      "end": 1359,
      "loc": {
        "start": {
          "line": 32,
          "column": 25
        },
        "end": {
          "line": 32,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "atan2",
      "start": 1359,
      "end": 1364,
      "loc": {
        "start": {
          "line": 32,
          "column": 26
        },
        "end": {
          "line": 32,
          "column": 31
        }
      }
    },
    {
      "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": 32,
          "column": 31
        },
        "end": {
          "line": 32,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dim",
      "start": 1365,
      "end": 1368,
      "loc": {
        "start": {
          "line": 32,
          "column": 32
        },
        "end": {
          "line": 32,
          "column": 35
        }
      }
    },
    {
      "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": 32,
          "column": 35
        },
        "end": {
          "line": 32,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 1369,
      "end": 1370,
      "loc": {
        "start": {
          "line": 32,
          "column": 36
        },
        "end": {
          "line": 32,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 1371,
      "end": 1372,
      "loc": {
        "start": {
          "line": 32,
          "column": 38
        },
        "end": {
          "line": 32,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "corner",
      "start": 1373,
      "end": 1379,
      "loc": {
        "start": {
          "line": 32,
          "column": 40
        },
        "end": {
          "line": 32,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1379,
      "end": 1380,
      "loc": {
        "start": {
          "line": 32,
          "column": 46
        },
        "end": {
          "line": 32,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 1380,
      "end": 1381,
      "loc": {
        "start": {
          "line": 32,
          "column": 47
        },
        "end": {
          "line": 32,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1381,
      "end": 1382,
      "loc": {
        "start": {
          "line": 32,
          "column": 48
        },
        "end": {
          "line": 32,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dim",
      "start": 1383,
      "end": 1386,
      "loc": {
        "start": {
          "line": 32,
          "column": 50
        },
        "end": {
          "line": 32,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1386,
      "end": 1387,
      "loc": {
        "start": {
          "line": 32,
          "column": 53
        },
        "end": {
          "line": 32,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 1387,
      "end": 1388,
      "loc": {
        "start": {
          "line": 32,
          "column": 54
        },
        "end": {
          "line": 32,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 1389,
      "end": 1390,
      "loc": {
        "start": {
          "line": 32,
          "column": 56
        },
        "end": {
          "line": 32,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "corner",
      "start": 1391,
      "end": 1397,
      "loc": {
        "start": {
          "line": 32,
          "column": 58
        },
        "end": {
          "line": 32,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1397,
      "end": 1398,
      "loc": {
        "start": {
          "line": 32,
          "column": 64
        },
        "end": {
          "line": 32,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 1398,
      "end": 1399,
      "loc": {
        "start": {
          "line": 32,
          "column": 65
        },
        "end": {
          "line": 32,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1399,
      "end": 1400,
      "loc": {
        "start": {
          "line": 32,
          "column": 66
        },
        "end": {
          "line": 32,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1400,
      "end": 1401,
      "loc": {
        "start": {
          "line": 32,
          "column": 67
        },
        "end": {
          "line": 32,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimAng",
      "start": 1410,
      "end": 1416,
      "loc": {
        "start": {
          "line": 33,
          "column": 8
        },
        "end": {
          "line": 33,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1417,
      "end": 1418,
      "loc": {
        "start": {
          "line": 33,
          "column": 15
        },
        "end": {
          "line": 33,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "closestAngle",
      "start": 1419,
      "end": 1431,
      "loc": {
        "start": {
          "line": 33,
          "column": 17
        },
        "end": {
          "line": 33,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1431,
      "end": 1432,
      "loc": {
        "start": {
          "line": 33,
          "column": 29
        },
        "end": {
          "line": 33,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimAng",
      "start": 1432,
      "end": 1438,
      "loc": {
        "start": {
          "line": 33,
          "column": 30
        },
        "end": {
          "line": 33,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1438,
      "end": 1439,
      "loc": {
        "start": {
          "line": 33,
          "column": 36
        },
        "end": {
          "line": 33,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "midAng",
      "start": 1440,
      "end": 1446,
      "loc": {
        "start": {
          "line": 33,
          "column": 38
        },
        "end": {
          "line": 33,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1446,
      "end": 1447,
      "loc": {
        "start": {
          "line": 33,
          "column": 44
        },
        "end": {
          "line": 33,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1447,
      "end": 1448,
      "loc": {
        "start": {
          "line": 33,
          "column": 45
        },
        "end": {
          "line": 33,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 1457,
      "end": 1462,
      "loc": {
        "start": {
          "line": 34,
          "column": 8
        },
        "end": {
          "line": 34,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "outside",
      "start": 1463,
      "end": 1470,
      "loc": {
        "start": {
          "line": 34,
          "column": 14
        },
        "end": {
          "line": 34,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1471,
      "end": 1472,
      "loc": {
        "start": {
          "line": 34,
          "column": 22
        },
        "end": {
          "line": 34,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1473,
      "end": 1474,
      "loc": {
        "start": {
          "line": 34,
          "column": 24
        },
        "end": {
          "line": 34,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimAng",
      "start": 1474,
      "end": 1480,
      "loc": {
        "start": {
          "line": 34,
          "column": 25
        },
        "end": {
          "line": 34,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 1481,
      "end": 1482,
      "loc": {
        "start": {
          "line": 34,
          "column": 32
        },
        "end": {
          "line": 34,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startAng",
      "start": 1483,
      "end": 1491,
      "loc": {
        "start": {
          "line": 34,
          "column": 34
        },
        "end": {
          "line": 34,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 1492,
      "end": 1494,
      "loc": {
        "start": {
          "line": 34,
          "column": 43
        },
        "end": {
          "line": 34,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimAng",
      "start": 1495,
      "end": 1501,
      "loc": {
        "start": {
          "line": 34,
          "column": 46
        },
        "end": {
          "line": 34,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 1502,
      "end": 1503,
      "loc": {
        "start": {
          "line": 34,
          "column": 53
        },
        "end": {
          "line": 34,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endAng",
      "start": 1504,
      "end": 1510,
      "loc": {
        "start": {
          "line": 34,
          "column": 55
        },
        "end": {
          "line": 34,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1510,
      "end": 1511,
      "loc": {
        "start": {
          "line": 34,
          "column": 61
        },
        "end": {
          "line": 34,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1511,
      "end": 1512,
      "loc": {
        "start": {
          "line": 34,
          "column": 62
        },
        "end": {
          "line": 34,
          "column": 63
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "set geometry for dimension",
      "start": 1521,
      "end": 1549,
      "loc": {
        "start": {
          "line": 35,
          "column": 8
        },
        "end": {
          "line": 35,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 1558,
      "end": 1563,
      "loc": {
        "start": {
          "line": 36,
          "column": 8
        },
        "end": {
          "line": 36,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1564,
      "end": 1565,
      "loc": {
        "start": {
          "line": 36,
          "column": 14
        },
        "end": {
          "line": 36,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startFoot",
      "start": 1565,
      "end": 1574,
      "loc": {
        "start": {
          "line": 36,
          "column": 15
        },
        "end": {
          "line": 36,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1574,
      "end": 1575,
      "loc": {
        "start": {
          "line": 36,
          "column": 24
        },
        "end": {
          "line": 36,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endFoot",
      "start": 1576,
      "end": 1583,
      "loc": {
        "start": {
          "line": 36,
          "column": 26
        },
        "end": {
          "line": 36,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1583,
      "end": 1584,
      "loc": {
        "start": {
          "line": 36,
          "column": 33
        },
        "end": {
          "line": 36,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1585,
      "end": 1586,
      "loc": {
        "start": {
          "line": 36,
          "column": 35
        },
        "end": {
          "line": 36,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1587,
      "end": 1588,
      "loc": {
        "start": {
          "line": 36,
          "column": 37
        },
        "end": {
          "line": 36,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 1588,
      "end": 1593,
      "loc": {
        "start": {
          "line": 36,
          "column": 38
        },
        "end": {
          "line": 36,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1593,
      "end": 1594,
      "loc": {
        "start": {
          "line": 36,
          "column": 43
        },
        "end": {
          "line": 36,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 1595,
      "end": 1598,
      "loc": {
        "start": {
          "line": 36,
          "column": 45
        },
        "end": {
          "line": 36,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1598,
      "end": 1599,
      "loc": {
        "start": {
          "line": 36,
          "column": 48
        },
        "end": {
          "line": 36,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1599,
      "end": 1600,
      "loc": {
        "start": {
          "line": 36,
          "column": 49
        },
        "end": {
          "line": 36,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 1600,
      "end": 1603,
      "loc": {
        "start": {
          "line": 36,
          "column": 50
        },
        "end": {
          "line": 36,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1603,
      "end": 1604,
      "loc": {
        "start": {
          "line": 36,
          "column": 53
        },
        "end": {
          "line": 36,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 1604,
      "end": 1605,
      "loc": {
        "start": {
          "line": 36,
          "column": 54
        },
        "end": {
          "line": 36,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1606,
      "end": 1608,
      "loc": {
        "start": {
          "line": 36,
          "column": 56
        },
        "end": {
          "line": 36,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 1609,
      "end": 1610,
      "loc": {
        "start": {
          "line": 36,
          "column": 59
        },
        "end": {
          "line": 36,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1610,
      "end": 1611,
      "loc": {
        "start": {
          "line": 36,
          "column": 60
        },
        "end": {
          "line": 36,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 1611,
      "end": 1616,
      "loc": {
        "start": {
          "line": 36,
          "column": 61
        },
        "end": {
          "line": 36,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1616,
      "end": 1617,
      "loc": {
        "start": {
          "line": 36,
          "column": 66
        },
        "end": {
          "line": 36,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1617,
      "end": 1618,
      "loc": {
        "start": {
          "line": 36,
          "column": 67
        },
        "end": {
          "line": 36,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1618,
      "end": 1619,
      "loc": {
        "start": {
          "line": 36,
          "column": 68
        },
        "end": {
          "line": 36,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 1619,
      "end": 1622,
      "loc": {
        "start": {
          "line": 36,
          "column": 69
        },
        "end": {
          "line": 36,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1622,
      "end": 1623,
      "loc": {
        "start": {
          "line": 36,
          "column": 72
        },
        "end": {
          "line": 36,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "corner",
      "start": 1623,
      "end": 1629,
      "loc": {
        "start": {
          "line": 36,
          "column": 73
        },
        "end": {
          "line": 36,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1629,
      "end": 1630,
      "loc": {
        "start": {
          "line": 36,
          "column": 79
        },
        "end": {
          "line": 36,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1630,
      "end": 1631,
      "loc": {
        "start": {
          "line": 36,
          "column": 80
        },
        "end": {
          "line": 36,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setLength",
      "start": 1631,
      "end": 1640,
      "loc": {
        "start": {
          "line": 36,
          "column": 81
        },
        "end": {
          "line": 36,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1640,
      "end": 1641,
      "loc": {
        "start": {
          "line": 36,
          "column": 90
        },
        "end": {
          "line": 36,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 1641,
      "end": 1647,
      "loc": {
        "start": {
          "line": 36,
          "column": 91
        },
        "end": {
          "line": 36,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1647,
      "end": 1648,
      "loc": {
        "start": {
          "line": 36,
          "column": 97
        },
        "end": {
          "line": 36,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1648,
      "end": 1649,
      "loc": {
        "start": {
          "line": 36,
          "column": 98
        },
        "end": {
          "line": 36,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 1649,
      "end": 1652,
      "loc": {
        "start": {
          "line": 36,
          "column": 99
        },
        "end": {
          "line": 36,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1652,
      "end": 1653,
      "loc": {
        "start": {
          "line": 36,
          "column": 102
        },
        "end": {
          "line": 36,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "corner",
      "start": 1653,
      "end": 1659,
      "loc": {
        "start": {
          "line": 36,
          "column": 103
        },
        "end": {
          "line": 36,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1659,
      "end": 1660,
      "loc": {
        "start": {
          "line": 36,
          "column": 109
        },
        "end": {
          "line": 36,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1660,
      "end": 1661,
      "loc": {
        "start": {
          "line": 36,
          "column": 110
        },
        "end": {
          "line": 36,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1661,
      "end": 1662,
      "loc": {
        "start": {
          "line": 36,
          "column": 111
        },
        "end": {
          "line": 36,
          "column": 112
        }
      }
    },
    {
      "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": 1671,
      "end": 1676,
      "loc": {
        "start": {
          "line": 37,
          "column": 8
        },
        "end": {
          "line": 37,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startTang",
      "start": 1677,
      "end": 1686,
      "loc": {
        "start": {
          "line": 37,
          "column": 14
        },
        "end": {
          "line": 37,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1687,
      "end": 1688,
      "loc": {
        "start": {
          "line": 37,
          "column": 24
        },
        "end": {
          "line": 37,
          "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": 1689,
      "end": 1692,
      "loc": {
        "start": {
          "line": 37,
          "column": 26
        },
        "end": {
          "line": 37,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 1693,
      "end": 1698,
      "loc": {
        "start": {
          "line": 37,
          "column": 30
        },
        "end": {
          "line": 37,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1698,
      "end": 1699,
      "loc": {
        "start": {
          "line": 37,
          "column": 35
        },
        "end": {
          "line": 37,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 1699,
      "end": 1706,
      "loc": {
        "start": {
          "line": 37,
          "column": 36
        },
        "end": {
          "line": 37,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1706,
      "end": 1707,
      "loc": {
        "start": {
          "line": 37,
          "column": 43
        },
        "end": {
          "line": 37,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 1708,
      "end": 1712,
      "loc": {
        "start": {
          "line": 37,
          "column": 45
        },
        "end": {
          "line": 37,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1712,
      "end": 1713,
      "loc": {
        "start": {
          "line": 37,
          "column": 49
        },
        "end": {
          "line": 37,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sin",
      "start": 1713,
      "end": 1716,
      "loc": {
        "start": {
          "line": 37,
          "column": 50
        },
        "end": {
          "line": 37,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1716,
      "end": 1717,
      "loc": {
        "start": {
          "line": 37,
          "column": 53
        },
        "end": {
          "line": 37,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startAng",
      "start": 1717,
      "end": 1725,
      "loc": {
        "start": {
          "line": 37,
          "column": 54
        },
        "end": {
          "line": 37,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1725,
      "end": 1726,
      "loc": {
        "start": {
          "line": 37,
          "column": 62
        },
        "end": {
          "line": 37,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1726,
      "end": 1727,
      "loc": {
        "start": {
          "line": 37,
          "column": 63
        },
        "end": {
          "line": 37,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 1728,
      "end": 1729,
      "loc": {
        "start": {
          "line": 37,
          "column": 65
        },
        "end": {
          "line": 37,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 1729,
      "end": 1733,
      "loc": {
        "start": {
          "line": 37,
          "column": 66
        },
        "end": {
          "line": 37,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1733,
      "end": 1734,
      "loc": {
        "start": {
          "line": 37,
          "column": 70
        },
        "end": {
          "line": 37,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cos",
      "start": 1734,
      "end": 1737,
      "loc": {
        "start": {
          "line": 37,
          "column": 71
        },
        "end": {
          "line": 37,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1737,
      "end": 1738,
      "loc": {
        "start": {
          "line": 37,
          "column": 74
        },
        "end": {
          "line": 37,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startAng",
      "start": 1738,
      "end": 1746,
      "loc": {
        "start": {
          "line": 37,
          "column": 75
        },
        "end": {
          "line": 37,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1746,
      "end": 1747,
      "loc": {
        "start": {
          "line": 37,
          "column": 83
        },
        "end": {
          "line": 37,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1747,
      "end": 1748,
      "loc": {
        "start": {
          "line": 37,
          "column": 84
        },
        "end": {
          "line": 37,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 1749,
      "end": 1750,
      "loc": {
        "start": {
          "line": 37,
          "column": 86
        },
        "end": {
          "line": 37,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1750,
      "end": 1751,
      "loc": {
        "start": {
          "line": 37,
          "column": 87
        },
        "end": {
          "line": 37,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1751,
      "end": 1752,
      "loc": {
        "start": {
          "line": 37,
          "column": 88
        },
        "end": {
          "line": 37,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "multiplyScalar",
      "start": 1752,
      "end": 1766,
      "loc": {
        "start": {
          "line": 37,
          "column": 89
        },
        "end": {
          "line": 37,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1766,
      "end": 1767,
      "loc": {
        "start": {
          "line": 37,
          "column": 103
        },
        "end": {
          "line": 37,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "outside",
      "start": 1767,
      "end": 1774,
      "loc": {
        "start": {
          "line": 37,
          "column": 104
        },
        "end": {
          "line": 37,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1775,
      "end": 1776,
      "loc": {
        "start": {
          "line": 37,
          "column": 112
        },
        "end": {
          "line": 37,
          "column": 113
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 1777,
      "end": 1778,
      "loc": {
        "start": {
          "line": 37,
          "column": 114
        },
        "end": {
          "line": 37,
          "column": 115
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 1778,
      "end": 1779,
      "loc": {
        "start": {
          "line": 37,
          "column": 115
        },
        "end": {
          "line": 37,
          "column": 116
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1780,
      "end": 1781,
      "loc": {
        "start": {
          "line": 37,
          "column": 117
        },
        "end": {
          "line": 37,
          "column": 118
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 1782,
      "end": 1783,
      "loc": {
        "start": {
          "line": 37,
          "column": 119
        },
        "end": {
          "line": 37,
          "column": 120
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1783,
      "end": 1784,
      "loc": {
        "start": {
          "line": 37,
          "column": 120
        },
        "end": {
          "line": 37,
          "column": 121
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1784,
      "end": 1785,
      "loc": {
        "start": {
          "line": 37,
          "column": 121
        },
        "end": {
          "line": 37,
          "column": 122
        }
      }
    },
    {
      "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": 1794,
      "end": 1799,
      "loc": {
        "start": {
          "line": 38,
          "column": 8
        },
        "end": {
          "line": 38,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endTang",
      "start": 1802,
      "end": 1809,
      "loc": {
        "start": {
          "line": 38,
          "column": 16
        },
        "end": {
          "line": 38,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1810,
      "end": 1811,
      "loc": {
        "start": {
          "line": 38,
          "column": 24
        },
        "end": {
          "line": 38,
          "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": 1812,
      "end": 1815,
      "loc": {
        "start": {
          "line": 38,
          "column": 26
        },
        "end": {
          "line": 38,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 1816,
      "end": 1821,
      "loc": {
        "start": {
          "line": 38,
          "column": 30
        },
        "end": {
          "line": 38,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1821,
      "end": 1822,
      "loc": {
        "start": {
          "line": 38,
          "column": 35
        },
        "end": {
          "line": 38,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 1822,
      "end": 1829,
      "loc": {
        "start": {
          "line": 38,
          "column": 36
        },
        "end": {
          "line": 38,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1829,
      "end": 1830,
      "loc": {
        "start": {
          "line": 38,
          "column": 43
        },
        "end": {
          "line": 38,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 1830,
      "end": 1831,
      "loc": {
        "start": {
          "line": 38,
          "column": 44
        },
        "end": {
          "line": 38,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 1831,
      "end": 1835,
      "loc": {
        "start": {
          "line": 38,
          "column": 45
        },
        "end": {
          "line": 38,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1835,
      "end": 1836,
      "loc": {
        "start": {
          "line": 38,
          "column": 49
        },
        "end": {
          "line": 38,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sin",
      "start": 1836,
      "end": 1839,
      "loc": {
        "start": {
          "line": 38,
          "column": 50
        },
        "end": {
          "line": 38,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1839,
      "end": 1840,
      "loc": {
        "start": {
          "line": 38,
          "column": 53
        },
        "end": {
          "line": 38,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endAng",
      "start": 1842,
      "end": 1848,
      "loc": {
        "start": {
          "line": 38,
          "column": 56
        },
        "end": {
          "line": 38,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1848,
      "end": 1849,
      "loc": {
        "start": {
          "line": 38,
          "column": 62
        },
        "end": {
          "line": 38,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1849,
      "end": 1850,
      "loc": {
        "start": {
          "line": 38,
          "column": 63
        },
        "end": {
          "line": 38,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 1852,
      "end": 1856,
      "loc": {
        "start": {
          "line": 38,
          "column": 66
        },
        "end": {
          "line": 38,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1856,
      "end": 1857,
      "loc": {
        "start": {
          "line": 38,
          "column": 70
        },
        "end": {
          "line": 38,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cos",
      "start": 1857,
      "end": 1860,
      "loc": {
        "start": {
          "line": 38,
          "column": 71
        },
        "end": {
          "line": 38,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1860,
      "end": 1861,
      "loc": {
        "start": {
          "line": 38,
          "column": 74
        },
        "end": {
          "line": 38,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endAng",
      "start": 1863,
      "end": 1869,
      "loc": {
        "start": {
          "line": 38,
          "column": 77
        },
        "end": {
          "line": 38,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1869,
      "end": 1870,
      "loc": {
        "start": {
          "line": 38,
          "column": 83
        },
        "end": {
          "line": 38,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1870,
      "end": 1871,
      "loc": {
        "start": {
          "line": 38,
          "column": 84
        },
        "end": {
          "line": 38,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 1872,
      "end": 1873,
      "loc": {
        "start": {
          "line": 38,
          "column": 86
        },
        "end": {
          "line": 38,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1873,
      "end": 1874,
      "loc": {
        "start": {
          "line": 38,
          "column": 87
        },
        "end": {
          "line": 38,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1874,
      "end": 1875,
      "loc": {
        "start": {
          "line": 38,
          "column": 88
        },
        "end": {
          "line": 38,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "multiplyScalar",
      "start": 1875,
      "end": 1889,
      "loc": {
        "start": {
          "line": 38,
          "column": 89
        },
        "end": {
          "line": 38,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1889,
      "end": 1890,
      "loc": {
        "start": {
          "line": 38,
          "column": 103
        },
        "end": {
          "line": 38,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "outside",
      "start": 1890,
      "end": 1897,
      "loc": {
        "start": {
          "line": 38,
          "column": 104
        },
        "end": {
          "line": 38,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1898,
      "end": 1899,
      "loc": {
        "start": {
          "line": 38,
          "column": 112
        },
        "end": {
          "line": 38,
          "column": 113
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 1900,
      "end": 1901,
      "loc": {
        "start": {
          "line": 38,
          "column": 114
        },
        "end": {
          "line": 38,
          "column": 115
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 1901,
      "end": 1902,
      "loc": {
        "start": {
          "line": 38,
          "column": 115
        },
        "end": {
          "line": 38,
          "column": 116
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1903,
      "end": 1904,
      "loc": {
        "start": {
          "line": 38,
          "column": 117
        },
        "end": {
          "line": 38,
          "column": 118
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 1905,
      "end": 1906,
      "loc": {
        "start": {
          "line": 38,
          "column": 119
        },
        "end": {
          "line": 38,
          "column": 120
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1906,
      "end": 1907,
      "loc": {
        "start": {
          "line": 38,
          "column": 120
        },
        "end": {
          "line": 38,
          "column": 121
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1907,
      "end": 1908,
      "loc": {
        "start": {
          "line": 38,
          "column": 121
        },
        "end": {
          "line": 38,
          "column": 122
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1917,
      "end": 1921,
      "loc": {
        "start": {
          "line": 39,
          "column": 8
        },
        "end": {
          "line": 39,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1921,
      "end": 1922,
      "loc": {
        "start": {
          "line": 39,
          "column": 12
        },
        "end": {
          "line": 39,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateLine",
      "start": 1922,
      "end": 1932,
      "loc": {
        "start": {
          "line": 39,
          "column": 13
        },
        "end": {
          "line": 39,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1932,
      "end": 1933,
      "loc": {
        "start": {
          "line": 39,
          "column": 23
        },
        "end": {
          "line": 39,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 1933,
      "end": 1934,
      "loc": {
        "start": {
          "line": 39,
          "column": 24
        },
        "end": {
          "line": 39,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1934,
      "end": 1935,
      "loc": {
        "start": {
          "line": 39,
          "column": 25
        },
        "end": {
          "line": 39,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1936,
      "end": 1937,
      "loc": {
        "start": {
          "line": 39,
          "column": 27
        },
        "end": {
          "line": 39,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "extendCrn",
      "start": 1937,
      "end": 1946,
      "loc": {
        "start": {
          "line": 39,
          "column": 28
        },
        "end": {
          "line": 39,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1947,
      "end": 1948,
      "loc": {
        "start": {
          "line": 39,
          "column": 38
        },
        "end": {
          "line": 39,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "corner",
      "start": 1949,
      "end": 1955,
      "loc": {
        "start": {
          "line": 39,
          "column": 40
        },
        "end": {
          "line": 39,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1956,
      "end": 1957,
      "loc": {
        "start": {
          "line": 39,
          "column": 47
        },
        "end": {
          "line": 39,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 1958,
      "end": 1963,
      "loc": {
        "start": {
          "line": 39,
          "column": 49
        },
        "end": {
          "line": 39,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1963,
      "end": 1964,
      "loc": {
        "start": {
          "line": 39,
          "column": 54
        },
        "end": {
          "line": 39,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1964,
      "end": 1965,
      "loc": {
        "start": {
          "line": 39,
          "column": 55
        },
        "end": {
          "line": 39,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startFoot",
      "start": 1966,
      "end": 1975,
      "loc": {
        "start": {
          "line": 39,
          "column": 57
        },
        "end": {
          "line": 39,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1975,
      "end": 1976,
      "loc": {
        "start": {
          "line": 39,
          "column": 66
        },
        "end": {
          "line": 39,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1976,
      "end": 1977,
      "loc": {
        "start": {
          "line": 39,
          "column": 67
        },
        "end": {
          "line": 39,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1986,
      "end": 1990,
      "loc": {
        "start": {
          "line": 40,
          "column": 8
        },
        "end": {
          "line": 40,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1990,
      "end": 1991,
      "loc": {
        "start": {
          "line": 40,
          "column": 12
        },
        "end": {
          "line": 40,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateLine",
      "start": 1991,
      "end": 2001,
      "loc": {
        "start": {
          "line": 40,
          "column": 13
        },
        "end": {
          "line": 40,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2001,
      "end": 2002,
      "loc": {
        "start": {
          "line": 40,
          "column": 23
        },
        "end": {
          "line": 40,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 2002,
      "end": 2003,
      "loc": {
        "start": {
          "line": 40,
          "column": 24
        },
        "end": {
          "line": 40,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2003,
      "end": 2004,
      "loc": {
        "start": {
          "line": 40,
          "column": 25
        },
        "end": {
          "line": 40,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endFoot",
      "start": 2005,
      "end": 2012,
      "loc": {
        "start": {
          "line": 40,
          "column": 27
        },
        "end": {
          "line": 40,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2012,
      "end": 2013,
      "loc": {
        "start": {
          "line": 40,
          "column": 34
        },
        "end": {
          "line": 40,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2014,
      "end": 2015,
      "loc": {
        "start": {
          "line": 40,
          "column": 36
        },
        "end": {
          "line": 40,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "extendCrn",
      "start": 2015,
      "end": 2024,
      "loc": {
        "start": {
          "line": 40,
          "column": 37
        },
        "end": {
          "line": 40,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2025,
      "end": 2026,
      "loc": {
        "start": {
          "line": 40,
          "column": 47
        },
        "end": {
          "line": 40,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "corner",
      "start": 2027,
      "end": 2033,
      "loc": {
        "start": {
          "line": 40,
          "column": 49
        },
        "end": {
          "line": 40,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2034,
      "end": 2035,
      "loc": {
        "start": {
          "line": 40,
          "column": 56
        },
        "end": {
          "line": 40,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 2036,
      "end": 2039,
      "loc": {
        "start": {
          "line": 40,
          "column": 58
        },
        "end": {
          "line": 40,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2039,
      "end": 2040,
      "loc": {
        "start": {
          "line": 40,
          "column": 61
        },
        "end": {
          "line": 40,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2040,
      "end": 2041,
      "loc": {
        "start": {
          "line": 40,
          "column": 62
        },
        "end": {
          "line": 40,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2041,
      "end": 2042,
      "loc": {
        "start": {
          "line": 40,
          "column": 63
        },
        "end": {
          "line": 40,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2051,
      "end": 2055,
      "loc": {
        "start": {
          "line": 41,
          "column": 8
        },
        "end": {
          "line": 41,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2055,
      "end": 2056,
      "loc": {
        "start": {
          "line": 41,
          "column": 12
        },
        "end": {
          "line": 41,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateArc",
      "start": 2056,
      "end": 2065,
      "loc": {
        "start": {
          "line": 41,
          "column": 13
        },
        "end": {
          "line": 41,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2065,
      "end": 2066,
      "loc": {
        "start": {
          "line": 41,
          "column": 22
        },
        "end": {
          "line": 41,
          "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": 2066,
      "end": 2067,
      "loc": {
        "start": {
          "line": 41,
          "column": 23
        },
        "end": {
          "line": 41,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2067,
      "end": 2068,
      "loc": {
        "start": {
          "line": 41,
          "column": 24
        },
        "end": {
          "line": 41,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "corner",
      "start": 2069,
      "end": 2075,
      "loc": {
        "start": {
          "line": 41,
          "column": 26
        },
        "end": {
          "line": 41,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2075,
      "end": 2076,
      "loc": {
        "start": {
          "line": 41,
          "column": 32
        },
        "end": {
          "line": 41,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 2077,
      "end": 2083,
      "loc": {
        "start": {
          "line": 41,
          "column": 34
        },
        "end": {
          "line": 41,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2083,
      "end": 2084,
      "loc": {
        "start": {
          "line": 41,
          "column": 40
        },
        "end": {
          "line": 41,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startAng",
      "start": 2085,
      "end": 2093,
      "loc": {
        "start": {
          "line": 41,
          "column": 42
        },
        "end": {
          "line": 41,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2093,
      "end": 2094,
      "loc": {
        "start": {
          "line": 41,
          "column": 50
        },
        "end": {
          "line": 41,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimAng",
      "start": 2095,
      "end": 2101,
      "loc": {
        "start": {
          "line": 41,
          "column": 52
        },
        "end": {
          "line": 41,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2101,
      "end": 2102,
      "loc": {
        "start": {
          "line": 41,
          "column": 58
        },
        "end": {
          "line": 41,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2102,
      "end": 2103,
      "loc": {
        "start": {
          "line": 41,
          "column": 59
        },
        "end": {
          "line": 41,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2112,
      "end": 2116,
      "loc": {
        "start": {
          "line": 42,
          "column": 8
        },
        "end": {
          "line": 42,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2116,
      "end": 2117,
      "loc": {
        "start": {
          "line": 42,
          "column": 12
        },
        "end": {
          "line": 42,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateArc",
      "start": 2117,
      "end": 2126,
      "loc": {
        "start": {
          "line": 42,
          "column": 13
        },
        "end": {
          "line": 42,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2126,
      "end": 2127,
      "loc": {
        "start": {
          "line": 42,
          "column": 22
        },
        "end": {
          "line": 42,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 2127,
      "end": 2128,
      "loc": {
        "start": {
          "line": 42,
          "column": 23
        },
        "end": {
          "line": 42,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2128,
      "end": 2129,
      "loc": {
        "start": {
          "line": 42,
          "column": 24
        },
        "end": {
          "line": 42,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "corner",
      "start": 2130,
      "end": 2136,
      "loc": {
        "start": {
          "line": 42,
          "column": 26
        },
        "end": {
          "line": 42,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2136,
      "end": 2137,
      "loc": {
        "start": {
          "line": 42,
          "column": 32
        },
        "end": {
          "line": 42,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 2138,
      "end": 2144,
      "loc": {
        "start": {
          "line": 42,
          "column": 34
        },
        "end": {
          "line": 42,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2144,
      "end": 2145,
      "loc": {
        "start": {
          "line": 42,
          "column": 40
        },
        "end": {
          "line": 42,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endAng",
      "start": 2146,
      "end": 2152,
      "loc": {
        "start": {
          "line": 42,
          "column": 42
        },
        "end": {
          "line": 42,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2152,
      "end": 2153,
      "loc": {
        "start": {
          "line": 42,
          "column": 48
        },
        "end": {
          "line": 42,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimAng",
      "start": 2154,
      "end": 2160,
      "loc": {
        "start": {
          "line": 42,
          "column": 50
        },
        "end": {
          "line": 42,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2160,
      "end": 2161,
      "loc": {
        "start": {
          "line": 42,
          "column": 56
        },
        "end": {
          "line": 42,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2161,
      "end": 2162,
      "loc": {
        "start": {
          "line": 42,
          "column": 57
        },
        "end": {
          "line": 42,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2171,
      "end": 2175,
      "loc": {
        "start": {
          "line": 43,
          "column": 8
        },
        "end": {
          "line": 43,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2175,
      "end": 2176,
      "loc": {
        "start": {
          "line": 43,
          "column": 12
        },
        "end": {
          "line": 43,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateArrow",
      "start": 2176,
      "end": 2187,
      "loc": {
        "start": {
          "line": 43,
          "column": 13
        },
        "end": {
          "line": 43,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2187,
      "end": 2188,
      "loc": {
        "start": {
          "line": 43,
          "column": 24
        },
        "end": {
          "line": 43,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 2188,
      "end": 2189,
      "loc": {
        "start": {
          "line": 43,
          "column": 25
        },
        "end": {
          "line": 43,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2189,
      "end": 2190,
      "loc": {
        "start": {
          "line": 43,
          "column": 26
        },
        "end": {
          "line": 43,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startFoot",
      "start": 2191,
      "end": 2200,
      "loc": {
        "start": {
          "line": 43,
          "column": 28
        },
        "end": {
          "line": 43,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2200,
      "end": 2201,
      "loc": {
        "start": {
          "line": 43,
          "column": 37
        },
        "end": {
          "line": 43,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startTang",
      "start": 2202,
      "end": 2211,
      "loc": {
        "start": {
          "line": 43,
          "column": 39
        },
        "end": {
          "line": 43,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2211,
      "end": 2212,
      "loc": {
        "start": {
          "line": 43,
          "column": 48
        },
        "end": {
          "line": 43,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2212,
      "end": 2213,
      "loc": {
        "start": {
          "line": 43,
          "column": 49
        },
        "end": {
          "line": 43,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2222,
      "end": 2226,
      "loc": {
        "start": {
          "line": 44,
          "column": 8
        },
        "end": {
          "line": 44,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2226,
      "end": 2227,
      "loc": {
        "start": {
          "line": 44,
          "column": 12
        },
        "end": {
          "line": 44,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateArrow",
      "start": 2227,
      "end": 2238,
      "loc": {
        "start": {
          "line": 44,
          "column": 13
        },
        "end": {
          "line": 44,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2238,
      "end": 2239,
      "loc": {
        "start": {
          "line": 44,
          "column": 24
        },
        "end": {
          "line": 44,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 2239,
      "end": 2240,
      "loc": {
        "start": {
          "line": 44,
          "column": 25
        },
        "end": {
          "line": 44,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2240,
      "end": 2241,
      "loc": {
        "start": {
          "line": 44,
          "column": 26
        },
        "end": {
          "line": 44,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endFoot",
      "start": 2244,
      "end": 2251,
      "loc": {
        "start": {
          "line": 44,
          "column": 30
        },
        "end": {
          "line": 44,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2251,
      "end": 2252,
      "loc": {
        "start": {
          "line": 44,
          "column": 37
        },
        "end": {
          "line": 44,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endTang",
      "start": 2253,
      "end": 2260,
      "loc": {
        "start": {
          "line": 44,
          "column": 39
        },
        "end": {
          "line": 44,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2260,
      "end": 2261,
      "loc": {
        "start": {
          "line": 44,
          "column": 46
        },
        "end": {
          "line": 44,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2261,
      "end": 2262,
      "loc": {
        "start": {
          "line": 44,
          "column": 47
        },
        "end": {
          "line": 44,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "super",
        "keyword": "super",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "super",
      "start": 2271,
      "end": 2276,
      "loc": {
        "start": {
          "line": 45,
          "column": 8
        },
        "end": {
          "line": 45,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2276,
      "end": 2277,
      "loc": {
        "start": {
          "line": 45,
          "column": 13
        },
        "end": {
          "line": 45,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateFromState",
      "start": 2277,
      "end": 2292,
      "loc": {
        "start": {
          "line": 45,
          "column": 14
        },
        "end": {
          "line": 45,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2292,
      "end": 2293,
      "loc": {
        "start": {
          "line": 45,
          "column": 29
        },
        "end": {
          "line": 45,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "state",
      "start": 2293,
      "end": 2298,
      "loc": {
        "start": {
          "line": 45,
          "column": 30
        },
        "end": {
          "line": 45,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2298,
      "end": 2299,
      "loc": {
        "start": {
          "line": 45,
          "column": 35
        },
        "end": {
          "line": 45,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "...",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2300,
      "end": 2303,
      "loc": {
        "start": {
          "line": 45,
          "column": 37
        },
        "end": {
          "line": 45,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "args",
      "start": 2303,
      "end": 2307,
      "loc": {
        "start": {
          "line": 45,
          "column": 40
        },
        "end": {
          "line": 45,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2307,
      "end": 2308,
      "loc": {
        "start": {
          "line": 45,
          "column": 44
        },
        "end": {
          "line": 45,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2308,
      "end": 2309,
      "loc": {
        "start": {
          "line": 45,
          "column": 45
        },
        "end": {
          "line": 45,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2314,
      "end": 2315,
      "loc": {
        "start": {
          "line": 46,
          "column": 4
        },
        "end": {
          "line": 46,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2316,
      "end": 2317,
      "loc": {
        "start": {
          "line": 47,
          "column": 0
        },
        "end": {
          "line": 47,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2318,
      "end": 2318,
      "loc": {
        "start": {
          "line": 48,
          "column": 0
        },
        "end": {
          "line": 48,
          "column": 0
        }
      }
    }
  ]
}