From bc09c5d4ce3917bc25e2985540e048bdb90588dd Mon Sep 17 00:00:00 2001 From: sloop Date: Sat, 13 Aug 2016 18:11:53 +0800 Subject: [PATCH] Update value compute --- CustomView/Advance/[10]Matrix_Method.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CustomView/Advance/[10]Matrix_Method.md b/CustomView/Advance/[10]Matrix_Method.md index 7b84a23..e824f93 100644 --- a/CustomView/Advance/[10]Matrix_Method.md +++ b/CustomView/Advance/[10]Matrix_Method.md @@ -326,9 +326,12 @@ isRect: false > 由于使用了错切,所以返回结果为false。 +(2) `boolean mapRect (RectF dst, RectF src)` 测量src并将测量结果放入dst中,返回值是判断矩形经过变换后是否仍为矩形,和之前没有什么太大区别,此处就不啰嗦了。 **4.mapVectors** + + ### set pre 与 post ### 特殊方法