rotate#
旋转#
图块代码
javascript
jih_doc.rotate(axis, angle)
python
jih_doc.rotate(axis, angle)
npl
jih_doc:rotate(axis, angle)
参数#
参数 |
类型 |
默认值 |
说明 |
---|---|---|---|
axis |
string |
“‘x’” |
|
angle |
number |
0 |
示例#
jih_doc.rotate('x', 0)
jih_doc.rotate('x', 0)
jih_doc:rotate('x', 0)