Force combination was added
This commit is contained in:
11
StructureHelperCommon/Models/Shapes/Point2D.cs
Normal file
11
StructureHelperCommon/Models/Shapes/Point2D.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace StructureHelperCommon.Models.Shapes
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public class Point2D : IPoint2D
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public double X { get; set; }
|
||||
/// <inheritdoc />
|
||||
public double Y { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user