jointjs
Version:
JavaScript diagramming library
7 lines (4 loc) • 400 B
HTML
<pre class="docs-method-signature"><code>g.bezier.getFirstControlPoints(rhs)</code></pre>
<p>Deprecated. Use the <code>g.Curve.throughPoints</code> <a href="#g.Curve.throughPoints">function</a> instead.</p>
<p>Solves a tridiagonal system for one of coordinates (x or y) of first Bezier control points.<p>
<p>The <code>rhs</code> argument is a right hand side vector. Returns a solution vector.</p>