Skip to content

Commit

Permalink
Deploying to gh-pages from @ bc8d092 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Mar 14, 2024
1 parent 6391c58 commit 448eaf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion search/en.data.min.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion usage/c_api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1654,7 +1654,7 @@ <h1>C API Programming</h1>
<span class="n">seqSize</span><span class="p">);</span>

<span class="n">GEOSCoordSeq_destroy</span><span class="p">(</span><span class="n">seq</span><span class="p">);</span>
</code></pre></div><p>Finally, you can create a <code>GEOSCoordSequence</code> and initialize it from a coordinate buffer (an array of double in coordinate order, eg: <code>XYXYXYX</code>).</p>
</code></pre></div><p>Finally, you can create a <code>GEOSCoordSequence</code> and initialize it from a coordinate buffer (an array of double in coordinate order, eg: <code>XYXYXY</code>).</p>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-c" data-lang="c"><span class="cm">/* Coordinates in a buffer (X,Y, X,Y, X,Y) */</span>
<span class="kt">double</span> <span class="n">coordBuf</span><span class="p">[]</span> <span class="o">=</span> <span class="p">{</span><span class="mf">1.0</span><span class="p">,</span><span class="mf">3.0</span><span class="p">,</span> <span class="mf">2.0</span><span class="p">,</span><span class="mf">2.0</span><span class="p">,</span> <span class="mf">3.0</span><span class="p">,</span><span class="mf">1.0</span><span class="p">};</span>
<span class="n">size_t</span> <span class="n">seqSize</span> <span class="o">=</span> <span class="mi">3</span><span class="p">;</span>
Expand Down

0 comments on commit 448eaf9

Please sign in to comment.