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