TheAlgorithms-C/d8/d7c/cartesian__to__polar_8c__incl.svg

83 lines
3.5 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 2.50.0 (20211204.2007)
-->
<!-- Title: misc/cartesian_to_polar.c Pages: 1 -->
<svg width="256pt" height="84pt"
viewBox="0.00 0.00 256.00 84.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 80)">
<title>misc/cartesian_to_polar.c</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-80 252,-80 252,4 -4,4"/>
<!-- 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="#bfbfbf" stroke="black" points="62,-56.5 62,-75.5 190,-75.5 190,-56.5 62,-56.5"/>
<text text-anchor="middle" x="126" y="-63.5" 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="white" stroke="#bfbfbf" points="0,-0.5 0,-19.5 52,-19.5 52,-0.5 0,-0.5"/>
<text text-anchor="middle" x="26" y="-7.5" 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="midnightblue" d="M109.93,-56.32C94.04,-47.74 69.49,-34.49 51.04,-24.52"/>
<polygon fill="midnightblue" stroke="midnightblue" points="52.49,-21.33 42.03,-19.65 49.16,-27.49 52.49,-21.33"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="70.5,-0.5 70.5,-19.5 117.5,-19.5 117.5,-0.5 70.5,-0.5"/>
<text text-anchor="middle" x="94" y="-7.5" 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="midnightblue" d="M120.72,-56.08C116.29,-48.61 109.84,-37.72 104.38,-28.52"/>
<polygon fill="midnightblue" stroke="midnightblue" points="107.29,-26.57 99.19,-19.75 101.27,-30.14 107.29,-26.57"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="136,-0.5 136,-19.5 182,-19.5 182,-0.5 136,-0.5"/>
<text text-anchor="middle" x="159" y="-7.5" 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="midnightblue" d="M131.45,-56.08C136.01,-48.61 142.67,-37.72 148.29,-28.52"/>
<polygon fill="midnightblue" stroke="midnightblue" points="151.42,-30.11 153.65,-19.75 145.45,-26.46 151.42,-30.11"/>
</g>
<!-- Node5 -->
<g id="node5" class="node">
<title>Node5</title>
<g id="a_node5"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="200,-0.5 200,-19.5 248,-19.5 248,-0.5 200,-0.5"/>
<text text-anchor="middle" x="224" y="-7.5" 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="midnightblue" d="M141.75,-56.32C157.32,-47.74 181.38,-34.49 199.46,-24.52"/>
<polygon fill="midnightblue" stroke="midnightblue" points="201.22,-27.55 208.29,-19.65 197.85,-21.42 201.22,-27.55"/>
</g>
</g>
</svg>