mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-31 09:13:16 +08:00
Documentation for ea76786f12
This commit is contained in:
@@ -94,10 +94,12 @@ $(document).ready(function(){initNavTree('d5/d5f/namespacegeometry.html','../../
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
|
||||
<p>Geometry algorithms.
|
||||
<p>for <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a>
|
||||
<a href="../../d5/d5f/namespacegeometry.html#details">More...</a></p>
|
||||
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
|
||||
<div class="textblock"><p >Geometry algorithms. </p>
|
||||
<div class="textblock"><p >for <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a> </p>
|
||||
<p >Geometry algorithms.</p>
|
||||
<p >for <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/algorithm/swap.html">std::swap</a> for mathematics and datatype conversion for IO operations for <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/stack.html">std::stack</a> </p>
|
||||
</div></div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
<!-- start footer part -->
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
var namespacegeometry =
|
||||
[
|
||||
[ "grahamscan", null, [
|
||||
[ "Point", "d7/d48/structgeometry_1_1grahamscan_1_1_point.html", null ]
|
||||
] ],
|
||||
[ "jarvis", null, [
|
||||
[ "Convexhull", "d4/dde/classgeometry_1_1jarvis_1_1_convexhull.html", "d4/dde/classgeometry_1_1jarvis_1_1_convexhull" ],
|
||||
[ "Point", "d9/d5a/structgeometry_1_1jarvis_1_1_point.html", null ]
|
||||
|
||||
@@ -219,6 +219,8 @@ Dynamic Programming</h1>
|
||||
<h1><a class="anchor" id="autotoc_md50"></a>
|
||||
Geometry</h1>
|
||||
<ul>
|
||||
<li><a href="https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/geometry/graham_scan_algorithm.cpp" target="_blank">Graham Scan Algorithm</a></li>
|
||||
<li><a href="https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/geometry/graham_scan_functions.hpp" target="_blank">Graham Scan Functions</a></li>
|
||||
<li><a href="https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/geometry/jarvis_algorithm.cpp" target="_blank">Jarvis Algorithm</a></li>
|
||||
<li><a href="https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/geometry/line_segment_intersection.cpp" target="_blank">Line Segment Intersection</a></li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user