mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
82 lines
3.5 KiB
XML
82 lines
3.5 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 7.0.2 (20221119.0110)
|
|
-->
|
|
<!-- Title: geometry/quaternions.c Pages: 1 -->
|
|
<svg width="322pt" height="82pt"
|
|
viewBox="0.00 0.00 321.50 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>geometry/quaternions.c</title>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="Functions related to 3D quaternions and Euler angles.">
|
|
<polygon fill="#999999" stroke="#666666" points="181.5,-74 62.5,-74 62.5,-55 181.5,-55 181.5,-74"/>
|
|
<text text-anchor="middle" x="122" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">geometry/quaternions.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="46,-19 0,-19 0,0 46,0 46,-19"/>
|
|
<text text-anchor="middle" x="23" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">stdio.h</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node2 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node2</title>
|
|
<path fill="none" stroke="#63b8ff" d="M105.21,-54.51C89.9,-46.31 67.03,-34.07 49.3,-24.58"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="51.35,-21.71 40.88,-20.07 48.04,-27.88 51.35,-21.71"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="111.5,-19 64.5,-19 64.5,0 111.5,0 111.5,-19"/>
|
|
<text text-anchor="middle" x="88" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">math.h</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node3 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node1->Node3</title>
|
|
<path fill="none" stroke="#63b8ff" d="M116.39,-54.75C111.88,-47.73 105.41,-37.64 99.79,-28.87"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="102.9,-27.24 94.55,-20.72 97.01,-31.02 102.9,-27.24"/>
|
|
</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 130,-19 130,0 182,0 182,-19"/>
|
|
<text text-anchor="middle" x="156" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">assert.h</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node4 -->
|
|
<g id="edge3" class="edge">
|
|
<title>Node1->Node4</title>
|
|
<path fill="none" stroke="#63b8ff" d="M127.61,-54.75C132.12,-47.73 138.59,-37.64 144.21,-28.87"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="146.99,-31.02 149.45,-20.72 141.1,-27.24 146.99,-31.02"/>
|
|
</g>
|
|
<!-- Node5 -->
|
|
<g id="node5" class="node">
|
|
<title>Node5</title>
|
|
<g id="a_node5"><a xlink:href="../../d0/dc7/geometry__datatypes_8h.html" target="_top" xlink:title="Generic header that provides data types for 3D vectors and quaternions.">
|
|
<polygon fill="white" stroke="#666666" points="313.5,-19 200.5,-19 200.5,0 313.5,0 313.5,-19"/>
|
|
<text text-anchor="middle" x="257" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">geometry_datatypes.h</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node5 -->
|
|
<g id="edge4" class="edge">
|
|
<title>Node1->Node5</title>
|
|
<path fill="none" stroke="#63b8ff" d="M144.9,-54.51C166.56,-46.01 199.31,-33.15 223.82,-23.53"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="225,-26.82 233.03,-19.91 222.44,-20.31 225,-26.82"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|