Добавил примитив для точки
This commit is contained in:
@@ -6,6 +6,6 @@ namespace StructureHelperLogics.Data.Shapes
|
||||
{
|
||||
public interface IPoint : IShape
|
||||
{
|
||||
double Area { get; }
|
||||
double Area { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user