From 8a62dd35f2da130925e14f534c6a105b18750c68 Mon Sep 17 00:00:00 2001 From: sloop Date: Tue, 26 Jul 2016 04:36:27 +0800 Subject: [PATCH] Update --- CustomView/Advance/[9]Matrix_Basic.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CustomView/Advance/[9]Matrix_Basic.md b/CustomView/Advance/[9]Matrix_Basic.md index 2512ba8..36a2ae9 100644 --- a/CustomView/Advance/[9]Matrix_Basic.md +++ b/CustomView/Advance/[9]Matrix_Basic.md @@ -177,6 +177,8 @@ $$) #### b.错切 +错切有水平错切(平行X轴)和垂直错切(平行Y轴),或者是两者叠加。 + 计算公式: ![](http://latex.codecogs.com/png.latex? @@ -210,6 +212,29 @@ Y = Skew_Y * x + y 计算示例: +![](http://latex.codecogs.com/png.latex? +$$ +\\left [ +\\begin{matrix} +20\\\\ +5 +\\end{1} +\\right ] + = +\\left [ +\\begin{matrix} +1 & 2 \\\\ +0 & 1 +\\end{1} +\\right ] + . +\\left [ +\\begin{matrix} +10\\\\ +5 +\\end{1} +\\right ] +$$)