Added ISegment interface,

Added access to segments adjoining triangles

git-svn-id: https://triangle.svn.codeplex.com/svn@71933 0e2699bc-83d4-4a8f-98e7-55e24ab8c7a5
This commit is contained in:
SND\wo80_cp
2013-02-17 18:54:08 +00:00
parent b2d6b2c729
commit 5814e894d4
7 changed files with 64 additions and 35 deletions
+1
View File
@@ -60,6 +60,7 @@
<Compile Include="Geometry\ITriangle.cs" />
<Compile Include="Geometry\Point.cs" />
<Compile Include="Geometry\RegionPointer.cs" />
<Compile Include="Geometry\ISegment.cs" />
<Compile Include="IO\DataReader.cs" />
<Compile Include="IO\DebugWriter.cs" />
<Compile Include="IO\FileWriter.cs" />