6 lines
92 B
C#
6 lines
92 B
C#
|
using Vim.Math3d;
|
||
|
|
||
|
public interface IOrbit : IEllipse
|
||
|
{
|
||
|
DVector2 GetPosition(float t);
|
||
|
}
|