Browse Source

Merge pull request #2250 from treble37/gh-pages-interp-docs-2118

Fix link in graph2d docs
fixRailRoadSRFB
yotamberk 8 years ago
committed by GitHub
parent
commit
416c5cb6c2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/graph2d/index.html

+ 1
- 1
docs/graph2d/index.html View File

@ -673,7 +673,7 @@ onRender: function(item, group, graph2d) {
<td class="greenField indent">interpolation.parametrization</td> <td class="greenField indent">interpolation.parametrization</td>
<td>String</td> <td>String</td>
<td>'centripetal'</td> <td>'centripetal'</td>
<td>Define the type of parametrizaion for the catmullRom interpolation. <a href="../../examples/graph2d/07_scrollingAndSorting.html">Example 7</a> shows the different parametrizations. The options are 'centripetal' (best results), 'chordal' and 'uniform'. Uniform is the computationally cheapest variant.
<td>Define the type of parametrizaion for the catmullRom interpolation. <a href="../../examples/graph2d/06_interpolation.html">Example 6</a> shows the different parametrizations. The options are 'centripetal' (best results), 'chordal' and 'uniform'. Uniform is the computationally cheapest variant.
If interpolation is disabled, linear interpolation is used.</td> If interpolation is disabled, linear interpolation is used.</td>
</tr> </tr>
<tr class='toggle collapsible' onclick="toggleTable('g2dOptions','legend', this);"> <tr class='toggle collapsible' onclick="toggleTable('g2dOptions','legend', this);">

Loading…
Cancel
Save