Orbit Type - jrossignol/ContractConfigurator GitHub Wiki
The Orbit class represents an orbit in KSP. Currently there are no methods that work on orbits (although that will likely change in future).
Methods
Method Signature | Description |
---|---|
double Apoapsis()
|
The apoapsis of the orbit. |
double Periapsis()
|
The periapsis of the orbit. |
double Inclination()
|
The inclination of the orbit. |
double Eccentricity()
|
The eccentricity of the orbit. |
double LAN()
|
The longitude of ascending node of the orbit. |
double Period()
|
The period of the orbit (in seconds). |
Orbit Orbit( string identifier)
|
Casts the given identifier to an Orbit (if possible). |