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