TheAlgorithms-C/d8/d7c/cartesian__to__polar_8c__incl.svg

82 lines
3.3 KiB
XML
Raw Normal View History

<?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 6.0.2 (20221011.1828)
-->
<!-- Title: misc/cartesian_to_polar.c Pages: 1 -->
<svg width="256pt" height="82pt"
viewBox="0.00 0.00 256.00 82.00" 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 78)">
<title>misc/cartesian_to_polar.c</title>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Function to convert a Cartesian co&#45;ordinate to polar form.">
<polygon fill="#999999" stroke="#666666" points="190,-74 62,-74 62,-55 190,-55 190,-74"/>
<text text-anchor="middle" x="126" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">misc/cartesian_to_polar.c</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="52,-19 0,-19 0,0 52,0 52,-19"/>
<text text-anchor="middle" x="26" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">assert.h</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="#63b8ff" d="M109.93,-54.98C94.14,-46.61 69.78,-33.7 51.37,-23.95"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="52.83,-20.76 42.36,-19.17 49.56,-26.95 52.83,-20.76"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="117.5,-19 70.5,-19 70.5,0 117.5,0 117.5,-19"/>
<text text-anchor="middle" x="94" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">math.h</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node1&#45;&gt;Node3</title>
<path fill="none" stroke="#63b8ff" d="M120.72,-54.75C116.29,-47.42 109.84,-36.73 104.38,-27.7"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="107.35,-25.84 99.19,-19.09 101.36,-29.46 107.35,-25.84"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="182,-19 136,-19 136,0 182,0 182,-19"/>
<text text-anchor="middle" x="159" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">stdio.h</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<title>Node1&#45;&gt;Node4</title>
<path fill="none" stroke="#63b8ff" d="M131.45,-54.75C136.01,-47.42 142.67,-36.73 148.29,-27.7"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="151.34,-29.43 153.65,-19.09 145.4,-25.73 151.34,-29.43"/>
</g>
<!-- Node5 -->
<g id="node5" class="node">
<title>Node5</title>
<g id="a_node5"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="248,-19 200,-19 200,0 248,0 248,-19"/>
<text text-anchor="middle" x="224" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">stdlib.h</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node5 -->
<g id="edge4" class="edge">
<title>Node1&#45;&gt;Node5</title>
<path fill="none" stroke="#63b8ff" d="M141.75,-54.98C157.23,-46.61 181.09,-33.7 199.14,-23.95"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="200.84,-27.01 207.97,-19.17 197.51,-20.85 200.84,-27.01"/>
</g>
</g>
</svg>