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-09-28 02:38:24 +08:00
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
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-09-28 02:38:24 +08:00
<path fill= "none" stroke= "#63b8ff" d= "M103.17,-54.84C88.4,-46.73 66.45,-34.68 49.19,-25.21" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "50.94,-22.18 40.49,-20.43 47.57,-28.31 50.94,-22.18" />
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-09-28 02:38:24 +08:00
<path fill= "none" stroke= "#63b8ff" d= "M114.18,-55.08C109.85,-48.11 103.66,-38.12 98.24,-29.37" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "101.23,-27.55 92.99,-20.9 95.28,-31.24 101.23,-27.55" />
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-09-28 02:38:24 +08:00
<path fill= "none" stroke= "#63b8ff" d= "M125.24,-55.08C129.74,-48.03 136.21,-37.9 141.84,-29.08" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "144.64,-31.2 147.07,-20.88 138.74,-27.43 144.64,-31.2" />
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-09-28 02:38:24 +08:00
<path fill= "none" stroke= "#63b8ff" d= "M142.36,-54.84C163.72,-46.35 195.97,-33.54 220.25,-23.89" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "221.38,-27.21 229.38,-20.26 218.79,-20.7 221.38,-27.21" />
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>