mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-03 15:03:39 +08:00
Documentation for 0953376d31
This commit is contained in:
@@ -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.6"/>
|
||||
<meta name="generator" content="Doxygen 1.9.7"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>Algorithms_in_C++: math/area.cpp File 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.6 -->
|
||||
<!-- Generated by Doxygen 1.9.7 -->
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
var searchBox = new SearchBox("searchBox", "../../search/",'.html');
|
||||
@@ -114,8 +114,7 @@ $(document).ready(function(){initNavTree('dc/d82/area_8cpp.html','../../'); init
|
||||
</div><div class="textblock"><div class="dynheader">
|
||||
Include dependency graph for area.cpp:</div>
|
||||
<div class="dyncontent">
|
||||
<div class="center"><iframe scrolling="no" frameborder="0" src="../../d4/da0/area_8cpp__incl.svg" width="336" height="111"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
|
||||
</div>
|
||||
<div class="center"><iframe scrolling="no" frameborder="0" src="../../d4/da0/area_8cpp__incl.svg" width="336" height="111"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
|
||||
</div>
|
||||
</div><table class="memberdecls">
|
||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="namespaces" name="namespaces"></a>
|
||||
@@ -192,12 +191,11 @@ Functions</h2></td></tr>
|
||||
<div class="line"><span class="lineno"> 277</span> <a class="code hl_function" href="../../dc/d82/area_8cpp.html#aa8dca7b867074164d5f45b0f3851269d">test</a>(); <span class="comment">// run self-test implementations</span></div>
|
||||
<div class="line"><span class="lineno"> 278</span> <span class="keywordflow">return</span> 0;</div>
|
||||
<div class="line"><span class="lineno"> 279</span>}</div>
|
||||
<div class="ttc" id="aarea_8cpp_html_aa8dca7b867074164d5f45b0f3851269d"><div class="ttname"><a href="../../dc/d82/area_8cpp.html#aa8dca7b867074164d5f45b0f3851269d">test</a></div><div class="ttdeci">static void test()</div><div class="ttdoc">Self-test implementations.</div><div class="ttdef"><b>Definition:</b> area.cpp:118</div></div>
|
||||
<div class="ttc" id="aarea_8cpp_html_aa8dca7b867074164d5f45b0f3851269d"><div class="ttname"><a href="../../dc/d82/area_8cpp.html#aa8dca7b867074164d5f45b0f3851269d">test</a></div><div class="ttdeci">static void test()</div><div class="ttdoc">Self-test implementations.</div><div class="ttdef"><b>Definition</b> area.cpp:118</div></div>
|
||||
</div><!-- fragment --><div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
<div class="center"><iframe scrolling="no" frameborder="0" src="../../dc/d82/area_8cpp_ae66f6b31b5ad750f1fe042a706a4e3d4_cgraph.svg" width="386" height="431"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
|
||||
</div>
|
||||
<div class="center"><iframe scrolling="no" frameborder="0" src="../../dc/d82/area_8cpp_ae66f6b31b5ad750f1fe042a706a4e3d4_cgraph.svg" width="386" height="431"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -382,19 +380,18 @@ Here is the call graph for this function:</div>
|
||||
<div class="line"><span class="lineno"> 270</span>}</div>
|
||||
<div class="ttc" id="abasic_ostream_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/io/basic_ostream.html">std::cout</a></div></div>
|
||||
<div class="ttc" id="aendl_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/io/manip/endl.html">std::endl</a></div><div class="ttdeci">T endl(T... args)</div></div>
|
||||
<div class="ttc" id="anamespacemath_html_a40e36c67da78d2131408c57ee091ad75"><div class="ttname"><a href="../../dd/d47/namespacemath.html#a40e36c67da78d2131408c57ee091ad75">math::circle_area</a></div><div class="ttdeci">T circle_area(T radius)</div><div class="ttdoc">area of a circle (pi</div><div class="ttdef"><b>Definition:</b> area.cpp:63</div></div>
|
||||
<div class="ttc" id="anamespacemath_html_a5de184925e68658f15415dd53954df4f"><div class="ttname"><a href="../../dd/d47/namespacemath.html#a5de184925e68658f15415dd53954df4f">math::parallelogram_area</a></div><div class="ttdeci">T parallelogram_area(T base, T height)</div><div class="ttdoc">area of a parallelogram (b * h)</div><div class="ttdef"><b>Definition:</b> area.cpp:75</div></div>
|
||||
<div class="ttc" id="anamespacemath_html_a971ce57e368f2f631cf1f4ff3f864049"><div class="ttname"><a href="../../dd/d47/namespacemath.html#a971ce57e368f2f631cf1f4ff3f864049">math::square_area</a></div><div class="ttdeci">T square_area(T length)</div><div class="ttdoc">area of a square (l * l)</div><div class="ttdef"><b>Definition:</b> area.cpp:29</div></div>
|
||||
<div class="ttc" id="anamespacemath_html_ab31d141f7c5b551746b1eee0eb4dedca"><div class="ttname"><a href="../../dd/d47/namespacemath.html#ab31d141f7c5b551746b1eee0eb4dedca">math::rect_area</a></div><div class="ttdeci">T rect_area(T length, T width)</div><div class="ttdoc">area of a rectangle (l * w)</div><div class="ttdef"><b>Definition:</b> area.cpp:40</div></div>
|
||||
<div class="ttc" id="anamespacemath_html_ab3b920cc56442abd92279ba23b50f4dc"><div class="ttname"><a href="../../dd/d47/namespacemath.html#ab3b920cc56442abd92279ba23b50f4dc">math::triangle_area</a></div><div class="ttdeci">T triangle_area(T base, T height)</div><div class="ttdoc">area of a triangle (b * h / 2)</div><div class="ttdef"><b>Definition:</b> area.cpp:52</div></div>
|
||||
<div class="ttc" id="anamespacemath_html_ab7f29862d30df351c317eedd60a0c656"><div class="ttname"><a href="../../dd/d47/namespacemath.html#ab7f29862d30df351c317eedd60a0c656">math::sphere_surface_area</a></div><div class="ttdeci">T sphere_surface_area(T radius)</div><div class="ttdoc">surface area of a sphere ( 4 * pi * r^2)</div><div class="ttdef"><b>Definition:</b> area.cpp:97</div></div>
|
||||
<div class="ttc" id="anamespacemath_html_abc46c784a297fc1d2eb8b33a327fba4c"><div class="ttname"><a href="../../dd/d47/namespacemath.html#abc46c784a297fc1d2eb8b33a327fba4c">math::cube_surface_area</a></div><div class="ttdeci">T cube_surface_area(T length)</div><div class="ttdoc">surface area of a cube ( 6 * (l</div><div class="ttdef"><b>Definition:</b> area.cpp:86</div></div>
|
||||
<div class="ttc" id="anamespacemath_html_ac5803413618fcfb922cb32c6db0fc864"><div class="ttname"><a href="../../dd/d47/namespacemath.html#ac5803413618fcfb922cb32c6db0fc864">math::cylinder_surface_area</a></div><div class="ttdeci">T cylinder_surface_area(T radius, T height)</div><div class="ttdoc">surface area of a cylinder (2 * pi * r * h + 2 * pi * r^2)</div><div class="ttdef"><b>Definition:</b> area.cpp:109</div></div>
|
||||
<div class="ttc" id="anamespacemath_html_a40e36c67da78d2131408c57ee091ad75"><div class="ttname"><a href="../../dd/d47/namespacemath.html#a40e36c67da78d2131408c57ee091ad75">math::circle_area</a></div><div class="ttdeci">T circle_area(T radius)</div><div class="ttdoc">area of a circle (pi</div><div class="ttdef"><b>Definition</b> area.cpp:63</div></div>
|
||||
<div class="ttc" id="anamespacemath_html_a5de184925e68658f15415dd53954df4f"><div class="ttname"><a href="../../dd/d47/namespacemath.html#a5de184925e68658f15415dd53954df4f">math::parallelogram_area</a></div><div class="ttdeci">T parallelogram_area(T base, T height)</div><div class="ttdoc">area of a parallelogram (b * h)</div><div class="ttdef"><b>Definition</b> area.cpp:75</div></div>
|
||||
<div class="ttc" id="anamespacemath_html_a971ce57e368f2f631cf1f4ff3f864049"><div class="ttname"><a href="../../dd/d47/namespacemath.html#a971ce57e368f2f631cf1f4ff3f864049">math::square_area</a></div><div class="ttdeci">T square_area(T length)</div><div class="ttdoc">area of a square (l * l)</div><div class="ttdef"><b>Definition</b> area.cpp:29</div></div>
|
||||
<div class="ttc" id="anamespacemath_html_ab31d141f7c5b551746b1eee0eb4dedca"><div class="ttname"><a href="../../dd/d47/namespacemath.html#ab31d141f7c5b551746b1eee0eb4dedca">math::rect_area</a></div><div class="ttdeci">T rect_area(T length, T width)</div><div class="ttdoc">area of a rectangle (l * w)</div><div class="ttdef"><b>Definition</b> area.cpp:40</div></div>
|
||||
<div class="ttc" id="anamespacemath_html_ab3b920cc56442abd92279ba23b50f4dc"><div class="ttname"><a href="../../dd/d47/namespacemath.html#ab3b920cc56442abd92279ba23b50f4dc">math::triangle_area</a></div><div class="ttdeci">T triangle_area(T base, T height)</div><div class="ttdoc">area of a triangle (b * h / 2)</div><div class="ttdef"><b>Definition</b> area.cpp:52</div></div>
|
||||
<div class="ttc" id="anamespacemath_html_ab7f29862d30df351c317eedd60a0c656"><div class="ttname"><a href="../../dd/d47/namespacemath.html#ab7f29862d30df351c317eedd60a0c656">math::sphere_surface_area</a></div><div class="ttdeci">T sphere_surface_area(T radius)</div><div class="ttdoc">surface area of a sphere ( 4 * pi * r^2)</div><div class="ttdef"><b>Definition</b> area.cpp:97</div></div>
|
||||
<div class="ttc" id="anamespacemath_html_abc46c784a297fc1d2eb8b33a327fba4c"><div class="ttname"><a href="../../dd/d47/namespacemath.html#abc46c784a297fc1d2eb8b33a327fba4c">math::cube_surface_area</a></div><div class="ttdeci">T cube_surface_area(T length)</div><div class="ttdoc">surface area of a cube ( 6 * (l</div><div class="ttdef"><b>Definition</b> area.cpp:86</div></div>
|
||||
<div class="ttc" id="anamespacemath_html_ac5803413618fcfb922cb32c6db0fc864"><div class="ttname"><a href="../../dd/d47/namespacemath.html#ac5803413618fcfb922cb32c6db0fc864">math::cylinder_surface_area</a></div><div class="ttdeci">T cylinder_surface_area(T radius, T height)</div><div class="ttdoc">surface area of a cylinder (2 * pi * r * h + 2 * pi * r^2)</div><div class="ttdef"><b>Definition</b> area.cpp:109</div></div>
|
||||
</div><!-- fragment --><div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
<div class="center"><iframe scrolling="no" frameborder="0" src="../../dc/d82/area_8cpp_aa8dca7b867074164d5f45b0f3851269d_cgraph.svg" width="288" height="431"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
|
||||
</div>
|
||||
<div class="center"><iframe scrolling="no" frameborder="0" src="../../dc/d82/area_8cpp_aa8dca7b867074164d5f45b0f3851269d_cgraph.svg" width="288" height="431"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -405,7 +402,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="../../dir_296d53ceaeaa7e099814a6def439fe8a.html">math</a></li><li class="navelem"><a class="el" href="../../dc/d82/area_8cpp.html">area.cpp</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.6 </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>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -1,12 +1,21 @@
|
||||
<map id="test" name="test">
|
||||
<area shape="rect" id="node1" title="Self-test implementations." alt="" coords="5,203,49,228"/>
|
||||
<area shape="rect" id="node2" href="$dd/d47/namespacemath.html#a40e36c67da78d2131408c57ee091ad75" title="area of a circle (pi" alt="" coords="129,5,250,31"/>
|
||||
<area shape="rect" id="node3" href="$dd/d47/namespacemath.html#abc46c784a297fc1d2eb8b33a327fba4c" title="surface area of a cube ( 6 * (l" alt="" coords="105,55,274,80"/>
|
||||
<area shape="rect" id="node4" href="$dd/d47/namespacemath.html#ac5803413618fcfb922cb32c6db0fc864" title="surface area of a cylinder (2 * pi * r * h + 2 * pi * r^2)" alt="" coords="97,104,282,130"/>
|
||||
<area shape="rect" id="node5" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/manip/endl.html#" title=" " alt="" coords="154,153,225,179"/>
|
||||
<area shape="rect" id="node6" href="$dd/d47/namespacemath.html#a5de184925e68658f15415dd53954df4f" title="area of a parallelogram (b * h)" alt="" coords="106,203,273,228"/>
|
||||
<area shape="rect" id="node7" href="$dd/d47/namespacemath.html#ab31d141f7c5b551746b1eee0eb4dedca" title="area of a rectangle (l * w)" alt="" coords="133,252,246,278"/>
|
||||
<area shape="rect" id="node8" href="$dd/d47/namespacemath.html#ab7f29862d30df351c317eedd60a0c656" title="surface area of a sphere ( 4 * pi * r^2)" alt="" coords="100,301,279,327"/>
|
||||
<area shape="rect" id="node9" href="$dd/d47/namespacemath.html#a971ce57e368f2f631cf1f4ff3f864049" title="area of a square (l * l)" alt="" coords="125,351,254,376"/>
|
||||
<area shape="rect" id="node10" href="$dd/d47/namespacemath.html#ab3b920cc56442abd92279ba23b50f4dc" title="area of a triangle (b * h / 2)" alt="" coords="123,400,256,426"/>
|
||||
<area shape="rect" id="Node000001" title="Self-test implementations." alt="" coords="5,203,49,228"/>
|
||||
<area shape="rect" id="Node000002" href="$dd/d47/namespacemath.html#a40e36c67da78d2131408c57ee091ad75" title="area of a circle (pi" alt="" coords="129,5,250,31"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="27,202,32,169,43,126,64,80,78,59,95,40,114,28,117,33,98,44,82,62,68,82,49,127,37,170,32,203"/>
|
||||
<area shape="rect" id="Node000003" href="$dd/d47/namespacemath.html#abc46c784a297fc1d2eb8b33a327fba4c" title="surface area of a cube ( 6 * (l" alt="" coords="105,55,274,80"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="29,201,51,147,70,116,95,89,100,86,103,90,98,94,74,119,55,150,34,203"/>
|
||||
<area shape="rect" id="Node000004" href="$dd/d47/namespacemath.html#ac5803413618fcfb922cb32c6db0fc864" title="surface area of a cylinder (2 * pi * r * h + 2 * pi * r^2)" alt="" coords="97,104,282,130"/>
|
||||
<area shape="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="35,201,59,169,95,139,105,134,107,138,98,143,63,173,39,204"/>
|
||||
<area shape="rect" id="Node000005" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/manip/endl.html#" title=" " alt="" coords="154,153,225,179"/>
|
||||
<area shape="poly" id="edge4_Node000001_Node000005" title=" " alt="" coords="48,205,96,188,138,175,140,181,97,193,50,210"/>
|
||||
<area shape="rect" id="Node000006" href="$dd/d47/namespacemath.html#a5de184925e68658f15415dd53954df4f" title="area of a parallelogram (b * h)" alt="" coords="106,203,273,228"/>
|
||||
<area shape="poly" id="edge5_Node000001_Node000006" title=" " alt="" coords="49,213,91,213,91,218,49,218"/>
|
||||
<area shape="rect" id="Node000007" href="$dd/d47/namespacemath.html#ab31d141f7c5b551746b1eee0eb4dedca" title="area of a rectangle (l * w)" alt="" coords="133,252,246,278"/>
|
||||
<area shape="poly" id="edge6_Node000001_Node000007" title=" " alt="" coords="50,221,97,238,120,245,119,250,96,243,48,226"/>
|
||||
<area shape="rect" id="Node000008" href="$dd/d47/namespacemath.html#ab7f29862d30df351c317eedd60a0c656" title="surface area of a sphere ( 4 * pi * r^2)" alt="" coords="100,301,279,327"/>
|
||||
<area shape="poly" id="edge7_Node000001_Node000008" title=" " alt="" coords="39,227,63,258,98,288,107,293,105,297,95,292,59,262,35,230"/>
|
||||
<area shape="rect" id="Node000009" href="$dd/d47/namespacemath.html#a971ce57e368f2f631cf1f4ff3f864049" title="area of a square (l * l)" alt="" coords="125,351,254,376"/>
|
||||
<area shape="poly" id="edge8_Node000001_Node000009" title=" " alt="" coords="34,228,55,281,74,312,98,337,113,346,110,351,95,342,70,315,51,284,29,230"/>
|
||||
<area shape="rect" id="Node000010" href="$dd/d47/namespacemath.html#ab3b920cc56442abd92279ba23b50f4dc" title="area of a triangle (b * h / 2)" alt="" coords="123,400,256,426"/>
|
||||
<area shape="poly" id="edge9_Node000001_Node000010" title=" " alt="" coords="32,228,37,261,49,304,68,349,82,369,98,387,111,396,108,400,95,391,78,372,64,351,43,305,32,262,27,229"/>
|
||||
</map>
|
||||
|
||||
@@ -1 +1 @@
|
||||
53b5cf7a0da827939474f998a1934d8f
|
||||
7db520c7d584409e3680b4076c23e4fc
|
||||
@@ -6,151 +6,203 @@
|
||||
<!-- Title: test Pages: 1 -->
|
||||
<svg width="216pt" height="323pt"
|
||||
viewBox="0.00 0.00 215.50 323.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
|
||||
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" onload="init(evt)">
|
||||
<style type="text/css"><![CDATA[
|
||||
.node, .edge {opacity: 0.7;}
|
||||
.node.selected, .edge.selected {opacity: 1;}
|
||||
.edge:hover path { stroke: red; }
|
||||
.edge:hover polygon { stroke: red; fill: red; }
|
||||
]]></style>
|
||||
<script type="application/ecmascript" xlink:href="../../svg.min.js"/>
|
||||
<svg id="graph" class="graph">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 319.25)">
|
||||
<title>test</title>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="Self-test implementations.">
|
||||
<g id="a_Node000001"><a xlink:title="Self-test implementations.">
|
||||
<polygon fill="#999999" stroke="#666666" points="32.5,-167.25 0,-167.25 0,-148 32.5,-148 32.5,-167.25"/>
|
||||
<text text-anchor="middle" x="16.25" y="-153.75" font-family="Helvetica,sans-Serif" font-size="10.00">test</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="node2" class="node">
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_node2"><a xlink:href="../../dd/d47/namespacemath.html#a40e36c67da78d2131408c57ee091ad75" target="_top" xlink:title="area of a circle (pi">
|
||||
<g id="a_Node000002"><a xlink:href="../../dd/d47/namespacemath.html#a40e36c67da78d2131408c57ee091ad75" target="_top" xlink:title="area of a circle (pi">
|
||||
<polygon fill="white" stroke="#666666" points="183.5,-315.25 92.5,-315.25 92.5,-296 183.5,-296 183.5,-315.25"/>
|
||||
<text text-anchor="middle" x="138" y="-301.75" font-family="Helvetica,sans-Serif" font-size="10.00">math::circle_area</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1" class="edge">
|
||||
<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="M18.15,-167.47C20.92,-191.72 31.49,-254.76 68.5,-287.62 72.59,-291.26 77.33,-294.17 82.36,-296.5"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="80.73,-300.01 91.32,-300.32 83.24,-293.47 80.73,-300.01"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="node3" class="node">
|
||||
<g id="Node000003" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_node3"><a xlink:href="../../dd/d47/namespacemath.html#abc46c784a297fc1d2eb8b33a327fba4c" target="_top" xlink:title="surface area of a cube ( 6 * (l">
|
||||
<g id="a_Node000003"><a xlink:href="../../dd/d47/namespacemath.html#abc46c784a297fc1d2eb8b33a327fba4c" target="_top" xlink:title="surface area of a cube ( 6 * (l">
|
||||
<polygon fill="white" stroke="#666666" points="201.12,-278.25 74.88,-278.25 74.88,-259 201.12,-259 201.12,-278.25"/>
|
||||
<text text-anchor="middle" x="138" y="-264.75" font-family="Helvetica,sans-Serif" font-size="10.00">math::cube_surface_area</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node3 -->
|
||||
<g id="edge2" class="edge">
|
||||
<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="M19.85,-167.48C25.4,-186.57 40.29,-228.64 68.5,-250.62 69.77,-251.62 71.1,-252.55 72.46,-253.44"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="70.5,-256.9 80.97,-258.57 73.83,-250.74 70.5,-256.9"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node4 -->
|
||||
<g id="node4" class="node">
|
||||
<g id="Node000004" class="node">
|
||||
<title>Node4</title>
|
||||
<g id="a_node4"><a xlink:href="../../dd/d47/namespacemath.html#ac5803413618fcfb922cb32c6db0fc864" target="_top" xlink:title="surface area of a cylinder (2 * pi * r * h + 2 * pi * r^2)">
|
||||
<g id="a_Node000004"><a xlink:href="../../dd/d47/namespacemath.html#ac5803413618fcfb922cb32c6db0fc864" target="_top" xlink:title="surface area of a cylinder (2 * pi * r * h + 2 * pi * r^2)">
|
||||
<polygon fill="white" stroke="#666666" points="207.5,-241.25 68.5,-241.25 68.5,-222 207.5,-222 207.5,-241.25"/>
|
||||
<text text-anchor="middle" x="138" y="-227.75" font-family="Helvetica,sans-Serif" font-size="10.00">math::cylinder_surface_area</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node4 -->
|
||||
<g id="edge3" class="edge">
|
||||
<g id="edge3_Node000001_Node000004" class="edge">
|
||||
<title>Node1->Node4</title>
|
||||
<g id="a_edge3_Node000001_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M23.61,-167.53C32.25,-180.16 48.87,-201.77 68.5,-213.62 70.72,-214.97 73.04,-216.21 75.43,-217.36"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="73.97,-220.96 84.54,-221.59 76.67,-214.5 73.97,-220.96"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node5 -->
|
||||
<g id="node5" class="node">
|
||||
<g id="Node000005" class="node">
|
||||
<title>Node5</title>
|
||||
<g id="a_node5"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/endl.html#" xlink:title=" ">
|
||||
<g id="a_Node000005"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/endl.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="164.75,-204.25 111.25,-204.25 111.25,-185 164.75,-185 164.75,-204.25"/>
|
||||
<text text-anchor="middle" x="138" y="-190.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::endl</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node5 -->
|
||||
<g id="edge4" class="edge">
|
||||
<g id="edge4_Node000001_Node000005" class="edge">
|
||||
<title>Node1->Node5</title>
|
||||
<g id="a_edge4_Node000001_Node000005"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M32.81,-163.85C42.9,-167.77 56.37,-172.79 68.5,-176.62 78.77,-179.87 90.03,-183 100.4,-185.72"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="99.25,-189.29 109.81,-188.38 100.99,-182.51 99.25,-189.29"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node6 -->
|
||||
<g id="node6" class="node">
|
||||
<g id="Node000006" class="node">
|
||||
<title>Node6</title>
|
||||
<g id="a_node6"><a xlink:href="../../dd/d47/namespacemath.html#a5de184925e68658f15415dd53954df4f" target="_top" xlink:title="area of a parallelogram (b * h)">
|
||||
<g id="a_Node000006"><a xlink:href="../../dd/d47/namespacemath.html#a5de184925e68658f15415dd53954df4f" target="_top" xlink:title="area of a parallelogram (b * h)">
|
||||
<polygon fill="white" stroke="#666666" points="200.75,-167.25 75.25,-167.25 75.25,-148 200.75,-148 200.75,-167.25"/>
|
||||
<text text-anchor="middle" x="138" y="-153.75" font-family="Helvetica,sans-Serif" font-size="10.00">math::parallelogram_area</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node6 -->
|
||||
<g id="edge5" class="edge">
|
||||
<g id="edge5_Node000001_Node000006" class="edge">
|
||||
<title>Node1->Node6</title>
|
||||
<g id="a_edge5_Node000001_Node000006"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M32.91,-157.62C41.3,-157.62 52.32,-157.62 64.04,-157.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="63.95,-161.13 73.95,-157.62 63.95,-154.13 63.95,-161.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node7 -->
|
||||
<g id="node7" class="node">
|
||||
<g id="Node000007" class="node">
|
||||
<title>Node7</title>
|
||||
<g id="a_node7"><a xlink:href="../../dd/d47/namespacemath.html#ab31d141f7c5b551746b1eee0eb4dedca" target="_top" xlink:title="area of a rectangle (l * w)">
|
||||
<g id="a_Node000007"><a xlink:href="../../dd/d47/namespacemath.html#ab31d141f7c5b551746b1eee0eb4dedca" target="_top" xlink:title="area of a rectangle (l * w)">
|
||||
<polygon fill="white" stroke="#666666" points="180.12,-130.25 95.88,-130.25 95.88,-111 180.12,-111 180.12,-130.25"/>
|
||||
<text text-anchor="middle" x="138" y="-116.75" font-family="Helvetica,sans-Serif" font-size="10.00">math::rect_area</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node7 -->
|
||||
<g id="edge6" class="edge">
|
||||
<g id="edge6_Node000001_Node000007" class="edge">
|
||||
<title>Node1->Node7</title>
|
||||
<g id="a_edge6_Node000001_Node000007"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M32.81,-151.4C42.9,-147.48 56.37,-142.46 68.5,-138.62 74,-136.89 79.78,-135.18 85.55,-133.56"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="86.16,-136.75 94.88,-130.73 84.31,-130 86.16,-136.75"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node8 -->
|
||||
<g id="node8" class="node">
|
||||
<g id="Node000008" class="node">
|
||||
<title>Node8</title>
|
||||
<g id="a_node8"><a xlink:href="../../dd/d47/namespacemath.html#ab7f29862d30df351c317eedd60a0c656" target="_top" xlink:title="surface area of a sphere ( 4 * pi * r^2)">
|
||||
<g id="a_Node000008"><a xlink:href="../../dd/d47/namespacemath.html#ab7f29862d30df351c317eedd60a0c656" target="_top" xlink:title="surface area of a sphere ( 4 * pi * r^2)">
|
||||
<polygon fill="white" stroke="#666666" points="205.25,-93.25 70.75,-93.25 70.75,-74 205.25,-74 205.25,-93.25"/>
|
||||
<text text-anchor="middle" x="138" y="-79.75" font-family="Helvetica,sans-Serif" font-size="10.00">math::sphere_surface_area</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node8 -->
|
||||
<g id="edge7" class="edge">
|
||||
<g id="edge7_Node000001_Node000008" class="edge">
|
||||
<title>Node1->Node8</title>
|
||||
<g id="a_edge7_Node000001_Node000008"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M23.61,-147.72C32.25,-135.09 48.87,-113.48 68.5,-101.62 70.72,-100.28 73.04,-99.04 75.43,-97.89"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="76.67,-100.75 84.54,-93.66 73.97,-94.29 76.67,-100.75"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node9 -->
|
||||
<g id="node9" class="node">
|
||||
<g id="Node000009" class="node">
|
||||
<title>Node9</title>
|
||||
<g id="a_node9"><a xlink:href="../../dd/d47/namespacemath.html#a971ce57e368f2f631cf1f4ff3f864049" target="_top" xlink:title="area of a square (l * l)">
|
||||
<g id="a_Node000009"><a xlink:href="../../dd/d47/namespacemath.html#a971ce57e368f2f631cf1f4ff3f864049" target="_top" xlink:title="area of a square (l * l)">
|
||||
<polygon fill="white" stroke="#666666" points="186.5,-56.25 89.5,-56.25 89.5,-37 186.5,-37 186.5,-56.25"/>
|
||||
<text text-anchor="middle" x="138" y="-42.75" font-family="Helvetica,sans-Serif" font-size="10.00">math::square_area</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node9 -->
|
||||
<g id="edge8" class="edge">
|
||||
<g id="edge8_Node000001_Node000009" class="edge">
|
||||
<title>Node1->Node9</title>
|
||||
<g id="a_edge8_Node000001_Node000009"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M19.85,-147.77C25.4,-128.68 40.29,-86.61 68.5,-64.62 71.84,-62.02 75.52,-59.79 79.4,-57.88"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="80.42,-60.83 88.32,-53.77 77.74,-54.37 80.42,-60.83"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node10 -->
|
||||
<g id="node10" class="node">
|
||||
<g id="Node000010" class="node">
|
||||
<title>Node10</title>
|
||||
<g id="a_node10"><a xlink:href="../../dd/d47/namespacemath.html#ab3b920cc56442abd92279ba23b50f4dc" target="_top" xlink:title="area of a triangle (b * h / 2)">
|
||||
<g id="a_Node000010"><a xlink:href="../../dd/d47/namespacemath.html#ab3b920cc56442abd92279ba23b50f4dc" target="_top" xlink:title="area of a triangle (b * h / 2)">
|
||||
<polygon fill="white" stroke="#666666" points="187.62,-19.25 88.38,-19.25 88.38,0 187.62,0 187.62,-19.25"/>
|
||||
<text text-anchor="middle" x="138" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">math::triangle_area</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node10 -->
|
||||
<g id="edge9" class="edge">
|
||||
<g id="edge9_Node000001_Node000010" class="edge">
|
||||
<title>Node1->Node10</title>
|
||||
<g id="a_edge9_Node000001_Node000010"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M18.15,-147.78C20.92,-123.53 31.49,-60.49 68.5,-27.62 71.48,-24.98 74.8,-22.71 78.33,-20.78"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="79.4,-23.68 87.08,-16.38 76.52,-17.3 79.4,-23.68"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
</svg>
|
||||
|
||||
<style type='text/css'>
|
||||
<![CDATA[
|
||||
[data-mouse-over-selected='false'] { opacity: 0.7; }
|
||||
[data-mouse-over-selected='true'] { opacity: 1.0; }
|
||||
]]>
|
||||
</style>
|
||||
<script type="application/ecmascript"><![CDATA[
|
||||
document.addEventListener('DOMContentLoaded', (event) => {
|
||||
highlightEdges();
|
||||
highlightAdjacentNodes();
|
||||
});
|
||||
]]></script>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 8.0 KiB After Width: | Height: | Size: 9.6 KiB |
@@ -0,0 +1,183 @@
|
||||
<?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.0.5 (20230430.1635)
|
||||
-->
|
||||
<!-- Title: test Pages: 1 -->
|
||||
<svg width="216pt" height="323pt"
|
||||
viewBox="0.00 0.00 215.50 323.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 319.25)">
|
||||
<title>test</title>
|
||||
<!-- Node1 -->
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_Node000001"><a xlink:title="Self-test implementations.">
|
||||
<polygon fill="#999999" stroke="#666666" points="32.5,-167.25 0,-167.25 0,-148 32.5,-148 32.5,-167.25"/>
|
||||
<text text-anchor="middle" x="16.25" y="-153.75" font-family="Helvetica,sans-Serif" font-size="10.00">test</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_Node000002"><a xlink:href="../../dd/d47/namespacemath.html#a40e36c67da78d2131408c57ee091ad75" target="_top" xlink:title="area of a circle (pi">
|
||||
<polygon fill="white" stroke="#666666" points="183.5,-315.25 92.5,-315.25 92.5,-296 183.5,-296 183.5,-315.25"/>
|
||||
<text text-anchor="middle" x="138" y="-301.75" font-family="Helvetica,sans-Serif" font-size="10.00">math::circle_area</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<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="M18.15,-167.47C20.92,-191.72 31.49,-254.76 68.5,-287.62 72.59,-291.26 77.33,-294.17 82.36,-296.5"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="80.73,-300.01 91.32,-300.32 83.24,-293.47 80.73,-300.01"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="Node000003" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_Node000003"><a xlink:href="../../dd/d47/namespacemath.html#abc46c784a297fc1d2eb8b33a327fba4c" target="_top" xlink:title="surface area of a cube ( 6 * (l">
|
||||
<polygon fill="white" stroke="#666666" points="201.12,-278.25 74.88,-278.25 74.88,-259 201.12,-259 201.12,-278.25"/>
|
||||
<text text-anchor="middle" x="138" y="-264.75" font-family="Helvetica,sans-Serif" font-size="10.00">math::cube_surface_area</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node3 -->
|
||||
<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="M19.85,-167.48C25.4,-186.57 40.29,-228.64 68.5,-250.62 69.77,-251.62 71.1,-252.55 72.46,-253.44"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="70.5,-256.9 80.97,-258.57 73.83,-250.74 70.5,-256.9"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node4 -->
|
||||
<g id="Node000004" class="node">
|
||||
<title>Node4</title>
|
||||
<g id="a_Node000004"><a xlink:href="../../dd/d47/namespacemath.html#ac5803413618fcfb922cb32c6db0fc864" target="_top" xlink:title="surface area of a cylinder (2 * pi * r * h + 2 * pi * r^2)">
|
||||
<polygon fill="white" stroke="#666666" points="207.5,-241.25 68.5,-241.25 68.5,-222 207.5,-222 207.5,-241.25"/>
|
||||
<text text-anchor="middle" x="138" y="-227.75" font-family="Helvetica,sans-Serif" font-size="10.00">math::cylinder_surface_area</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node4 -->
|
||||
<g id="edge3_Node000001_Node000004" class="edge">
|
||||
<title>Node1->Node4</title>
|
||||
<g id="a_edge3_Node000001_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M23.61,-167.53C32.25,-180.16 48.87,-201.77 68.5,-213.62 70.72,-214.97 73.04,-216.21 75.43,-217.36"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="73.97,-220.96 84.54,-221.59 76.67,-214.5 73.97,-220.96"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node5 -->
|
||||
<g id="Node000005" class="node">
|
||||
<title>Node5</title>
|
||||
<g id="a_Node000005"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/endl.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="164.75,-204.25 111.25,-204.25 111.25,-185 164.75,-185 164.75,-204.25"/>
|
||||
<text text-anchor="middle" x="138" y="-190.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::endl</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node5 -->
|
||||
<g id="edge4_Node000001_Node000005" class="edge">
|
||||
<title>Node1->Node5</title>
|
||||
<g id="a_edge4_Node000001_Node000005"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M32.81,-163.85C42.9,-167.77 56.37,-172.79 68.5,-176.62 78.77,-179.87 90.03,-183 100.4,-185.72"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="99.25,-189.29 109.81,-188.38 100.99,-182.51 99.25,-189.29"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node6 -->
|
||||
<g id="Node000006" class="node">
|
||||
<title>Node6</title>
|
||||
<g id="a_Node000006"><a xlink:href="../../dd/d47/namespacemath.html#a5de184925e68658f15415dd53954df4f" target="_top" xlink:title="area of a parallelogram (b * h)">
|
||||
<polygon fill="white" stroke="#666666" points="200.75,-167.25 75.25,-167.25 75.25,-148 200.75,-148 200.75,-167.25"/>
|
||||
<text text-anchor="middle" x="138" y="-153.75" font-family="Helvetica,sans-Serif" font-size="10.00">math::parallelogram_area</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node6 -->
|
||||
<g id="edge5_Node000001_Node000006" class="edge">
|
||||
<title>Node1->Node6</title>
|
||||
<g id="a_edge5_Node000001_Node000006"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M32.91,-157.62C41.3,-157.62 52.32,-157.62 64.04,-157.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="63.95,-161.13 73.95,-157.62 63.95,-154.13 63.95,-161.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node7 -->
|
||||
<g id="Node000007" class="node">
|
||||
<title>Node7</title>
|
||||
<g id="a_Node000007"><a xlink:href="../../dd/d47/namespacemath.html#ab31d141f7c5b551746b1eee0eb4dedca" target="_top" xlink:title="area of a rectangle (l * w)">
|
||||
<polygon fill="white" stroke="#666666" points="180.12,-130.25 95.88,-130.25 95.88,-111 180.12,-111 180.12,-130.25"/>
|
||||
<text text-anchor="middle" x="138" y="-116.75" font-family="Helvetica,sans-Serif" font-size="10.00">math::rect_area</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node7 -->
|
||||
<g id="edge6_Node000001_Node000007" class="edge">
|
||||
<title>Node1->Node7</title>
|
||||
<g id="a_edge6_Node000001_Node000007"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M32.81,-151.4C42.9,-147.48 56.37,-142.46 68.5,-138.62 74,-136.89 79.78,-135.18 85.55,-133.56"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="86.16,-136.75 94.88,-130.73 84.31,-130 86.16,-136.75"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node8 -->
|
||||
<g id="Node000008" class="node">
|
||||
<title>Node8</title>
|
||||
<g id="a_Node000008"><a xlink:href="../../dd/d47/namespacemath.html#ab7f29862d30df351c317eedd60a0c656" target="_top" xlink:title="surface area of a sphere ( 4 * pi * r^2)">
|
||||
<polygon fill="white" stroke="#666666" points="205.25,-93.25 70.75,-93.25 70.75,-74 205.25,-74 205.25,-93.25"/>
|
||||
<text text-anchor="middle" x="138" y="-79.75" font-family="Helvetica,sans-Serif" font-size="10.00">math::sphere_surface_area</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node8 -->
|
||||
<g id="edge7_Node000001_Node000008" class="edge">
|
||||
<title>Node1->Node8</title>
|
||||
<g id="a_edge7_Node000001_Node000008"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M23.61,-147.72C32.25,-135.09 48.87,-113.48 68.5,-101.62 70.72,-100.28 73.04,-99.04 75.43,-97.89"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="76.67,-100.75 84.54,-93.66 73.97,-94.29 76.67,-100.75"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node9 -->
|
||||
<g id="Node000009" class="node">
|
||||
<title>Node9</title>
|
||||
<g id="a_Node000009"><a xlink:href="../../dd/d47/namespacemath.html#a971ce57e368f2f631cf1f4ff3f864049" target="_top" xlink:title="area of a square (l * l)">
|
||||
<polygon fill="white" stroke="#666666" points="186.5,-56.25 89.5,-56.25 89.5,-37 186.5,-37 186.5,-56.25"/>
|
||||
<text text-anchor="middle" x="138" y="-42.75" font-family="Helvetica,sans-Serif" font-size="10.00">math::square_area</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node9 -->
|
||||
<g id="edge8_Node000001_Node000009" class="edge">
|
||||
<title>Node1->Node9</title>
|
||||
<g id="a_edge8_Node000001_Node000009"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M19.85,-147.77C25.4,-128.68 40.29,-86.61 68.5,-64.62 71.84,-62.02 75.52,-59.79 79.4,-57.88"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="80.42,-60.83 88.32,-53.77 77.74,-54.37 80.42,-60.83"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node10 -->
|
||||
<g id="Node000010" class="node">
|
||||
<title>Node10</title>
|
||||
<g id="a_Node000010"><a xlink:href="../../dd/d47/namespacemath.html#ab3b920cc56442abd92279ba23b50f4dc" target="_top" xlink:title="area of a triangle (b * h / 2)">
|
||||
<polygon fill="white" stroke="#666666" points="187.62,-19.25 88.38,-19.25 88.38,0 187.62,0 187.62,-19.25"/>
|
||||
<text text-anchor="middle" x="138" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">math::triangle_area</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node10 -->
|
||||
<g id="edge9_Node000001_Node000010" class="edge">
|
||||
<title>Node1->Node10</title>
|
||||
<g id="a_edge9_Node000001_Node000010"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M18.15,-147.78C20.92,-123.53 31.49,-60.49 68.5,-27.62 71.48,-24.98 74.8,-22.71 78.33,-20.78"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="79.4,-23.68 87.08,-16.38 76.52,-17.3 79.4,-23.68"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 8.9 KiB |
@@ -1,13 +1,23 @@
|
||||
<map id="main" name="main">
|
||||
<area shape="rect" id="node1" title="Main function." alt="" coords="5,203,55,228"/>
|
||||
<area shape="rect" id="node2" href="$dc/d82/area_8cpp.html#aa8dca7b867074164d5f45b0f3851269d" title="Self-test implementations." alt="" coords="103,203,146,228"/>
|
||||
<area shape="rect" id="node3" href="$dd/d47/namespacemath.html#a40e36c67da78d2131408c57ee091ad75" title="area of a circle (pi" alt="" coords="226,5,347,31"/>
|
||||
<area shape="rect" id="node4" href="$dd/d47/namespacemath.html#abc46c784a297fc1d2eb8b33a327fba4c" title="surface area of a cube ( 6 * (l" alt="" coords="203,55,371,80"/>
|
||||
<area shape="rect" id="node5" href="$dd/d47/namespacemath.html#ac5803413618fcfb922cb32c6db0fc864" title="surface area of a cylinder (2 * pi * r * h + 2 * pi * r^2)" alt="" coords="194,104,379,130"/>
|
||||
<area shape="rect" id="node6" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/manip/endl.html#" title=" " alt="" coords="251,153,322,179"/>
|
||||
<area shape="rect" id="node7" href="$dd/d47/namespacemath.html#a5de184925e68658f15415dd53954df4f" title="area of a parallelogram (b * h)" alt="" coords="203,203,370,228"/>
|
||||
<area shape="rect" id="node8" href="$dd/d47/namespacemath.html#ab31d141f7c5b551746b1eee0eb4dedca" title="area of a rectangle (l * w)" alt="" coords="231,252,343,278"/>
|
||||
<area shape="rect" id="node9" href="$dd/d47/namespacemath.html#ab7f29862d30df351c317eedd60a0c656" title="surface area of a sphere ( 4 * pi * r^2)" alt="" coords="197,301,376,327"/>
|
||||
<area shape="rect" id="node10" href="$dd/d47/namespacemath.html#a971ce57e368f2f631cf1f4ff3f864049" title="area of a square (l * l)" alt="" coords="222,351,351,376"/>
|
||||
<area shape="rect" id="node11" href="$dd/d47/namespacemath.html#ab3b920cc56442abd92279ba23b50f4dc" title="area of a triangle (b * h / 2)" alt="" coords="221,400,353,426"/>
|
||||
<area shape="rect" id="Node000001" title="Main function." alt="" coords="5,203,55,228"/>
|
||||
<area shape="rect" id="Node000002" href="$dc/d82/area_8cpp.html#aa8dca7b867074164d5f45b0f3851269d" title="Self-test implementations." alt="" coords="103,203,146,228"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="55,213,88,213,88,218,55,218"/>
|
||||
<area shape="rect" id="Node000003" href="$dd/d47/namespacemath.html#a40e36c67da78d2131408c57ee091ad75" title="area of a circle (pi" alt="" coords="226,5,347,31"/>
|
||||
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="124,202,129,169,141,126,161,80,175,59,192,40,211,28,214,33,196,44,179,62,166,82,146,127,135,170,130,203"/>
|
||||
<area shape="rect" id="Node000004" href="$dd/d47/namespacemath.html#abc46c784a297fc1d2eb8b33a327fba4c" title="surface area of a cube ( 6 * (l" alt="" coords="203,55,371,80"/>
|
||||
<area shape="poly" id="edge3_Node000002_Node000004" title=" " alt="" coords="127,201,148,147,167,116,192,89,198,86,201,90,196,94,171,119,153,150,132,203"/>
|
||||
<area shape="rect" id="Node000005" href="$dd/d47/namespacemath.html#ac5803413618fcfb922cb32c6db0fc864" title="surface area of a cylinder (2 * pi * r * h + 2 * pi * r^2)" alt="" coords="194,104,379,130"/>
|
||||
<area shape="poly" id="edge4_Node000002_Node000005" title=" " alt="" coords="132,201,157,169,192,139,202,134,205,138,196,143,161,173,136,204"/>
|
||||
<area shape="rect" id="Node000006" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/manip/endl.html#" title=" " alt="" coords="251,153,322,179"/>
|
||||
<area shape="poly" id="edge5_Node000002_Node000006" title=" " alt="" coords="146,205,193,188,236,175,237,181,195,193,147,210"/>
|
||||
<area shape="rect" id="Node000007" href="$dd/d47/namespacemath.html#a5de184925e68658f15415dd53954df4f" title="area of a parallelogram (b * h)" alt="" coords="203,203,370,228"/>
|
||||
<area shape="poly" id="edge6_Node000002_Node000007" title=" " alt="" coords="147,213,188,213,188,218,147,218"/>
|
||||
<area shape="rect" id="Node000008" href="$dd/d47/namespacemath.html#ab31d141f7c5b551746b1eee0eb4dedca" title="area of a rectangle (l * w)" alt="" coords="231,252,343,278"/>
|
||||
<area shape="poly" id="edge7_Node000002_Node000008" title=" " alt="" coords="147,221,195,238,217,245,216,250,193,243,146,226"/>
|
||||
<area shape="rect" id="Node000009" href="$dd/d47/namespacemath.html#ab7f29862d30df351c317eedd60a0c656" title="surface area of a sphere ( 4 * pi * r^2)" alt="" coords="197,301,376,327"/>
|
||||
<area shape="poly" id="edge8_Node000002_Node000009" title=" " alt="" coords="136,227,161,258,196,288,205,293,202,297,192,292,157,262,132,230"/>
|
||||
<area shape="rect" id="Node000010" href="$dd/d47/namespacemath.html#a971ce57e368f2f631cf1f4ff3f864049" title="area of a square (l * l)" alt="" coords="222,351,351,376"/>
|
||||
<area shape="poly" id="edge9_Node000002_Node000010" title=" " alt="" coords="132,228,153,281,171,312,196,337,210,346,207,351,192,342,167,315,148,284,127,230"/>
|
||||
<area shape="rect" id="Node000011" href="$dd/d47/namespacemath.html#ab3b920cc56442abd92279ba23b50f4dc" title="area of a triangle (b * h / 2)" alt="" coords="221,400,353,426"/>
|
||||
<area shape="poly" id="edge10_Node000002_Node000011" title=" " alt="" coords="130,228,135,261,146,304,166,349,179,369,196,387,209,396,206,400,192,391,175,372,161,351,141,305,129,262,124,229"/>
|
||||
</map>
|
||||
|
||||
@@ -1 +1 @@
|
||||
d29203c204e331fe1a61315cd47b1bed
|
||||
64901fd3e1fa2b53fb1deecb34c18518
|
||||
@@ -6,166 +6,221 @@
|
||||
<!-- Title: main Pages: 1 -->
|
||||
<svg width="289pt" height="323pt"
|
||||
viewBox="0.00 0.00 288.50 323.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
|
||||
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" onload="init(evt)">
|
||||
<style type="text/css"><![CDATA[
|
||||
.node, .edge {opacity: 0.7;}
|
||||
.node.selected, .edge.selected {opacity: 1;}
|
||||
.edge:hover path { stroke: red; }
|
||||
.edge:hover polygon { stroke: red; fill: red; }
|
||||
]]></style>
|
||||
<script type="application/ecmascript" xlink:href="../../svg.min.js"/>
|
||||
<svg id="graph" class="graph">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 319.25)">
|
||||
<title>main</title>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="Main function.">
|
||||
<g id="a_Node000001"><a xlink:title="Main function.">
|
||||
<polygon fill="#999999" stroke="#666666" points="37,-167.25 0,-167.25 0,-148 37,-148 37,-167.25"/>
|
||||
<text text-anchor="middle" x="18.5" y="-153.75" font-family="Helvetica,sans-Serif" font-size="10.00">main</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="node2" class="node">
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_node2"><a xlink:href="../../dc/d82/area_8cpp.html#aa8dca7b867074164d5f45b0f3851269d" target="_top" xlink:title="Self-test implementations.">
|
||||
<g id="a_Node000002"><a xlink:href="../../dc/d82/area_8cpp.html#aa8dca7b867074164d5f45b0f3851269d" target="_top" xlink:title="Self-test implementations.">
|
||||
<polygon fill="white" stroke="#666666" points="105.5,-167.25 73,-167.25 73,-148 105.5,-148 105.5,-167.25"/>
|
||||
<text text-anchor="middle" x="89.25" y="-153.75" font-family="Helvetica,sans-Serif" font-size="10.00">test</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1" class="edge">
|
||||
<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="M37.2,-157.62C44.67,-157.62 53.52,-157.62 61.73,-157.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.71,-161.13 71.71,-157.62 61.71,-154.13 61.71,-161.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="node3" class="node">
|
||||
<g id="Node000003" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_node3"><a xlink:href="../../dd/d47/namespacemath.html#a40e36c67da78d2131408c57ee091ad75" target="_top" xlink:title="area of a circle (pi">
|
||||
<g id="a_Node000003"><a xlink:href="../../dd/d47/namespacemath.html#a40e36c67da78d2131408c57ee091ad75" target="_top" xlink:title="area of a circle (pi">
|
||||
<polygon fill="white" stroke="#666666" points="256.5,-315.25 165.5,-315.25 165.5,-296 256.5,-296 256.5,-315.25"/>
|
||||
<text text-anchor="middle" x="211" y="-301.75" font-family="Helvetica,sans-Serif" font-size="10.00">math::circle_area</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2->Node3 -->
|
||||
<g id="edge2" class="edge">
|
||||
<g id="edge2_Node000002_Node000003" class="edge">
|
||||
<title>Node2->Node3</title>
|
||||
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M91.15,-167.47C93.92,-191.72 104.49,-254.76 141.5,-287.62 145.59,-291.26 150.33,-294.17 155.36,-296.5"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="153.73,-300.01 164.32,-300.32 156.24,-293.47 153.73,-300.01"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node4 -->
|
||||
<g id="node4" class="node">
|
||||
<g id="Node000004" class="node">
|
||||
<title>Node4</title>
|
||||
<g id="a_node4"><a xlink:href="../../dd/d47/namespacemath.html#abc46c784a297fc1d2eb8b33a327fba4c" target="_top" xlink:title="surface area of a cube ( 6 * (l">
|
||||
<g id="a_Node000004"><a xlink:href="../../dd/d47/namespacemath.html#abc46c784a297fc1d2eb8b33a327fba4c" target="_top" xlink:title="surface area of a cube ( 6 * (l">
|
||||
<polygon fill="white" stroke="#666666" points="274.12,-278.25 147.88,-278.25 147.88,-259 274.12,-259 274.12,-278.25"/>
|
||||
<text text-anchor="middle" x="211" y="-264.75" font-family="Helvetica,sans-Serif" font-size="10.00">math::cube_surface_area</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2->Node4 -->
|
||||
<g id="edge3" class="edge">
|
||||
<g id="edge3_Node000002_Node000004" class="edge">
|
||||
<title>Node2->Node4</title>
|
||||
<g id="a_edge3_Node000002_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M92.85,-167.48C98.4,-186.57 113.29,-228.64 141.5,-250.62 142.77,-251.62 144.1,-252.55 145.46,-253.44"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="143.5,-256.9 153.97,-258.57 146.83,-250.74 143.5,-256.9"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node5 -->
|
||||
<g id="node5" class="node">
|
||||
<g id="Node000005" class="node">
|
||||
<title>Node5</title>
|
||||
<g id="a_node5"><a xlink:href="../../dd/d47/namespacemath.html#ac5803413618fcfb922cb32c6db0fc864" target="_top" xlink:title="surface area of a cylinder (2 * pi * r * h + 2 * pi * r^2)">
|
||||
<g id="a_Node000005"><a xlink:href="../../dd/d47/namespacemath.html#ac5803413618fcfb922cb32c6db0fc864" target="_top" xlink:title="surface area of a cylinder (2 * pi * r * h + 2 * pi * r^2)">
|
||||
<polygon fill="white" stroke="#666666" points="280.5,-241.25 141.5,-241.25 141.5,-222 280.5,-222 280.5,-241.25"/>
|
||||
<text text-anchor="middle" x="211" y="-227.75" font-family="Helvetica,sans-Serif" font-size="10.00">math::cylinder_surface_area</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2->Node5 -->
|
||||
<g id="edge4" class="edge">
|
||||
<g id="edge4_Node000002_Node000005" class="edge">
|
||||
<title>Node2->Node5</title>
|
||||
<g id="a_edge4_Node000002_Node000005"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M96.61,-167.53C105.25,-180.16 121.87,-201.77 141.5,-213.62 143.72,-214.97 146.04,-216.21 148.43,-217.36"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="146.97,-220.96 157.54,-221.59 149.67,-214.5 146.97,-220.96"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node6 -->
|
||||
<g id="node6" class="node">
|
||||
<g id="Node000006" class="node">
|
||||
<title>Node6</title>
|
||||
<g id="a_node6"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/endl.html#" xlink:title=" ">
|
||||
<g id="a_Node000006"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/endl.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="237.75,-204.25 184.25,-204.25 184.25,-185 237.75,-185 237.75,-204.25"/>
|
||||
<text text-anchor="middle" x="211" y="-190.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::endl</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2->Node6 -->
|
||||
<g id="edge5" class="edge">
|
||||
<g id="edge5_Node000002_Node000006" class="edge">
|
||||
<title>Node2->Node6</title>
|
||||
<g id="a_edge5_Node000002_Node000006"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M105.81,-163.85C115.9,-167.77 129.37,-172.79 141.5,-176.62 151.77,-179.87 163.03,-183 173.4,-185.72"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="172.25,-189.29 182.81,-188.38 173.99,-182.51 172.25,-189.29"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node7 -->
|
||||
<g id="node7" class="node">
|
||||
<g id="Node000007" class="node">
|
||||
<title>Node7</title>
|
||||
<g id="a_node7"><a xlink:href="../../dd/d47/namespacemath.html#a5de184925e68658f15415dd53954df4f" target="_top" xlink:title="area of a parallelogram (b * h)">
|
||||
<g id="a_Node000007"><a xlink:href="../../dd/d47/namespacemath.html#a5de184925e68658f15415dd53954df4f" target="_top" xlink:title="area of a parallelogram (b * h)">
|
||||
<polygon fill="white" stroke="#666666" points="273.75,-167.25 148.25,-167.25 148.25,-148 273.75,-148 273.75,-167.25"/>
|
||||
<text text-anchor="middle" x="211" y="-153.75" font-family="Helvetica,sans-Serif" font-size="10.00">math::parallelogram_area</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2->Node7 -->
|
||||
<g id="edge6" class="edge">
|
||||
<g id="edge6_Node000002_Node000007" class="edge">
|
||||
<title>Node2->Node7</title>
|
||||
<g id="a_edge6_Node000002_Node000007"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M105.91,-157.62C114.3,-157.62 125.32,-157.62 137.04,-157.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="136.95,-161.13 146.95,-157.62 136.95,-154.13 136.95,-161.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node8 -->
|
||||
<g id="node8" class="node">
|
||||
<g id="Node000008" class="node">
|
||||
<title>Node8</title>
|
||||
<g id="a_node8"><a xlink:href="../../dd/d47/namespacemath.html#ab31d141f7c5b551746b1eee0eb4dedca" target="_top" xlink:title="area of a rectangle (l * w)">
|
||||
<g id="a_Node000008"><a xlink:href="../../dd/d47/namespacemath.html#ab31d141f7c5b551746b1eee0eb4dedca" target="_top" xlink:title="area of a rectangle (l * w)">
|
||||
<polygon fill="white" stroke="#666666" points="253.12,-130.25 168.88,-130.25 168.88,-111 253.12,-111 253.12,-130.25"/>
|
||||
<text text-anchor="middle" x="211" y="-116.75" font-family="Helvetica,sans-Serif" font-size="10.00">math::rect_area</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2->Node8 -->
|
||||
<g id="edge7" class="edge">
|
||||
<g id="edge7_Node000002_Node000008" class="edge">
|
||||
<title>Node2->Node8</title>
|
||||
<g id="a_edge7_Node000002_Node000008"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M105.81,-151.4C115.9,-147.48 129.37,-142.46 141.5,-138.62 147,-136.89 152.78,-135.18 158.55,-133.56"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="159.16,-136.75 167.88,-130.73 157.31,-130 159.16,-136.75"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node9 -->
|
||||
<g id="node9" class="node">
|
||||
<g id="Node000009" class="node">
|
||||
<title>Node9</title>
|
||||
<g id="a_node9"><a xlink:href="../../dd/d47/namespacemath.html#ab7f29862d30df351c317eedd60a0c656" target="_top" xlink:title="surface area of a sphere ( 4 * pi * r^2)">
|
||||
<g id="a_Node000009"><a xlink:href="../../dd/d47/namespacemath.html#ab7f29862d30df351c317eedd60a0c656" target="_top" xlink:title="surface area of a sphere ( 4 * pi * r^2)">
|
||||
<polygon fill="white" stroke="#666666" points="278.25,-93.25 143.75,-93.25 143.75,-74 278.25,-74 278.25,-93.25"/>
|
||||
<text text-anchor="middle" x="211" y="-79.75" font-family="Helvetica,sans-Serif" font-size="10.00">math::sphere_surface_area</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2->Node9 -->
|
||||
<g id="edge8" class="edge">
|
||||
<g id="edge8_Node000002_Node000009" class="edge">
|
||||
<title>Node2->Node9</title>
|
||||
<g id="a_edge8_Node000002_Node000009"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M96.61,-147.72C105.25,-135.09 121.87,-113.48 141.5,-101.62 143.72,-100.28 146.04,-99.04 148.43,-97.89"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="149.67,-100.75 157.54,-93.66 146.97,-94.29 149.67,-100.75"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node10 -->
|
||||
<g id="node10" class="node">
|
||||
<g id="Node000010" class="node">
|
||||
<title>Node10</title>
|
||||
<g id="a_node10"><a xlink:href="../../dd/d47/namespacemath.html#a971ce57e368f2f631cf1f4ff3f864049" target="_top" xlink:title="area of a square (l * l)">
|
||||
<g id="a_Node000010"><a xlink:href="../../dd/d47/namespacemath.html#a971ce57e368f2f631cf1f4ff3f864049" target="_top" xlink:title="area of a square (l * l)">
|
||||
<polygon fill="white" stroke="#666666" points="259.5,-56.25 162.5,-56.25 162.5,-37 259.5,-37 259.5,-56.25"/>
|
||||
<text text-anchor="middle" x="211" y="-42.75" font-family="Helvetica,sans-Serif" font-size="10.00">math::square_area</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2->Node10 -->
|
||||
<g id="edge9" class="edge">
|
||||
<g id="edge9_Node000002_Node000010" class="edge">
|
||||
<title>Node2->Node10</title>
|
||||
<g id="a_edge9_Node000002_Node000010"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M92.85,-147.77C98.4,-128.68 113.29,-86.61 141.5,-64.62 144.84,-62.02 148.52,-59.79 152.4,-57.88"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="153.42,-60.83 161.32,-53.77 150.74,-54.37 153.42,-60.83"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node11 -->
|
||||
<g id="node11" class="node">
|
||||
<g id="Node000011" class="node">
|
||||
<title>Node11</title>
|
||||
<g id="a_node11"><a xlink:href="../../dd/d47/namespacemath.html#ab3b920cc56442abd92279ba23b50f4dc" target="_top" xlink:title="area of a triangle (b * h / 2)">
|
||||
<g id="a_Node000011"><a xlink:href="../../dd/d47/namespacemath.html#ab3b920cc56442abd92279ba23b50f4dc" target="_top" xlink:title="area of a triangle (b * h / 2)">
|
||||
<polygon fill="white" stroke="#666666" points="260.62,-19.25 161.38,-19.25 161.38,0 260.62,0 260.62,-19.25"/>
|
||||
<text text-anchor="middle" x="211" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">math::triangle_area</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2->Node11 -->
|
||||
<g id="edge10" class="edge">
|
||||
<g id="edge10_Node000002_Node000011" class="edge">
|
||||
<title>Node2->Node11</title>
|
||||
<g id="a_edge10_Node000002_Node000011"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M91.15,-147.78C93.92,-123.53 104.49,-60.49 141.5,-27.62 144.48,-24.98 147.8,-22.71 151.33,-20.78"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="152.4,-23.68 160.08,-16.38 149.52,-17.3 152.4,-23.68"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
</svg>
|
||||
|
||||
<style type='text/css'>
|
||||
<![CDATA[
|
||||
[data-mouse-over-selected='false'] { opacity: 0.7; }
|
||||
[data-mouse-over-selected='true'] { opacity: 1.0; }
|
||||
]]>
|
||||
</style>
|
||||
<script type="application/ecmascript"><![CDATA[
|
||||
document.addEventListener('DOMContentLoaded', (event) => {
|
||||
highlightEdges();
|
||||
highlightAdjacentNodes();
|
||||
});
|
||||
]]></script>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 8.8 KiB After Width: | Height: | Size: 11 KiB |
@@ -0,0 +1,201 @@
|
||||
<?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.0.5 (20230430.1635)
|
||||
-->
|
||||
<!-- Title: main Pages: 1 -->
|
||||
<svg width="289pt" height="323pt"
|
||||
viewBox="0.00 0.00 288.50 323.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 319.25)">
|
||||
<title>main</title>
|
||||
<!-- Node1 -->
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_Node000001"><a xlink:title="Main function.">
|
||||
<polygon fill="#999999" stroke="#666666" points="37,-167.25 0,-167.25 0,-148 37,-148 37,-167.25"/>
|
||||
<text text-anchor="middle" x="18.5" y="-153.75" font-family="Helvetica,sans-Serif" font-size="10.00">main</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_Node000002"><a xlink:href="../../dc/d82/area_8cpp.html#aa8dca7b867074164d5f45b0f3851269d" target="_top" xlink:title="Self-test implementations.">
|
||||
<polygon fill="white" stroke="#666666" points="105.5,-167.25 73,-167.25 73,-148 105.5,-148 105.5,-167.25"/>
|
||||
<text text-anchor="middle" x="89.25" y="-153.75" font-family="Helvetica,sans-Serif" font-size="10.00">test</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<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="M37.2,-157.62C44.67,-157.62 53.52,-157.62 61.73,-157.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.71,-161.13 71.71,-157.62 61.71,-154.13 61.71,-161.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="Node000003" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_Node000003"><a xlink:href="../../dd/d47/namespacemath.html#a40e36c67da78d2131408c57ee091ad75" target="_top" xlink:title="area of a circle (pi">
|
||||
<polygon fill="white" stroke="#666666" points="256.5,-315.25 165.5,-315.25 165.5,-296 256.5,-296 256.5,-315.25"/>
|
||||
<text text-anchor="middle" x="211" y="-301.75" font-family="Helvetica,sans-Serif" font-size="10.00">math::circle_area</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2->Node3 -->
|
||||
<g id="edge2_Node000002_Node000003" class="edge">
|
||||
<title>Node2->Node3</title>
|
||||
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M91.15,-167.47C93.92,-191.72 104.49,-254.76 141.5,-287.62 145.59,-291.26 150.33,-294.17 155.36,-296.5"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="153.73,-300.01 164.32,-300.32 156.24,-293.47 153.73,-300.01"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node4 -->
|
||||
<g id="Node000004" class="node">
|
||||
<title>Node4</title>
|
||||
<g id="a_Node000004"><a xlink:href="../../dd/d47/namespacemath.html#abc46c784a297fc1d2eb8b33a327fba4c" target="_top" xlink:title="surface area of a cube ( 6 * (l">
|
||||
<polygon fill="white" stroke="#666666" points="274.12,-278.25 147.88,-278.25 147.88,-259 274.12,-259 274.12,-278.25"/>
|
||||
<text text-anchor="middle" x="211" y="-264.75" font-family="Helvetica,sans-Serif" font-size="10.00">math::cube_surface_area</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2->Node4 -->
|
||||
<g id="edge3_Node000002_Node000004" class="edge">
|
||||
<title>Node2->Node4</title>
|
||||
<g id="a_edge3_Node000002_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M92.85,-167.48C98.4,-186.57 113.29,-228.64 141.5,-250.62 142.77,-251.62 144.1,-252.55 145.46,-253.44"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="143.5,-256.9 153.97,-258.57 146.83,-250.74 143.5,-256.9"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node5 -->
|
||||
<g id="Node000005" class="node">
|
||||
<title>Node5</title>
|
||||
<g id="a_Node000005"><a xlink:href="../../dd/d47/namespacemath.html#ac5803413618fcfb922cb32c6db0fc864" target="_top" xlink:title="surface area of a cylinder (2 * pi * r * h + 2 * pi * r^2)">
|
||||
<polygon fill="white" stroke="#666666" points="280.5,-241.25 141.5,-241.25 141.5,-222 280.5,-222 280.5,-241.25"/>
|
||||
<text text-anchor="middle" x="211" y="-227.75" font-family="Helvetica,sans-Serif" font-size="10.00">math::cylinder_surface_area</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2->Node5 -->
|
||||
<g id="edge4_Node000002_Node000005" class="edge">
|
||||
<title>Node2->Node5</title>
|
||||
<g id="a_edge4_Node000002_Node000005"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M96.61,-167.53C105.25,-180.16 121.87,-201.77 141.5,-213.62 143.72,-214.97 146.04,-216.21 148.43,-217.36"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="146.97,-220.96 157.54,-221.59 149.67,-214.5 146.97,-220.96"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node6 -->
|
||||
<g id="Node000006" class="node">
|
||||
<title>Node6</title>
|
||||
<g id="a_Node000006"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/endl.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="237.75,-204.25 184.25,-204.25 184.25,-185 237.75,-185 237.75,-204.25"/>
|
||||
<text text-anchor="middle" x="211" y="-190.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::endl</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2->Node6 -->
|
||||
<g id="edge5_Node000002_Node000006" class="edge">
|
||||
<title>Node2->Node6</title>
|
||||
<g id="a_edge5_Node000002_Node000006"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M105.81,-163.85C115.9,-167.77 129.37,-172.79 141.5,-176.62 151.77,-179.87 163.03,-183 173.4,-185.72"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="172.25,-189.29 182.81,-188.38 173.99,-182.51 172.25,-189.29"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node7 -->
|
||||
<g id="Node000007" class="node">
|
||||
<title>Node7</title>
|
||||
<g id="a_Node000007"><a xlink:href="../../dd/d47/namespacemath.html#a5de184925e68658f15415dd53954df4f" target="_top" xlink:title="area of a parallelogram (b * h)">
|
||||
<polygon fill="white" stroke="#666666" points="273.75,-167.25 148.25,-167.25 148.25,-148 273.75,-148 273.75,-167.25"/>
|
||||
<text text-anchor="middle" x="211" y="-153.75" font-family="Helvetica,sans-Serif" font-size="10.00">math::parallelogram_area</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2->Node7 -->
|
||||
<g id="edge6_Node000002_Node000007" class="edge">
|
||||
<title>Node2->Node7</title>
|
||||
<g id="a_edge6_Node000002_Node000007"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M105.91,-157.62C114.3,-157.62 125.32,-157.62 137.04,-157.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="136.95,-161.13 146.95,-157.62 136.95,-154.13 136.95,-161.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node8 -->
|
||||
<g id="Node000008" class="node">
|
||||
<title>Node8</title>
|
||||
<g id="a_Node000008"><a xlink:href="../../dd/d47/namespacemath.html#ab31d141f7c5b551746b1eee0eb4dedca" target="_top" xlink:title="area of a rectangle (l * w)">
|
||||
<polygon fill="white" stroke="#666666" points="253.12,-130.25 168.88,-130.25 168.88,-111 253.12,-111 253.12,-130.25"/>
|
||||
<text text-anchor="middle" x="211" y="-116.75" font-family="Helvetica,sans-Serif" font-size="10.00">math::rect_area</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2->Node8 -->
|
||||
<g id="edge7_Node000002_Node000008" class="edge">
|
||||
<title>Node2->Node8</title>
|
||||
<g id="a_edge7_Node000002_Node000008"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M105.81,-151.4C115.9,-147.48 129.37,-142.46 141.5,-138.62 147,-136.89 152.78,-135.18 158.55,-133.56"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="159.16,-136.75 167.88,-130.73 157.31,-130 159.16,-136.75"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node9 -->
|
||||
<g id="Node000009" class="node">
|
||||
<title>Node9</title>
|
||||
<g id="a_Node000009"><a xlink:href="../../dd/d47/namespacemath.html#ab7f29862d30df351c317eedd60a0c656" target="_top" xlink:title="surface area of a sphere ( 4 * pi * r^2)">
|
||||
<polygon fill="white" stroke="#666666" points="278.25,-93.25 143.75,-93.25 143.75,-74 278.25,-74 278.25,-93.25"/>
|
||||
<text text-anchor="middle" x="211" y="-79.75" font-family="Helvetica,sans-Serif" font-size="10.00">math::sphere_surface_area</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2->Node9 -->
|
||||
<g id="edge8_Node000002_Node000009" class="edge">
|
||||
<title>Node2->Node9</title>
|
||||
<g id="a_edge8_Node000002_Node000009"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M96.61,-147.72C105.25,-135.09 121.87,-113.48 141.5,-101.62 143.72,-100.28 146.04,-99.04 148.43,-97.89"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="149.67,-100.75 157.54,-93.66 146.97,-94.29 149.67,-100.75"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node10 -->
|
||||
<g id="Node000010" class="node">
|
||||
<title>Node10</title>
|
||||
<g id="a_Node000010"><a xlink:href="../../dd/d47/namespacemath.html#a971ce57e368f2f631cf1f4ff3f864049" target="_top" xlink:title="area of a square (l * l)">
|
||||
<polygon fill="white" stroke="#666666" points="259.5,-56.25 162.5,-56.25 162.5,-37 259.5,-37 259.5,-56.25"/>
|
||||
<text text-anchor="middle" x="211" y="-42.75" font-family="Helvetica,sans-Serif" font-size="10.00">math::square_area</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2->Node10 -->
|
||||
<g id="edge9_Node000002_Node000010" class="edge">
|
||||
<title>Node2->Node10</title>
|
||||
<g id="a_edge9_Node000002_Node000010"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M92.85,-147.77C98.4,-128.68 113.29,-86.61 141.5,-64.62 144.84,-62.02 148.52,-59.79 152.4,-57.88"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="153.42,-60.83 161.32,-53.77 150.74,-54.37 153.42,-60.83"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node11 -->
|
||||
<g id="Node000011" class="node">
|
||||
<title>Node11</title>
|
||||
<g id="a_Node000011"><a xlink:href="../../dd/d47/namespacemath.html#ab3b920cc56442abd92279ba23b50f4dc" target="_top" xlink:title="area of a triangle (b * h / 2)">
|
||||
<polygon fill="white" stroke="#666666" points="260.62,-19.25 161.38,-19.25 161.38,0 260.62,0 260.62,-19.25"/>
|
||||
<text text-anchor="middle" x="211" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">math::triangle_area</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2->Node11 -->
|
||||
<g id="edge10_Node000002_Node000011" class="edge">
|
||||
<title>Node2->Node11</title>
|
||||
<g id="a_edge10_Node000002_Node000011"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M91.15,-147.78C93.92,-123.53 104.49,-60.49 141.5,-27.62 144.48,-24.98 147.8,-22.71 151.33,-20.78"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="152.4,-23.68 160.08,-16.38 149.52,-17.3 152.4,-23.68"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 9.8 KiB |
Reference in New Issue
Block a user