mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
39 lines
1.8 KiB
XML
39 lines
1.8 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: quaternion_ Pages: 1 -->
|
|
<svg width="77pt" height="95pt"
|
|
viewBox="0.00 0.00 77.00 95.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 91)">
|
|
<title>quaternion_</title>
|
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-91 73,-91 73,4 -4,4"/>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="a Quaternion type represented using a scalar  or  and a 3D vector">
|
|
<polygon fill="#bfbfbf" stroke="black" points="0,-0.5 0,-19.5 69,-19.5 69,-0.5 0,-0.5"/>
|
|
<text text-anchor="middle" x="34.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">quaternion_</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2 -->
|
|
<g id="node2" class="node">
|
|
<title>Node2</title>
|
|
<g id="a_node2"><a xlink:href="../../d5/db4/structvec__3d__.html" target="_top" xlink:title="3D vector type">
|
|
<polygon fill="white" stroke="black" points="7.5,-67.5 7.5,-86.5 61.5,-86.5 61.5,-67.5 7.5,-67.5"/>
|
|
<text text-anchor="middle" x="34.5" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">vec_3d_</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="M34.5,-57.04C34.5,-44.67 34.5,-29.12 34.5,-19.63"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="31,-57.23 34.5,-67.23 38,-57.23 31,-57.23"/>
|
|
<text text-anchor="middle" x="45.5" y="-41" font-family="Helvetica,sans-Serif" font-size="10.00"> dual</text>
|
|
</g>
|
|
</g>
|
|
</svg>
|