Added Files
This commit is contained in:
10
PepLib.Core/IMovable.cs
Normal file
10
PepLib.Core/IMovable.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace PepLib
|
||||
{
|
||||
public interface IMovable
|
||||
{
|
||||
void Rotate(double angle);
|
||||
void Rotate(double angle, Vector origin);
|
||||
void Offset(double x, double y);
|
||||
void Offset(Vector voffset);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user