13 lines
123 B
C#
13 lines
123 B
C#
|
using Godot;
|
||
|
using System;
|
||
|
|
||
|
public class Orbit
|
||
|
{
|
||
|
public Orbit(PointMass a, PointMass b)
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|
||
|
// ellipse
|
||
|
}
|