Documentation for 6376bf46af
@@ -1,5 +1,5 @@
|
||||
<map id="probability/bayes_theorem.cpp" name="probability/bayes_theorem.cpp">
|
||||
<area shape="rect" id="Node000001" title="Bayes' theorem" alt="" coords="5,5,204,31"/>
|
||||
<area shape="rect" id="Node000002" title=" " alt="" coords="69,79,140,105"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="107,31,107,64,102,64,102,31"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="107,31,107,63,102,63,102,31"/>
|
||||
</map>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 8.1.0 (20230707.0739)
|
||||
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
|
||||
-->
|
||||
<!-- Title: probability/bayes_theorem.cpp Pages: 1 -->
|
||||
<svg width="157pt" height="83pt"
|
||||
@@ -40,8 +40,8 @@
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M74.38,-55.08C74.38,-48.42 74.38,-38.99 74.38,-30.53"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="77.88,-30.61 74.38,-20.61 70.88,-30.61 77.88,-30.61"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M74.38,-55.08C74.38,-48.57 74.38,-39.42 74.38,-31.12"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="77.88,-31.12 74.38,-21.12 70.88,-31.12 77.88,-31.12"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 8.1.0 (20230707.0739)
|
||||
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
|
||||
-->
|
||||
<!-- Title: probability/bayes_theorem.cpp Pages: 1 -->
|
||||
<svg width="157pt" height="83pt"
|
||||
@@ -30,8 +30,8 @@
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M74.38,-55.08C74.38,-48.42 74.38,-38.99 74.38,-30.53"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="77.88,-30.61 74.38,-20.61 70.88,-30.61 77.88,-30.61"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M74.38,-55.08C74.38,-48.57 74.38,-39.42 74.38,-31.12"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="77.88,-31.12 74.38,-21.12 70.88,-31.12 77.88,-31.12"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.9.7"/>
|
||||
<meta name="generator" content="Doxygen 1.9.8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>Algorithms_in_C++: SegmentIntersection Struct Reference</title>
|
||||
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
|
||||
@@ -41,7 +41,7 @@ MathJax.Hub.Config({
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.9.7 -->
|
||||
<!-- Generated by Doxygen 1.9.8 -->
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
var searchBox = new SearchBox("searchBox", "../../search/",'.html');
|
||||
@@ -106,11 +106,11 @@ $(document).ready(function(){initNavTree('d4/db4/struct_segment_intersection.htm
|
||||
<table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pub-methods" name="pub-methods"></a>
|
||||
Public Member Functions</h2></td></tr>
|
||||
<tr class="memitem:aefd077282f45bd16799b53f8aa430ffd"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/db4/struct_segment_intersection.html#aefd077282f45bd16799b53f8aa430ffd">intersect</a> (<a class="el" href="../../d8/dc8/struct_point.html">Point</a> first_point, <a class="el" href="../../d8/dc8/struct_point.html">Point</a> second_point, <a class="el" href="../../d8/dc8/struct_point.html">Point</a> third_point, <a class="el" href="../../d8/dc8/struct_point.html">Point</a> forth_point)</td></tr>
|
||||
<tr class="memitem:aefd077282f45bd16799b53f8aa430ffd" id="r_aefd077282f45bd16799b53f8aa430ffd"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/db4/struct_segment_intersection.html#aefd077282f45bd16799b53f8aa430ffd">intersect</a> (<a class="el" href="../../d8/dc8/struct_point.html">Point</a> first_point, <a class="el" href="../../d8/dc8/struct_point.html">Point</a> second_point, <a class="el" href="../../d8/dc8/struct_point.html">Point</a> third_point, <a class="el" href="../../d8/dc8/struct_point.html">Point</a> forth_point)</td></tr>
|
||||
<tr class="separator:aefd077282f45bd16799b53f8aa430ffd"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a3beb2ac1b35d67354f1dbaf9a971e655"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/db4/struct_segment_intersection.html#a3beb2ac1b35d67354f1dbaf9a971e655">direction</a> (<a class="el" href="../../d8/dc8/struct_point.html">Point</a> first_point, <a class="el" href="../../d8/dc8/struct_point.html">Point</a> second_point, <a class="el" href="../../d8/dc8/struct_point.html">Point</a> third_point)</td></tr>
|
||||
<tr class="memitem:a3beb2ac1b35d67354f1dbaf9a971e655" id="r_a3beb2ac1b35d67354f1dbaf9a971e655"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/db4/struct_segment_intersection.html#a3beb2ac1b35d67354f1dbaf9a971e655">direction</a> (<a class="el" href="../../d8/dc8/struct_point.html">Point</a> first_point, <a class="el" href="../../d8/dc8/struct_point.html">Point</a> second_point, <a class="el" href="../../d8/dc8/struct_point.html">Point</a> third_point)</td></tr>
|
||||
<tr class="separator:a3beb2ac1b35d67354f1dbaf9a971e655"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a008941b2272866c64cdaf959afa939bf"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/db4/struct_segment_intersection.html#a008941b2272866c64cdaf959afa939bf">on_segment</a> (<a class="el" href="../../d8/dc8/struct_point.html">Point</a> first_point, <a class="el" href="../../d8/dc8/struct_point.html">Point</a> second_point, <a class="el" href="../../d8/dc8/struct_point.html">Point</a> third_point)</td></tr>
|
||||
<tr class="memitem:a008941b2272866c64cdaf959afa939bf" id="r_a008941b2272866c64cdaf959afa939bf"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d4/db4/struct_segment_intersection.html#a008941b2272866c64cdaf959afa939bf">on_segment</a> (<a class="el" href="../../d8/dc8/struct_point.html">Point</a> first_point, <a class="el" href="../../d8/dc8/struct_point.html">Point</a> second_point, <a class="el" href="../../d8/dc8/struct_point.html">Point</a> third_point)</td></tr>
|
||||
<tr class="separator:a008941b2272866c64cdaf959afa939bf"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table>
|
||||
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
|
||||
@@ -314,7 +314,7 @@ Here is the call graph for this function:</div>
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="navelem"><a class="el" href="../../d4/db4/struct_segment_intersection.html">SegmentIntersection</a></li>
|
||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.7 </li>
|
||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8 </li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -3,5 +3,5 @@
|
||||
<area shape="rect" id="Node000002" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/algorithm/max.html#" title=" " alt="" coords="195,5,267,31"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="147,29,179,24,180,29,148,35"/>
|
||||
<area shape="rect" id="Node000003" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/algorithm/min.html#" title=" " alt="" coords="197,55,265,80"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="148,52,182,57,181,63,147,57"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="148,52,181,57,181,62,147,57"/>
|
||||
</map>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 8.1.0 (20230707.0739)
|
||||
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
|
||||
-->
|
||||
<!-- Title: SegmentIntersection::on_segment Pages: 1 -->
|
||||
<svg width="204pt" height="64pt"
|
||||
@@ -41,8 +41,8 @@
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M106.39,-36.35C114.67,-37.73 123.09,-39.13 130.93,-40.43"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="130.13,-44.01 140.57,-42.2 131.28,-37.11 130.13,-44.01"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M106.39,-36.35C114.48,-37.69 122.7,-39.06 130.39,-40.34"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="129.63,-43.76 140.07,-41.95 130.78,-36.86 129.63,-43.76"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -59,8 +59,8 @@
|
||||
<g id="edge2_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M106.39,-19.36C115.17,-17.98 124.1,-16.57 132.34,-15.27"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="132.74,-18.59 142.07,-13.58 131.65,-11.68 132.74,-18.59"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M106.39,-19.36C114.97,-18.01 123.69,-16.63 131.78,-15.36"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="132.24,-18.83 141.57,-13.81 131.15,-11.91 132.24,-18.83"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 8.1.0 (20230707.0739)
|
||||
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
|
||||
-->
|
||||
<!-- Title: SegmentIntersection::on_segment Pages: 1 -->
|
||||
<svg width="204pt" height="64pt"
|
||||
@@ -31,8 +31,8 @@
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M106.39,-36.35C114.67,-37.73 123.09,-39.13 130.93,-40.43"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="130.13,-44.01 140.57,-42.2 131.28,-37.11 130.13,-44.01"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M106.39,-36.35C114.48,-37.69 122.7,-39.06 130.39,-40.34"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="129.63,-43.76 140.07,-41.95 130.78,-36.86 129.63,-43.76"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -49,8 +49,8 @@
|
||||
<g id="edge2_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M106.39,-19.36C115.17,-17.98 124.1,-16.57 132.34,-15.27"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="132.74,-18.59 142.07,-13.58 131.65,-11.68 132.74,-18.59"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M106.39,-19.36C114.97,-18.01 123.69,-16.63 131.78,-15.36"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="132.24,-18.83 141.57,-13.81 131.15,-11.91 132.24,-18.83"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |