这里表述有误,返回值是vector,不是Rotation
Opened this issue · 0 comments
usefulwp commented
所属页面地址
https://api-docs-027.ark.online/classes/mw.Rotation.html#fromvector
选中内容
getForce
• getForce(outer?): Vector
获取此旋转后的方向向量
Parameters
outer? Vector 被写入数据的向量, 传入的 outer 不能为null/undefined default:null
Returns
Vector 旋转的方向向量
Precautions
如果 outer 不为空, 返回 outer,否则返回一个新的 Rotation 对象, 建议传入 outer 来减少 new 对象且 outer 不能为 null/undefined
请选择反馈的问题类型
不准确 - 接口调不通/接口参数错误/接口返回和文档不一致
补充说明
No response