using Godot; using System; public class Orbit { public Orbit(PointMass a, PointMass b) { } // ellipse }