From 836eba33e75332478e243c972b9d18cdf80ad3d2 Mon Sep 17 00:00:00 2001 From: sloop Date: Fri, 29 Jul 2016 22:50:40 +0800 Subject: [PATCH] Update --- CustomView/Advance/[9]Matrix_Basic.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CustomView/Advance/[9]Matrix_Basic.md b/CustomView/Advance/[9]Matrix_Basic.md index e29a3a5..c52c5dc 100644 --- a/CustomView/Advance/[9]Matrix_Basic.md +++ b/CustomView/Advance/[9]Matrix_Basic.md @@ -175,20 +175,25 @@ $$) ### 4.平移 +![](http://latex.codecogs.com/png.latex?$$ x = x_0 + \\Delta x $$) + +![](http://latex.codecogs.com/png.latex?$$ y = y_0 + \\Delta y $$) + + ![](http://latex.codecogs.com/png.latex? $$ \\left [ \\begin{matrix} x\\\\ -y +y\\\\ 1 \\end{1} \\right ] = \\left [ \\begin{matrix} -1 & 0 & MTRANS\\_X \\\\ -0 & 1 & MTRANS\\_Y \\\\ +1 & 0 & \\Delta x \\\\ +0 & 1 & \\Delta y \\\\ 0 & 0 & 1 \\end{1} \\right ]