transform:matrix(0.866,0.5,-0.5,0.866,0,0);transform: rotate(30deg);说是上面两句是等效的,谁能帮忙解释下为什么,主要是第一句没太懂,矩阵在上线性代数的时候没有好好学。。。
走同样的路,发现不同的人生
http://www.zhangxinxu.com/wordpress/2012/06/css3-transform-matrix-%E7%9F%A9%E9%98%B5/
I don’t know what linear algebra is, so I just dropped this URL...
matrix(cosθ,sinθ,-sinθ,cosθ,0,0) 等同于 rotate(θdeg)
http://www.zhangxinxu.com/wordpress/2012/06/css3-transform-matrix-%E7%9F%A9%E9%98%B5/
I don’t know what linear algebra is, so I just dropped this URL...