摘要:
点旋转:def count(angle,length): # y = y2-y1 y = math.sin(math.pi * (angle / 180)) * length y2 = int(y + y1) # x = x2-x1 x = math.cos(math.pi * (angle / 1 阅读全文
posted @ 2022-04-30 10:48
记录——去繁就简
阅读(317)
评论(0)
推荐(0)
摘要:
def count(angle): # y = y2-y1 y = math.sin(math.pi * (angle / 180)) * 50 y2 = int(y + y1) # x = x2-x1 x = math.cos(math.pi * (angle / 180)) * 50 x2 = 阅读全文
posted @ 2022-04-30 09:26
记录——去繁就简
阅读(140)
评论(0)
推荐(0)

浙公网安备 33010602011771号