diff --git a/CustomView/Advance/[9]Matrix_Basic.md b/CustomView/Advance/[9]Matrix_Basic.md index 37fc856..ab5a912 100644 --- a/CustomView/Advance/[9]Matrix_Basic.md +++ b/CustomView/Advance/[9]Matrix_Basic.md @@ -104,11 +104,17 @@ $$) > 另外,齐次坐标具有等比的性质,(2,3,1)、(4,6,2)...(2N,3N,N)表示的均是(2,3)这一个点。(**将MPERSP_2解释为scale这一误解就源于此**)。 -图例: - ### 2.错切 -错切有水平错切(平行X轴)和垂直错切(平行Y轴),或者是两者叠加。 +错切存在两种特殊错切,水平错切(平行X轴)和垂直错切(平行Y轴)。 + +#### 水平错切 + +![](http://latex.codecogs.com/png.latex?$$ x = x + ky_0 $$) + +![](http://latex.codecogs.com/png.latex?$$ y = y_0 $$) + +用矩阵表示: ![](http://latex.codecogs.com/png.latex? $$ @@ -122,8 +128,8 @@ y\\\\ = \\left [ \\begin{matrix} - 1 & k_1 & 0 \\\\ -k_2 & 1 & 0 \\\\ + 1 & k & 0 \\\\ + 0 & 1 & 0 \\\\ 0 & 0 & 1 \\end{1} \\right ]