Skip to content

Commit

Permalink
Deploying to gh-pages from @ b523268 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
jhasse committed Oct 6, 2023
1 parent f3a7080 commit 89e8ac4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deprecated.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<dt>Member <a class="el" href="classjngl_1_1FrameBuffer.html#a14dabca7589b28dc6adca2c5367546e1">FrameBuffer::clear</a> ()</dt>
<dd><a class="anchor" id="_deprecated000002"></a>use <a class="el" href="structjngl_1_1FrameBuffer_1_1Context.html#ab156ef3a1b8a1095c1a086c7056ad263" title="Clear the framebuffer with color.">jngl::FrameBuffer::Context::clear(Color)</a> instead </dd>
<dt>Member <a class="el" href="namespacejngl.html#a5f3b65bc0411dcd941c0ad1e9e1d7ebb">jngl::drawLine</a> (double xstart, double ystart, double xend, double yend)</dt>
<dd><a class="anchor" id="_deprecated000011"></a>Use drawRectangle instead </dd>
<dd><a class="anchor" id="_deprecated000011"></a>Use <a class="el" href="namespacejngl.html#adda6bd4a93eb670b63a319a2f6c4dd87" title="Draws a line from start to end, the width can be set using setLineWidth.">drawLine(Vec2, Vec2)</a> instead </dd>
<dt>Member <a class="el" href="namespacejngl.html#a5a2fef9a452c7eaa09ad0a6a7614fa76">jngl::drawTriangle</a> (double A_x, double A_y, double B_x, double B_y, double C_x, double C_y)</dt>
<dd><a class="anchor" id="_deprecated000012"></a>Use <a class="el" href="namespacejngl.html#a1732275d2646c634f74abec40aeaafe8" title="Draws the triangle a -&gt; b -&gt; c.">drawTriangle(Vec2, Vec2, Vec2)</a> instead </dd>
<dt>Member <a class="el" href="namespacejngl.html#a67f578ae7b31a18af696c75231554372">jngl::getConfigPath</a> ()</dt>
Expand Down
2 changes: 1 addition & 1 deletion namespacejngl.html
Original file line number Diff line number Diff line change
Expand Up @@ -1808,7 +1808,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a5f3b65bc0411dcd941c0ad1e
</tr>
</table>
</div><div class="memdoc">
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000011">Deprecated:</a></b></dt><dd>Use drawRectangle instead </dd></dl>
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000011">Deprecated:</a></b></dt><dd>Use <a class="el" href="namespacejngl.html#adda6bd4a93eb670b63a319a2f6c4dd87" title="Draws a line from start to end, the width can be set using setLineWidth.">drawLine(Vec2, Vec2)</a> instead </dd></dl>

</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion shapes_8hpp_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span> </div>
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"><a class="line" href="namespacejngl.html#adda6bd4a93eb670b63a319a2f6c4dd87"> 46</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="namespacejngl.html#adda6bd4a93eb670b63a319a2f6c4dd87">drawLine</a>(<a class="code hl_class" href="classjngl_1_1Vec2.html">Vec2</a> start, <a class="code hl_class" href="classjngl_1_1Vec2.html">Vec2</a> end);</div>
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span> </div>
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span>[[deprecated(<span class="stringliteral">&quot;Use drawRectangle instead&quot;</span>)]]</div>
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span>[[deprecated(<span class="stringliteral">&quot;Use drawLine(Vec2, Vec2) instead&quot;</span>)]]</div>
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"><a class="line" href="namespacejngl.html#a5f3b65bc0411dcd941c0ad1e9e1d7ebb"> 50</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="namespacejngl.html#adda6bd4a93eb670b63a319a2f6c4dd87">drawLine</a>(<span class="keywordtype">double</span> xstart, <span class="keywordtype">double</span> ystart, <span class="keywordtype">double</span> xend, <span class="keywordtype">double</span> yend);</div>
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span> </div>
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"><a class="line" href="namespacejngl.html#ae891e0c19cfaeb0ec2875aa2735b20a8"> 53</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="namespacejngl.html#adda6bd4a93eb670b63a319a2f6c4dd87">drawLine</a>(<span class="keyword">const</span> <a class="code hl_class" href="classjngl_1_1Mat3.html">Mat3</a>&amp; <a class="code hl_function" href="namespacejngl.html#acfcb9cdf97108d05cf2b0da911c93a4c">modelview</a>, <a class="code hl_class" href="classjngl_1_1Vec2.html">Vec2</a> end);</div>
Expand Down

0 comments on commit 89e8ac4

Please sign in to comment.