nx = x + step * math.cos(angle) ny = y - step * math.sin(angle)
nx = x + step * math.cos(angle) ny = y - step * math.sin(angle)
为什么这节课中的两个式子,一个是加,一个是减,为什么
nx = x + step * math.cos(angle) ny = y - step * math.sin(angle)
为什么这节课中的两个式子,一个是加,一个是减,为什么
2019-02-16
举报