mirror of
https://github.com/TheAlgorithms/C
synced 2024-12-16 08:22:36 +03:00
59 lines
2.7 KiB
XML
59 lines
2.7 KiB
XML
|
<?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.49.2 (20211016.1639)
|
||
|
-->
|
||
|
<!-- Title: get_angle Pages: 1 -->
|
||
|
<svg width="268pt" height="47pt"
|
||
|
viewBox="0.00 0.00 268.00 47.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 43)">
|
||
|
<title>get_angle</title>
|
||
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-43 264,-43 264,4 -4,4"/>
|
||
|
<!-- Node1 -->
|
||
|
<g id="node1" class="node">
|
||
|
<title>Node1</title>
|
||
|
<g id="a_node1"><a xlink:title="Obtain the angle between two given vectors.">
|
||
|
<polygon fill="#bfbfbf" stroke="black" points="0,-19.5 0,-38.5 60,-38.5 60,-19.5 0,-19.5"/>
|
||
|
<text text-anchor="middle" x="30" y="-26.5" font-family="Helvetica,sans-Serif" font-size="10.00">get_angle</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node2 -->
|
||
|
<g id="node2" class="node">
|
||
|
<title>Node2</title>
|
||
|
<g id="a_node2"><a xlink:href="../../de/d7b/group__vec__3d.html#ga243e74d542d0d4d14fa3ae0bc2170d84" target="_top" xlink:title="Obtain the dot product of two 3D vectors.">
|
||
|
<polygon fill="white" stroke="black" points="204,-19.5 204,-38.5 260,-38.5 260,-19.5 204,-19.5"/>
|
||
|
<text text-anchor="middle" x="232" y="-26.5" font-family="Helvetica,sans-Serif" font-size="10.00">dot_prod</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node1->Node2 -->
|
||
|
<g id="edge1" class="edge">
|
||
|
<title>Node1->Node2</title>
|
||
|
<path fill="none" stroke="midnightblue" d="M60.08,-29C95.34,-29 154.82,-29 193.49,-29"/>
|
||
|
<polygon fill="midnightblue" stroke="midnightblue" points="193.81,-32.5 203.81,-29 193.81,-25.5 193.81,-32.5"/>
|
||
|
</g>
|
||
|
<!-- Node3 -->
|
||
|
<g id="node3" class="node">
|
||
|
<title>Node3</title>
|
||
|
<g id="a_node3"><a xlink:href="../../de/d7b/group__vec__3d.html#ga94805165d037d111d7d7c0df99e3a5de" target="_top" xlink:title="Compute the norm a vector.">
|
||
|
<polygon fill="white" stroke="black" points="96,-0.5 96,-19.5 168,-19.5 168,-0.5 96,-0.5"/>
|
||
|
<text text-anchor="middle" x="132" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">vector_norm</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node1->Node3 -->
|
||
|
<g id="edge2" class="edge">
|
||
|
<title>Node1->Node3</title>
|
||
|
<path fill="none" stroke="midnightblue" d="M60.19,-23.45C68.23,-21.93 77.14,-20.23 85.86,-18.58"/>
|
||
|
<polygon fill="midnightblue" stroke="midnightblue" points="86.76,-21.97 95.93,-16.66 85.45,-15.09 86.76,-21.97"/>
|
||
|
</g>
|
||
|
<!-- Node3->Node2 -->
|
||
|
<g id="edge3" class="edge">
|
||
|
<title>Node3->Node2</title>
|
||
|
<path fill="none" stroke="midnightblue" d="M168.1,-16.81C176.46,-18.43 185.4,-20.16 193.85,-21.8"/>
|
||
|
<polygon fill="midnightblue" stroke="midnightblue" points="193.34,-25.26 203.83,-23.73 194.68,-18.39 193.34,-25.26"/>
|
||
|
</g>
|
||
|
</g>
|
||
|
</svg>
|