未验证 提交 a32648db 编写于 作者: Y ycw 提交者: GitHub

update Curve.html

fixed malform param lists
上级 1a868213
......@@ -79,7 +79,7 @@
using [page:.getPoint].
</p>
<h3>[method:Vector getTangent]( [param:Float t, [param:Vector optionalTarget] ] )</h3>
<h3>[method:Vector getTangent]( [param:Float t], [param:Vector optionalTarget] )</h3>
<p>
[page:Float t] - A position on the curve. Must be in the range [ 0, 1 ]. <br>
[page:Vector optionalTarget] — (optional) If specified, the result will be copied into this Vector,
......@@ -90,7 +90,7 @@
which seems to give a reasonable approximation.
</p>
<h3>[method:Vector getTangentAt]( [param:Float u, [param:Vector optionalTarget] ] )</h3>
<h3>[method:Vector getTangentAt]( [param:Float u], [param:Vector optionalTarget] )</h3>
<p>
[page:Float u] - A position on the curve according to the arc length. Must be in the range [ 0, 1 ]. <br>
[page:Vector optionalTarget] — (optional) If specified, the result will be copied into this Vector,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册