shmodot/scripts/orbits/IOrbit.cs

6 lines
92 B
C#

using Vim.Math3d;
public interface IOrbit : IEllipse
{
DVector2 GetPosition(float t);
}