From 2d07b45701853d9695042c6af2b0e77b9d96a189 Mon Sep 17 00:00:00 2001 From: sloop Date: Mon, 27 Jun 2016 12:48:38 +0800 Subject: [PATCH 1/2] Update --- CustomView/Advance/[9]Matrix_Basic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CustomView/Advance/[9]Matrix_Basic.md b/CustomView/Advance/[9]Matrix_Basic.md index 3aca64f..47d99cc 100644 --- a/CustomView/Advance/[9]Matrix_Basic.md +++ b/CustomView/Advance/[9]Matrix_Basic.md @@ -6,7 +6,7 @@ 如题,本篇的主角是 Matrix(其实并不是黑客帝国来着)。 -仔细回想一下,我们在很多地方都见过 Matrix(画布操作,drawBitmap,path 等), 感觉它就像是一个烦人家伙,什么事情都想插上一脚。 然而实际情况却并非如此, Matrix 一直都在我们看不到的地方默默付出着, 如果没有了 Matrix, 我们之前的很多方法都是无法运行的。 +仔细回想一下,我们在很多地方都见过 Matrix(画布操作,drawBitmap,path 等), 感觉它就像是一个烦人家伙,什么事情都想插上一脚。 然而实际情况却并非如此, Matrix 一直都在我们没有注意到到地方默默付出着, 如果没有了 Matrix, 我们之前的很多方法都是无法运行的。 这么说来 Matrix 也算个厉害人物,那么这个 Matrix 到底是何方神圣呢? From eaa78a867998b1e060b351dad620cf9eacc5d349 Mon Sep 17 00:00:00 2001 From: sloop Date: Mon, 27 Jun 2016 19:49:29 +0800 Subject: [PATCH 2/2] Update --- CustomView/Advance/[9]Matrix_Basic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CustomView/Advance/[9]Matrix_Basic.md b/CustomView/Advance/[9]Matrix_Basic.md index 47d99cc..b5847b9 100644 --- a/CustomView/Advance/[9]Matrix_Basic.md +++ b/CustomView/Advance/[9]Matrix_Basic.md @@ -32,7 +32,7 @@ Matrix 有很多常用和不常用的方法,在本篇中重点不在于这些 ## Matrix原理 - +Matrix 本质是一个 3x3 的矩阵。