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

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

4 lines
54 B
C#

public interface IPointMass : IMassive, ILocation
{
}