未验证 提交 01b84ab6 编写于 作者: L LiAn 提交者: Gitee

update zh-cn/application-dev/reference/apis/js-apis-matrix4.md.

Signed-off-by: NLiAn <lian15@huawei.com>
Signed-off-by: NLiAn <lian15@huawei.com>
上级 4d51f66d
......@@ -289,7 +289,7 @@ Matrix的平移函数,可以为当前矩阵增加x轴/y轴/z轴平移效果。
| 类型 | 说明 |
| --------------------------------- | ---------------------------- |
| [Matrix4Transit](#matrix4transit) | 增加好平移效果后的矩阵对象。 |
| [Matrix4Transit](#matrix4transit) | 平移效果后的矩阵对象。 |
**示例:**
......@@ -330,17 +330,12 @@ Matrix的缩放函数,可以为当前矩阵增加x轴/y轴/z轴缩放效果。
| ------ | --------------------------- | ---- | -------------- |
| option | [ScaleOption](#scaleoption) | 是 | 设置缩放参数。 |
**返回值:**
| 类型 | 说明 |
| --------------------------------- | ---------------------------- |
| [Matrix4Transit](#matrix4transit) | 增加好平移效果后的矩阵对象。 |
**返回值:**
| 类型 | 说明 |
| --------------------------------- | ---------------------------- |
| [Matrix4Transit](#matrix4transit) | 增加好缩放效果后的矩阵对象。 |
| [Matrix4Transit](#matrix4transit) | 缩放效果后的矩阵对象。 |
**示例:**
......@@ -380,17 +375,12 @@ Matrix的旋转函数,可以为当前矩阵增加x轴/y轴/z轴旋转效果。
| ------ | ----------------------------- | ---- | -------------- |
| option | [RotateOption](#rotateoption) | 是 | 设置旋转参数。 |
**返回值:**
| 类型 | 说明 |
| --------------------------------- | ---------------------------- |
| [Matrix4Transit](#matrix4transit) | 增加好平移效果后的矩阵对象。 |
**返回值:**
| 类型 | 说明 |
| --------------------------------- | ---------------------------- |
| [Matrix4Transit](#matrix4transit) | 增加好旋转效果后的矩阵对象。 |
| [Matrix4Transit](#matrix4transit) | 旋转效果后的矩阵对象。 |
**示例:**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册