From bb09904f2717558264885b142c07f388eedc8180 Mon Sep 17 00:00:00 2001 From: sloop Date: Tue, 9 Aug 2016 01:27:50 +0800 Subject: [PATCH] Update value compute --- CustomView/Advance/[10]Matrix_Method.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CustomView/Advance/[10]Matrix_Method.md b/CustomView/Advance/[10]Matrix_Method.md index 3fcc2ae..be84b4d 100644 --- a/CustomView/Advance/[10]Matrix_Method.md +++ b/CustomView/Advance/[10]Matrix_Method.md @@ -236,7 +236,7 @@ pointCount | 计算的点个数 Log.i(TAG, "before: src="+ Arrays.toString(src)); Log.i(TAG, "before: dst="+ Arrays.toString(dst)); - // 调用map方法计算 + // 调用map方法计算(最后一个2表示两个点,并非两个数值) matrix.mapPoints(dst, 0, src, 2, 2); // 输出计算之后数据