| x | number | Yes| X coordinate of the rotation vector. |
| y | number | Yes| Y coordinate of the rotation vector. |
| z | number | Yes| Z coordinate of the rotation vector. |
| angle | number | Yes| Rotation angle. |
| centerX | number | Yes| X coordinate of the center point. |
| centerY | number | Yes| Y coordinate of the center point. |
| x | number | Yes| X coordinate of the rotation vector.<br>Unit: px |
| y | number | Yes| Y coordinate of the rotation vector.<br>Unit: px |
| z | number | Yes| Z coordinate of the rotation vector.<br>Unit: px |
| angle | number | Yes| Rotation angle.<br>Unit: px |
| centerX | number | Yes| X coordinate of the center point.<br>Unit: px |
| centerY | number | Yes| Y coordinate of the center point.<br>Unit: px |
### Matrix4Result
...
...
@@ -115,7 +115,7 @@ let modePosition = componentUtils.getRectangleById("onClick");
| Value Range | Description |
| --------| -----------------------------------|
| [number,number,number,number,<br>number,number,number,number,<br>number,number,number,number,<br>number,number,number,number] | A number array whose length is 16 (4 x 4). For details, see **4 x 4 matrix description**.|
| [number,number,number,number,<br>number,number,number,number,<br>number,number,number,number,<br>number,number,number,number] | A number array whose length is 16 (4 x 4). The unit is px. For details, see **4 x 4 matrix description**. |