未验证 提交 b95ff488 编写于 作者: C CJ Bailey 提交者: GitHub

Remove outdated ref to how Matrix4.compose works

上级 9857dad2
...@@ -125,10 +125,7 @@ m.elements = [ 11, 21, 31, 41, ...@@ -125,10 +125,7 @@ m.elements = [ 11, 21, 31, 41,
<h3>[method:this compose]( [param:Vector3 position], [param:Quaternion quaternion], [param:Vector3 scale] )</h3> <h3>[method:this compose]( [param:Vector3 position], [param:Quaternion quaternion], [param:Vector3 scale] )</h3>
<p> <p>
Sets this matrix to the transformation composed of [page:Vector3 position], Sets this matrix to the transformation composed of [page:Vector3 position],
[page:Quaternion quaternion] and [page:Vector3 scale]. Internally this calls [page:Quaternion quaternion] and [page:Vector3 scale].
[page:.makeRotationFromQuaternion makeRotationFromQuaternion]( [page:Quaternion quaternion] )
followed by [page:.scale scale]( [page:Vector3 scale] ), then finally
[page:.setPosition setPosition]( [page:Vector3 position] ).
</p> </p>
<h3>[method:this copy]( [param:Matrix4 m] )</h3> <h3>[method:this copy]( [param:Matrix4 m] )</h3>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册