using Vim.Math3d;
public interface IOrbit
{
Ellipse Ellipse { get; }
DVector3 GetPosition(float t);
}