Add value compute

This commit is contained in:
sloop
2016-08-07 02:57:40 +08:00
parent 13ab0fcd9a
commit 39a7ff5ce8

View File

@@ -59,7 +59,7 @@ $$)
Matrix (Matrix src) Matrix (Matrix src)
``` ```
这种方法则需要一个已经存在的矩阵作为参数,如下: 这种方法则需要一个已经存在的矩阵作为参数,使用格式如下:
``` ```
Matrix matrix = new 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 ### set pre 与 post
### 特殊方法 ### 特殊方法