我方球门右顶点坐标, 用 MY_DOOR_RIGHT.x 和 MY_DOOR_RIGHT.y 获取其 xy 坐标
实际案例
>>> import opt >>> pos = opt.MY_DOOR_RIGHT >>> print(pos.x, pos.y) -50.0 -8.0
Pos