解答: 修改 PolygonGeometry():
PolygonGeometry()
var x = radius * Math.cos(angle) + location.x; var y = radius * Math.sin(angle) + location.y;