“5e2776ac2d5458d8a0d438f8ac87bece7e880b64”上不存在“tests/system-test/git@gitcode.net:taosdata/tdengine.git”
未验证 提交 d319b89c 编写于 作者: O openharmony_ci 提交者: Gitee

!8993 【轻量级 PR】:update zh-cn/application-dev/reference/arkui-ts/ts-matrix-transformation.md.

Merge pull request !8993 from luoying_ace/N/A
......@@ -192,7 +192,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.
先完成此消息的编辑!
想要评论请 注册