未验证 提交 bedb2abd 编写于 作者: K king_he 提交者: Gitee

update en/application-dev/reference/arkui-ts/ts-interpolation-calculation.md.

Signed-off-by: Nking_he <6384784@qq.com>
上级 e83c40e6
...@@ -54,12 +54,12 @@ Constructs a third-order Bezier curve object. The curve value must be between 0 ...@@ -54,12 +54,12 @@ Constructs a third-order Bezier curve object. The curve value must be between 0
1. Parameters 1. Parameters
| Name | Type | Mandatory | Description | | Name | Type | Mandatory | Description |
| ---- | ------ | --------- | -------------------------------------------------------------- | | ---- | ------ | --------- | -------------------------------------------------------------- |
| x1 | number | Yes | Horizontal coordinate of the first point on the Bezier curve. | | x1 | number | Yes | Horizontal coordinate of the first point on the Bezier curve. |
| y1 | number | Yes | Vertical coordinate of the first point on the Bezier curve. | | y1 | number | Yes | Vertical coordinate of the first point on the Bezier curve. |
| x2 | number | Yes | Horizontal coordinate of the second point on the Bezier curve. | | x2 | number | Yes | Horizontal coordinate of the second point on the Bezier curve. |
| y2 | number | Yes | Vertical coordinate of the second point on the Bezier curve. | | y2 | number | Yes | Vertical coordinate of the second point on the Bezier curve. |
2. Return value 2. Return value
...@@ -73,12 +73,12 @@ Constructs a spring curve object. ...@@ -73,12 +73,12 @@ Constructs a spring curve object.
1. Parameters 1. Parameters
| Name | Type | Mandatory | Description | | Name | Type | Mandatory | Description |
| --------- | ------ | --------- | ----------------- | | --------- | ------ | --------- | ----------------- |
| velocity | number | Yes | Initial velocity. | | velocity | number | Yes | Initial velocity. |
| mass | number | Yes | Mass. | | mass | number | Yes | Mass. |
| stiffness | number | Yes | Stiffness. | | stiffness | number | Yes | Stiffness. |
| damping | number | Yes | Damping. | | damping | number | Yes | Damping. |
2. Return value 2. Return value
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册