摘要: 风向如何转成矢量数据 //风向 winDirection float theta=winDirection*Mathf.PI/180.0f; float z=-cos(theta) float x=sin(theta) 阅读全文
posted @ 2022-11-17 19:10 fishpro 阅读(47) 评论(0) 推荐(0) 编辑