Documentation for f4423503a1

This commit is contained in:
github-actions
2021-02-05 09:49:13 +00:00
parent 1028333c90
commit dcd63030ab
214 changed files with 5896 additions and 5167 deletions

View File

@@ -0,0 +1,7 @@
<map id="math/vector_cross_product.cpp" name="math/vector_cross_product.cpp">
<area shape="rect" id="node1" title="Calculates the Cross Product and the magnitude of two mathematical 3D vectors." alt="" coords="63,5,268,32"/>
<area shape="rect" id="node2" title=" " alt="" coords="5,80,77,107"/>
<area shape="rect" id="node3" title=" " alt="" coords="101,80,152,107"/>
<area shape="rect" id="node4" title=" " alt="" coords="176,80,235,107"/>
<area shape="rect" id="node5" title=" " alt="" coords="259,80,325,107"/>
</map>

View File

@@ -0,0 +1 @@
7b7f421a9e0231729826a57d07769d6c

View File

@@ -0,0 +1,82 @@
<?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.46.0 (20210118.1747)
-->
<!-- Title: math/vector_cross_product.cpp Pages: 1 -->
<svg width="248pt" height="84pt"
viewBox="0.00 0.00 247.50 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>math/vector_cross_product.cpp</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-80 243.5,-80 243.5,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Calculates the Cross Product and the magnitude of two mathematical 3D vectors.">
<polygon fill="#bfbfbf" stroke="black" points="43,-56.5 43,-75.5 197,-75.5 197,-56.5 43,-56.5"/>
<text text-anchor="middle" x="120" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">math/vector_cross_product.cpp</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 54,-19.5 54,-0.5 0,-0.5"/>
<text text-anchor="middle" x="27" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</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="M105.06,-56.32C90.41,-47.82 67.87,-34.73 50.76,-24.8"/>
<polygon fill="midnightblue" stroke="midnightblue" points="52.31,-21.65 41.9,-19.65 48.8,-27.7 52.31,-21.65"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="72,-0.5 72,-19.5 110,-19.5 110,-0.5 72,-0.5"/>
<text text-anchor="middle" x="91" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">array</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="M115.21,-56.08C111.24,-48.69 105.47,-37.95 100.57,-28.81"/>
<polygon fill="midnightblue" stroke="midnightblue" points="103.51,-26.91 95.7,-19.75 97.35,-30.22 103.51,-26.91"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="128,-0.5 128,-19.5 172,-19.5 172,-0.5 128,-0.5"/>
<text text-anchor="middle" x="150" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">cmath</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="M124.95,-56.08C129.1,-48.61 135.15,-37.72 140.27,-28.52"/>
<polygon fill="midnightblue" stroke="midnightblue" points="143.34,-30.19 145.14,-19.75 137.22,-26.79 143.34,-30.19"/>
</g>
<!-- Node5 -->
<g id="node5" class="node">
<title>Node5</title>
<g id="a_node5"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="190.5,-0.5 190.5,-19.5 239.5,-19.5 239.5,-0.5 190.5,-0.5"/>
<text text-anchor="middle" x="215" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">cassert</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="M135.26,-56.32C150.22,-47.82 173.25,-34.73 190.73,-24.8"/>
<polygon fill="midnightblue" stroke="midnightblue" points="192.81,-27.64 199.77,-19.65 189.35,-21.55 192.81,-27.64"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.5 KiB