标签:http 逆时针 get html ref 推导 htm cos art
假设对图片上任意点(x,y),绕一个坐标点(rx0,ry0)逆时针旋转a角度后的新的坐标设为(x0, y0),有公式:
x0= (x - rx0)*cos(a) - (y - ry0)*sin(a) + rx0 ;
y0= (x - rx0)*sin(a) + (y - ry0)*cos(a) + ry0 ;
公式的推导见 http://jingyan.baidu.com/article/2c8c281dfbf3dd0009252a7b.html
标签:http 逆时针 get html ref 推导 htm cos art
原文地址:https://www.cnblogs.com/wodehao0808/p/9444544.html