scale(sx,sy)對應matrix(sx,0,0,sy,0,0) 拉伸 rotate(θ)對應matrix(cosθ,sinθ,-sinθ,cosθ,0,0) 旋轉 skew(θx,θy)對應matrix(1,tan(θy),tan(θx),1,0,0) 傾斜 ...
scale(sx,sy)對應matrix(sx,0,0,sy,0,0) 拉伸
rotate(θ)對應matrix(cosθ,sinθ,-sinθ,cosθ,0,0) 旋轉
skew(θx,θy)對應matrix(1,tan(θy),tan(θx),1,0,0) 傾斜