Добавлены сервисы CalculationService, PrimitiveService, Common-сборка с типами
Необходимо реализовать в дальнейшем GetInnerPoints в PrimitiveService
This commit is contained in:
11
StructureHelperCommon/Models/Shapes/Center.cs
Normal file
11
StructureHelperCommon/Models/Shapes/Center.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace StructureHelperCommon.Models.Shapes
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public class Center : ICenter
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public double X { get; set; }
|
||||
/// <inheritdoc />
|
||||
public double Y { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user