Skip to content

Commit bdf956f

Browse files
author
Dominic Beger
committed
Remove IGeometricFigure interface
1 parent 34ec55c commit bdf956f

3 files changed

Lines changed: 1 addition & 13 deletions

File tree

SharpMath/Geometry/IGeometricFigure.cs

Lines changed: 0 additions & 11 deletions
This file was deleted.

SharpMath/Geometry/Polygon.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace SharpMath.Geometry
1212
/// <summary>
1313
/// Represents a polygon.
1414
/// </summary>
15-
public class Polygon : IGeometricFigure<Point2D>
15+
public class Polygon
1616
{
1717
/// <summary>
1818
/// Initializes a new instance of the <see cref="Polygon" /> class.

SharpMath/SharpMath.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
<Compile Include="Algorithm.cs" />
5858
<Compile Include="FloatingNumber.cs" />
5959
<Compile Include="Geometry\Exceptions\DimensionException.cs" />
60-
<Compile Include="Geometry\IGeometricFigure.cs" />
6160
<Compile Include="Geometry\Line2D.cs" />
6261
<Compile Include="Geometry\Line3D.cs" />
6362
<Compile Include="Geometry\Matrix3x3.cs" />

0 commit comments

Comments
 (0)