mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
56 lines
2.7 KiB
XML
56 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.44.1 (20200629.0846)
|
||
|
-->
|
||
|
<!-- Title: dual_quat_ Pages: 1 -->
|
||
|
<svg width="75pt" height="173pt"
|
||
|
viewBox="0.00 0.00 75.00 173.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 169)">
|
||
|
<title>dual_quat_</title>
|
||
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-169 71,-169 71,4 -4,4"/>
|
||
|
<!-- Node1 -->
|
||
|
<g id="node1" class="node">
|
||
|
<title>Node1</title>
|
||
|
<g id="a_node1"><a xlink:title="a dual quaternion type">
|
||
|
<polygon fill="#bfbfbf" stroke="black" points="1.5,-0.5 1.5,-19.5 65.5,-19.5 65.5,-0.5 1.5,-0.5"/>
|
||
|
<text text-anchor="middle" x="33.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">dual_quat_</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node2 -->
|
||
|
<g id="node2" class="node">
|
||
|
<title>Node2</title>
|
||
|
<g id="a_node2"><a xlink:href="../../de/d58/structquaternion__.html" target="_top" xlink:title="a Quaternion type represented using a scalar  or  and a 3D vector">
|
||
|
<polygon fill="white" stroke="black" points="0,-78.5 0,-97.5 67,-97.5 67,-78.5 0,-78.5"/>
|
||
|
<text text-anchor="middle" x="33.5" y="-85.5" font-family="Helvetica,sans-Serif" font-size="10.00">quaternion_</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node2->Node1 -->
|
||
|
<g id="edge1" class="edge">
|
||
|
<title>Node2->Node1</title>
|
||
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M33.5,-68.22C33.5,-52.7 33.5,-31.36 33.5,-19.62"/>
|
||
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="30,-68.28 33.5,-78.28 37,-68.28 30,-68.28"/>
|
||
|
<text text-anchor="middle" x="44.5" y="-52" font-family="Helvetica,sans-Serif" font-size="10.00"> dual</text>
|
||
|
<text text-anchor="middle" x="44.5" y="-41" font-family="Helvetica,sans-Serif" font-size="10.00">real</text>
|
||
|
</g>
|
||
|
<!-- Node3 -->
|
||
|
<g id="node3" class="node">
|
||
|
<title>Node3</title>
|
||
|
<g id="a_node3"><a xlink:href="../../d5/db4/structvec__3d__.html" target="_top" xlink:title="3D vector type">
|
||
|
<polygon fill="white" stroke="black" points="7,-145.5 7,-164.5 60,-164.5 60,-145.5 7,-145.5"/>
|
||
|
<text text-anchor="middle" x="33.5" y="-152.5" font-family="Helvetica,sans-Serif" font-size="10.00">vec_3d_</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node3->Node2 -->
|
||
|
<g id="edge2" class="edge">
|
||
|
<title>Node3->Node2</title>
|
||
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M33.5,-135.04C33.5,-122.67 33.5,-107.12 33.5,-97.63"/>
|
||
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="30,-135.23 33.5,-145.23 37,-135.23 30,-135.23"/>
|
||
|
<text text-anchor="middle" x="44.5" y="-119" font-family="Helvetica,sans-Serif" font-size="10.00"> dual</text>
|
||
|
</g>
|
||
|
</g>
|
||
|
</svg>
|