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 ### 特殊方法