shmodot/scripts/orbits/ILocation.cs
ktyl f28670c083 implement ellipse
move planet around ellipse

adjust orbit speed
2022-09-05 22:14:24 +01:00

7 lines
86 B
C#

using Vim.Math3d;
public interface ILocation
{
DVector3 Position { get; set; }
}