摘要: 有V1(x1,y1), 求这个点绕坐标原点旋转θ角度后的坐标V2(x2,y2) 1.三角函数 假设(x1,y1)=(Rcosα,Rsinα) (x2,y2) =(Rcos(α+θ),Rsin(α+θ)) =(Rcosαcosθ-Rsinαsinθ,Rcosαsinθ+Rsinαcosθ) =(x1cosθ-y1sinθ,x1sinθ+y1cosθ) 2.坐标轴旋转 如果有向量Ax... 阅读全文
posted @ 2005-08-23 20:52 JohnsonFeng 阅读(865) 评论(0) 推荐(0)