Skip to content

Commit 225be1d

Browse files
committed
md
1 parent 06372fc commit 225be1d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Android 工具类整理
22

3-
### 最新版本1.3.0
3+
### 最新版本
44
添加依赖
55
```
66
allprojects {
@@ -12,7 +12,9 @@ implementation 'com.github.readsense-cn:RSUtil:1.4.0'
1212
```
1313
20200413: 增加坐标系转换接口,并归一化绘制坐标
1414
将预览坐标系下的坐标转换至实际view坐标系下
15+
1516
![WechatIMG2.jpg](https://i.loli.net/2020/04/13/tXzbhiJ3pH6m4Bw.jpg)
17+
1618
```
1719
cameraView.getDrawPositionX(float in, float w, boolean flip_x);
1820
cameraView.getDrawPositionY(float in, float w, boolean flip_x);

0 commit comments

Comments
 (0)