Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
62789d27
D
Docs
项目概览
OpenHarmony
/
Docs
1 年多 前同步成功
通知
159
Star
292
Fork
28
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
Docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
62789d27
编写于
8月 10, 2023
作者:
O
openharmony_ci
提交者:
Gitee
8月 10, 2023
浏览文件
操作
浏览文件
下载
差异文件
!22180 【轻量级 PR】:update zh-cn/application-dev/reference/apis/js-apis-matrix4.md.
Merge pull request !22180 from 田雨/N/A
上级
7dc971b9
1d74f0b9
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
18 addition
and
6 deletion
+18
-6
zh-cn/application-dev/reference/apis/js-apis-matrix4.md
zh-cn/application-dev/reference/apis/js-apis-matrix4.md
+18
-6
未找到文件。
zh-cn/application-dev/reference/apis/js-apis-matrix4.md
浏览文件 @
62789d27
...
...
@@ -171,12 +171,14 @@ struct Test {
![
zh-cn_image_0000001219744181
](
figures/zh-cn_image_0000001219744181.png
)
## matrix4.invert
## matrix4.invert
<sup>(deprecated)</sup>
invert(): Matrix4Transit
Matrix的逆函数,可以返回一个当前矩阵对象的逆矩阵,即效果正好相反。
该接口从Api 10开始废弃。
**系统能力:**
SystemCapability.ArkUI.ArkUI.Full
**返回值:**
...
...
@@ -185,12 +187,14 @@ Matrix的逆函数,可以返回一个当前矩阵对象的逆矩阵,即效
| --------------------------------- | ---------------------- |
|
[
Matrix4Transit
](
#matrix4transit
)
| 当前矩阵的逆矩阵对象。 |
## matrix4.combine
## matrix4.combine
<sup>(deprecated)</sup>
combine(options: Matrix4Transit): Matrix4Transit
Matrix的叠加函数,可以将两个矩阵的效果叠加起来生成一个新的矩阵对象。
该接口从Api 10开始废弃。
**系统能力:**
SystemCapability.ArkUI.ArkUI.Full
**参数:**
...
...
@@ -205,12 +209,14 @@ Matrix的叠加函数,可以将两个矩阵的效果叠加起来生成一个
| --------------------------------- | ---------------------- |
|
[
Matrix4Transit
](
#matrix4transit
)
| 当前矩阵的逆矩阵对象。 |
## matrix4.translate
## matrix4.translate
<sup>(deprecated)</sup>
translate(options: TranslateOption): Matrix4Transit
Matrix的平移函数,可以为当前矩阵增加x轴/y轴/z轴平移效果。
该接口从Api 10开始废弃。
**系统能力:**
SystemCapability.ArkUI.ArkUI.Full
**参数:**
...
...
@@ -225,12 +231,14 @@ Matrix的平移函数,可以为当前矩阵增加x轴/y轴/z轴平移效果。
| --------------------------------- | ---------------------- |
|
[
Matrix4Transit
](
#matrix4transit
)
| 当前矩阵的逆矩阵对象。 |
## matrix4.scale
## matrix4.scale
<sup>(deprecated)</sup>
scale(options: ScaleOption): Matrix4Transit
Matrix的缩放函数,可以为当前矩阵增加x轴/y轴/z轴缩放效果。
该接口从Api 10开始废弃。
**系统能力:**
SystemCapability.ArkUI.ArkUI.Full
**参数:**
...
...
@@ -245,12 +253,14 @@ Matrix的缩放函数,可以为当前矩阵增加x轴/y轴/z轴缩放效果。
| --------------------------------- | ---------------------- |
|
[
Matrix4Transit
](
#matrix4transit
)
| 当前矩阵的逆矩阵对象。 |
## matrix4.rotate
## matrix4.rotate
<sup>(deprecated)</sup>
rotate(options: RotateOption): Matrix4Transit
Matrix的旋转函数,可以为当前矩阵增加x轴/y轴/z轴旋转效果。
该接口从Api 10开始废弃。
**系统能力:**
SystemCapability.ArkUI.ArkUI.Full
**参数:**
...
...
@@ -265,12 +275,14 @@ Matrix的旋转函数,可以为当前矩阵增加x轴/y轴/z轴旋转效果。
| --------------------------------- | ---------------------- |
|
[
Matrix4Transit
](
#matrix4transit
)
| 当前矩阵的逆矩阵对象。 |
## matrix4.transformPoint
## matrix4.transformPoint
<sup>(deprecated)</sup>
transformPoint(options: [number, number]): [number, number]
Matrix的坐标点转换函数,可以将当前的变换效果作用到一个坐标点上。
该接口从Api 10开始废弃。
**系统能力:**
SystemCapability.ArkUI.ArkUI.Full
**参数:**
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录