-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
570ffb5
commit 5ac6d1c
Showing
6 changed files
with
758 additions
and
181 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
using System.Text; | ||
using UnityEngine; | ||
using KSP.IO; | ||
|
||
namespace WhitecatIndustries | ||
{ | ||
public static class NBodyConicsManager | ||
{ | ||
public static void DrawPredictedVesselPath(Vessel vessel) | ||
{ | ||
|
||
} | ||
|
||
public static void DrawPredictedBodyPath(CelestialBody body) | ||
{ | ||
|
||
|
||
} | ||
|
||
public static void DrawHillSphere(CelestialBody body) | ||
{ | ||
|
||
|
||
} | ||
|
||
public static void DrawSphereOfInfluence(CelestialBody body) | ||
{ | ||
|
||
|
||
} | ||
} | ||
} |
Oops, something went wrong.