2020-08-27 03:28:38 +08:00
<?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">
2023-05-31 00:33:01 +08:00
<!-- Generated by graphviz version 8.0.5 (20230430.1635)
2020-08-27 03:28:38 +08:00
-->
<!-- Title: geometry/vectors_3d.c Pages: 1 -->
2023-04-28 03:43:13 +08:00
<svg width= "318pt" height= "83pt"
viewBox="0.00 0.00 318.00 82.50" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2023-06-21 05:10:10 +08:00
<svg id= "main" version= "1.1" xmlns= "http://www.w3.org/2000/svg" xmlns:xlink= "http://www.w3.org/1999/xlink" xml:space= "preserve" onload= "init(evt)" >
<style type= "text/css" > < ![CDATA[
.node, .edge {opacity: 0.7;}
.node.selected, .edge.selected {opacity: 1;}
.edge:hover path { stroke: red; }
.edge:hover polygon { stroke: red; fill: red; }
]]></style>
<script type= "application/ecmascript" xlink:href= "../../svg.min.js" />
<svg id= "graph" class= "graph" >
2023-04-28 03:43:13 +08:00
<g id= "graph0" class= "graph" transform= "scale(1 1) rotate(0) translate(4 78.5)" >
2020-08-27 03:28:38 +08:00
<title > geometry/vectors_3d.c</title>
<!-- Node1 -->
2023-06-21 05:10:10 +08:00
<g id= "Node000001" class= "node" >
2020-08-27 03:28:38 +08:00
<title > Node1</title>
2023-06-21 05:10:10 +08:00
<g id= "a_Node000001" > <a xlink:title= "Functions related to 3D vector operations." >
2023-04-28 03:43:13 +08:00
<polygon fill= "#999999" stroke= "#666666" points= "177.5,-74.5 61.75,-74.5 61.75,-55.25 177.5,-55.25 177.5,-74.5" />
<text text-anchor= "middle" x= "119.62" y= "-61" font-family= "Helvetica,sans-Serif" font-size= "10.00" > geometry/vectors_3d.c</text>
2020-08-27 03:28:38 +08:00
</a>
</g>
</g>
<!-- Node2 -->
2023-06-21 05:10:10 +08:00
<g id= "Node000002" class= "node" >
2020-08-27 03:28:38 +08:00
<title > Node2</title>
2023-06-21 05:10:10 +08:00
<g id= "a_Node000002" > <a xlink:title= " " >
2023-04-28 03:43:13 +08:00
<polygon fill= "#e0e0e0" stroke= "#999999" points= "45.25,-19.25 0,-19.25 0,0 45.25,0 45.25,-19.25" />
<text text-anchor= "middle" x= "22.62" y= "-5.75" font-family= "Helvetica,sans-Serif" font-size= "10.00" > stdio.h</text>
2020-08-27 03:28:38 +08:00
</a>
</g>
</g>
<!-- Node1->Node2 -->
2023-06-21 05:10:10 +08:00
<g id= "edge1_Node000001_Node000002" class= "edge" >
2020-08-27 03:28:38 +08:00
<title > Node1- > Node2</title>
2023-06-21 05:10:10 +08:00
<g id= "a_edge1_Node000001_Node000002" > <a xlink:title= " " >
2023-04-28 03:43:13 +08:00
<path fill= "none" stroke= "#63b8ff" d= "M103.17,-54.84C88.26,-46.66 66.03,-34.46 48.71,-24.94" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "50.61,-21.45 40.16,-19.7 47.24,-27.58 50.61,-21.45" />
2023-06-21 05:10:10 +08:00
</a>
</g>
2020-08-27 03:28:38 +08:00
</g>
<!-- Node3 -->
2023-06-21 05:10:10 +08:00
<g id= "Node000003" class= "node" >
2020-08-27 03:28:38 +08:00
<title > Node3</title>
2023-06-21 05:10:10 +08:00
<g id= "a_Node000003" > <a xlink:title= " " >
2023-04-28 03:43:13 +08:00
<polygon fill= "#e0e0e0" stroke= "#999999" points= "109.62,-19.25 63.62,-19.25 63.62,0 109.62,0 109.62,-19.25" />
<text text-anchor= "middle" x= "86.62" y= "-5.75" font-family= "Helvetica,sans-Serif" font-size= "10.00" > math.h</text>
2020-08-27 03:28:38 +08:00
</a>
</g>
</g>
<!-- Node1->Node3 -->
2023-06-21 05:10:10 +08:00
<g id= "edge2_Node000001_Node000003" class= "edge" >
2020-08-27 03:28:38 +08:00
<title > Node1- > Node3</title>
2023-06-21 05:10:10 +08:00
<g id= "a_edge2_Node000001_Node000003" > <a xlink:title= " " >
2023-04-28 03:43:13 +08:00
<path fill= "none" stroke= "#63b8ff" d= "M114.18,-55.08C109.76,-47.96 103.39,-37.68 97.89,-28.8" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "100.44,-27.27 92.19,-20.61 94.49,-30.95 100.44,-27.27" />
2023-06-21 05:10:10 +08:00
</a>
</g>
2020-08-27 03:28:38 +08:00
</g>
<!-- Node4 -->
2023-06-21 05:10:10 +08:00
<g id= "Node000004" class= "node" >
2020-08-27 03:28:38 +08:00
<title > Node4</title>
2023-06-21 05:10:10 +08:00
<g id= "a_Node000004" > <a xlink:title= " " >
2023-04-28 03:43:13 +08:00
<polygon fill= "#e0e0e0" stroke= "#999999" points= "179.25,-19.25 128,-19.25 128,0 179.25,0 179.25,-19.25" />
<text text-anchor= "middle" x= "153.62" y= "-5.75" font-family= "Helvetica,sans-Serif" font-size= "10.00" > assert.h</text>
2020-08-27 03:28:38 +08:00
</a>
</g>
</g>
<!-- Node1->Node4 -->
2023-06-21 05:10:10 +08:00
<g id= "edge3_Node000001_Node000004" class= "edge" >
2020-08-27 03:28:38 +08:00
<title > Node1- > Node4</title>
2023-06-21 05:10:10 +08:00
<g id= "a_edge3_Node000001_Node000004" > <a xlink:title= " " >
2023-04-28 03:43:13 +08:00
<path fill= "none" stroke= "#63b8ff" d= "M125.24,-55.08C129.79,-47.96 136.35,-37.68 142.02,-28.8" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "145.46,-30.92 147.89,-20.61 139.56,-27.15 145.46,-30.92" />
2023-06-21 05:10:10 +08:00
</a>
</g>
2020-08-27 03:28:38 +08:00
</g>
<!-- Node5 -->
2023-06-21 05:10:10 +08:00
<g id= "Node000005" class= "node" >
2020-08-27 03:28:38 +08:00
<title > Node5</title>
2023-06-21 05:10:10 +08:00
<g id= "a_Node000005" > <a xlink:href= "../../d0/dc7/geometry__datatypes_8h.html" target= "_top" xlink:title= "Generic header that provides data types for 3D vectors and quaternions." >
2023-04-28 03:43:13 +08:00
<polygon fill= "white" stroke= "#666666" points= "310,-19.25 197.25,-19.25 197.25,0 310,0 310,-19.25" />
<text text-anchor= "middle" x= "253.62" y= "-5.75" font-family= "Helvetica,sans-Serif" font-size= "10.00" > geometry_datatypes.h</text>
2020-08-27 03:28:38 +08:00
</a>
</g>
</g>
<!-- Node1->Node5 -->
2023-06-21 05:10:10 +08:00
<g id= "edge4_Node000001_Node000005" class= "edge" >
2020-08-27 03:28:38 +08:00
<title > Node1- > Node5</title>
2023-06-21 05:10:10 +08:00
<g id= "a_edge4_Node000001_Node000005" > <a xlink:title= " " >
2023-04-28 03:43:13 +08:00
<path fill= "none" stroke= "#63b8ff" d= "M142.36,-54.84C163.82,-46.31 196.26,-33.42 220.58,-23.76" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "221.78,-26.65 229.78,-19.7 219.2,-20.14 221.78,-26.65" />
2023-06-21 05:10:10 +08:00
</a>
</g>
2020-08-27 03:28:38 +08:00
</g>
</g>
</svg>
2023-06-21 05:10:10 +08:00
</svg>
<style type= 'text/css' >
< ![CDATA[
[data-mouse-over-selected='false'] { opacity: 0.7; }
[data-mouse-over-selected='true'] { opacity: 1.0; }
]]>
</style>
<script type= "application/ecmascript" > < ![CDATA[
document.addEventListener('DOMContentLoaded', (event) => {
highlightEdges();
highlightAdjacentNodes();
});
]]></script>
</svg>