We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ec55c commit bdf956fCopy full SHA for bdf956f
3 files changed
SharpMath/Geometry/IGeometricFigure.cs
SharpMath/Geometry/Polygon.cs
@@ -12,7 +12,7 @@ namespace SharpMath.Geometry
12
/// <summary>
13
/// Represents a polygon.
14
/// </summary>
15
- public class Polygon : IGeometricFigure<Point2D>
+ public class Polygon
16
{
17
18
/// Initializes a new instance of the <see cref="Polygon" /> class.
SharpMath/SharpMath.csproj
@@ -57,7 +57,6 @@
57
<Compile Include="Algorithm.cs" />
58
<Compile Include="FloatingNumber.cs" />
59
<Compile Include="Geometry\Exceptions\DimensionException.cs" />
60
- <Compile Include="Geometry\IGeometricFigure.cs" />
61
<Compile Include="Geometry\Line2D.cs" />
62
<Compile Include="Geometry\Line3D.cs" />
63
<Compile Include="Geometry\Matrix3x3.cs" />
0 commit comments