From 39a7ff5ce877165002a992fba986171c461cbb55 Mon Sep 17 00:00:00 2001 From: sloop Date: Sun, 7 Aug 2016 02:57:40 +0800 Subject: [PATCH] Add value compute --- CustomView/Advance/[10]Matrix_Method.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/CustomView/Advance/[10]Matrix_Method.md b/CustomView/Advance/[10]Matrix_Method.md index e8a8730..a995ade 100644 --- a/CustomView/Advance/[10]Matrix_Method.md +++ b/CustomView/Advance/[10]Matrix_Method.md @@ -59,7 +59,7 @@ $$) Matrix (Matrix src) ``` -这种方法则需要一个已经存在的矩阵作为参数,如下: +这种方法则需要一个已经存在的矩阵作为参数,使用格式如下: ``` Matrix matrix = new Matrix(src); @@ -127,6 +127,22 @@ void getValues (float[] values) ### 数值计算 +**1.mapPoints** + +``` + +``` + +**2.mapRadius** + + + +**3.mapRect** + + + +**4.mapVectors** + ### set pre 与 post ### 特殊方法