-
Notifications
You must be signed in to change notification settings - Fork 67
Orbit Type
Jeremie Rossignol edited this page Feb 13, 2016
·
2 revisions
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). |
- General Types
- KSP Types
- Contract Configurator Objects
- Other
- Global Functions
Contract Configurator
Configuration File Syntax
Extending Contract Configurator