怎样在直角坐标系中旋转图形?

问题描述:

怎样在直角坐标系中旋转图形?

就是将图形的顶点旋转就醒了
可能会用到旋转公式
x'=x*cos(n)+y*sin(n)
y'=-x*sin(n)+y*cos(n)
其中n是逆时针转角