| count | number | Yes | - | Number of steps. Must be a positive integer. |
| count | number | Yes | - | Number of steps. The value must be a positive integer. |
| end | boolean | No | true | Step change at the start or end point of each interval. Defaults to **true**, indicating that the step change occurs at the end point. |
| end | boolean | No | true | Step change at the start or end point of each interval. Defaults to **true**, indicating that the step change occurs at the end point. |
- Return value<br>
- Return value<br>
...
@@ -62,8 +62,9 @@ Constructs a third-order Bezier curve object. The curve value must be between 0
...
@@ -62,8 +62,9 @@ Constructs a third-order Bezier curve object. The curve value must be between 0
- Parameters
- 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. |
...
@@ -82,7 +83,8 @@ Constructs a spring curve object.
...
@@ -82,7 +83,8 @@ Constructs a spring curve object.