|
@@ -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,
|