mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-12 11:37:18 +08:00
54 lines
2.5 KiB
XML
54 lines
2.5 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.0 (20200408.0750)
|
|
-->
|
|
<!-- Title: SegmentIntersection::on_segment Pages: 1 -->
|
|
<svg width="206pt" height="66pt"
|
|
viewBox="0.00 0.00 206.00 66.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 62)">
|
|
<title>SegmentIntersection::on_segment</title>
|
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-62 202,-62 202,4 -4,4"/>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title=" ">
|
|
<polygon fill="#bfbfbf" stroke="black" points="0,-14 0,-44 107,-44 107,-14 0,-14"/>
|
|
<text text-anchor="start" x="8" y="-32" font-family="Helvetica,sans-Serif" font-size="10.00">SegmentIntersection</text>
|
|
<text text-anchor="middle" x="53.5" y="-21" font-family="Helvetica,sans-Serif" font-size="10.00">::on_segment</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2 -->
|
|
<g id="node2" class="node">
|
|
<title>Node2</title>
|
|
<g id="a_node2"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/algorithm/max.html#" xlink:title=" ">
|
|
<polygon fill="white" stroke="black" points="143,-38.5 143,-57.5 198,-57.5 198,-38.5 143,-38.5"/>
|
|
<text text-anchor="middle" x="170.5" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::max</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node2 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node2</title>
|
|
<path fill="none" stroke="midnightblue" d="M107.29,-37.72C115.92,-39.15 124.7,-40.6 132.84,-41.94"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="132.3,-45.4 142.74,-43.58 133.44,-38.49 132.3,-45.4"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/algorithm/min.html#" xlink:title=" ">
|
|
<polygon fill="white" stroke="black" points="144.5,-0.5 144.5,-19.5 196.5,-19.5 196.5,-0.5 144.5,-0.5"/>
|
|
<text text-anchor="middle" x="170.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::min</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node3 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node1->Node3</title>
|
|
<path fill="none" stroke="midnightblue" d="M107.29,-20.28C116.44,-18.77 125.75,-17.23 134.29,-15.82"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="134.96,-19.25 144.25,-14.17 133.81,-12.35 134.96,-19.25"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|