Add value compute
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
### 特殊方法
|
### 特殊方法
|
||||||
|
|||||||
Reference in New Issue
Block a user