-
Notifications
You must be signed in to change notification settings - Fork 0
/
VL.SmallestCircle.vl
54 lines (50 loc) · 2.68 KB
/
VL.SmallestCircle.vl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="utf-8"?>
<Document xmlns:p="property" Id="E3uRkWSCvoPMTLrtR3gyX6" LanguageVersion="2020.1.7.184" Version="0.128">
<NugetDependency Id="Kv04ptQckD9L4WMbqX3mtU" Location="VL.CoreLib" Version="2020.1.7" />
<Patch Id="BFjHWM2GM7aPFi3hgZTMLG">
<Canvas Id="Ob0H32GhqDOOoiRkqSPwzB" DefaultCategory="2D" CanvasType="FullCategory">
<!--
************************ SmallestCircle ************************
-->
<Node Name="SmallestCircle" Bounds="581,247,112,82" Id="KHsy6tzkk5AMLOd8TxliqT">
<p:NodeReference>
<Choice Kind="OperationDefinition" Name="Operation" />
<FullNameCategoryReference ID="Primitive" />
</p:NodeReference>
<p:HideCategory p:Type="Boolean">false</p:HideCategory>
<Patch Id="NHmoS5iqzJbMeH5zeXIaWO">
<Node Bounds="593,279,80,19" AutoConnect="true" Id="MLrAal8WwGqNmjt7o823lj">
<p:NodeReference LastCategoryFullName="VL.Lib.Mathematics.SmallestEnclosingCircle" LastSymbolSource="SmallestEnclosingCircle.dll">
<Choice Kind="OperationNode" Name="SmallestCircle" />
<FullNameCategoryReference ID="VL.Lib.Mathematics.SmallestEnclosingCircle" />
</p:NodeReference>
<Pin Id="FRSPBh1v2tXLHVaOPsbYOU" Name="Points" Kind="InputPin" />
<Pin Id="GZpwsbnMLBtLDoSANst9tX" Name="Result" Kind="OutputPin" />
</Node>
<Pin Id="BcVYpdcUXdmOSd26b0f4Nm" Name="Points" Kind="InputPin" />
<Pin Id="R1t4gQULBJpNwYJmW6rkvz" Name="Result" Kind="OutputPin" />
</Patch>
</Node>
</Canvas>
<!--
************************ Application ************************
-->
<Node Name="Application" Bounds="100,100" Id="FjbN8HyIbFsPKA2E6ex10Q">
<p:NodeReference>
<Choice Kind="ContainerDefinition" Name="Process" />
<FullNameCategoryReference ID="Primitive" />
</p:NodeReference>
<Patch Id="GgM3RlL55qoNL5oe61Z9hE">
<Canvas Id="Vg7bgI16jC8Mcbphm72vFe" CanvasType="Group" />
<Patch Id="TqnP0DJChp7NegVCFcUT1f" Name="Create" />
<Patch Id="B79OT5XngH9N5CiZgnWvlO" Name="Update" />
<ProcessDefinition Id="G4ZVFgl5dSuMZL3zHKCXnP">
<Fragment Id="Fi3ihXNXsloMyNd5fgrLbT" Patch="TqnP0DJChp7NegVCFcUT1f" Enabled="true" />
<Fragment Id="AZUEmuT4tWNMr5LmAaVZyW" Patch="B79OT5XngH9N5CiZgnWvlO" Enabled="true" />
</ProcessDefinition>
</Patch>
</Node>
</Patch>
<NugetDependency Id="FofBi2xVBv9Oh37OR8XrOs" Location="VL.Skia" Version="2020.1.7" />
<PlatformDependency Id="EBOgfZcWxkfPmGcmpOGOAf" Location="./lib/netstandard2.0/SmallestEnclosingCircle.dll" />
</Document>