未验证 提交 581f2d1e 编写于 作者: L luoying_ace 提交者: Gitee

update zh-cn/application-dev/reference/arkui-ts/ts-matrix-transformation.md.

Signed-off-by: Nluoying_ace <luoying19@huawei.com>
上级 89b45494
......@@ -198,7 +198,7 @@ Matrix的逆函数,可以返回一个当前矩阵对象的逆矩阵,即效
import Matrix4 from '@ohos.matrix4'
// matrix1(宽放大2倍) 和 matrix2(宽缩小2倍) 效果相反
let matrix1 = Matrix4.identity().scale({x:2})
let matrix2 = matrix1.invert()
let matrix2 = matrix1.copy().invert()
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册