摘要: 参考资料:https://eyehere.net/2011/python-pygame-novice-professional-9/ 向量原理实例: import math class Vector2(): def __init__(self, x=0.0, y=0.0): self.x = x s 阅读全文
posted @ 2020-06-15 07:22 天子骄龙 阅读(315) 评论(0) 推荐(0)