Added borderline interface to voronoi edge

This commit is contained in:
Markus Lampert
2022-07-28 23:01:04 -07:00
parent f30c30b06f
commit a8d4733086
4 changed files with 70 additions and 13 deletions

View File

@@ -100,6 +100,11 @@
<UserDocu>Returns true if edge goes through endpoint of the segment site</UserDocu>
</Documentation>
</Methode>
<Methode Name="isBorderline" Const="true">
<Documentation>
<UserDocu>Returns true if the point is on the segment</UserDocu>
</Documentation>
</Methode>
<Methode Name="toShape" Const="true">
<Documentation>
<UserDocu>Returns a shape for the edge</UserDocu>