Исправил ошибки триангуляции точки

This commit is contained in:
Evgeny Redikultsev
2022-06-23 21:52:26 +05:00
parent 2002975a2c
commit bc867d5db2
5 changed files with 38 additions and 27 deletions

View File

@@ -6,6 +6,6 @@ namespace StructureHelperLogics.Data.Shapes
{
public interface IPoint : IShape
{
double Area { get; set; }
double Area { get; }
}
}