[WIP] OrbitInfo
Orbit/patch parameters.
Instance Properties:
native: Orbit - [Unsafe] KSP APIbody: SpaceBody - Orbited body.encounter: bool - [WIP] This orbit-patch ends by encounter with another celestial body.escape: bool - [WIP] This orbit-patch ends by escaping the SOI.next: OrbitInfo - Next patch if there is some transition (null otherwise).startTime: TimeStamp - Time of start of this patch, if it is continuation,time.nowotherwise (can be one tick old - 0.02s in the past).endTime: TimeStamp - Time of end of this patch, if there is transition.endTime = startTime + periodfor current orbit without a transition.period: TimeDelta - Period of the orbit in seconds.timeToAp: TimeDelta - Eta to apoapsis in seconds.timeAtAp - time.nowtimeToPe: TimeDelta - Eta to periapsis in seconds.timeAtPe - time.nowtimeAtAp: TimeStamp - Time at apoapsis.timeToAp + time.nowtimeAtPe: TimeStamp - Time at periapsis.timeToPe + time.noweccentricity: double - Eccentricity of current orbit. [0, +inf)inclination: double - Inclination of current orbit. [0, 180)semiMajorAxis: double - Semi-major axis of current orbit.semiMinorAxis: double - Semi-minor axis of current orbit.apoapsis: double - Height above ground of highest point of current orbit.apocenter - body.radiusperiapsis: double - Height above ground of lowest point of current orbit.pericenter - body.radiusapocenter: double - Highest distance between center of orbited body and any point of current orbit.(1 + eccentricity) * semiMajorAxispericenter: double - Lowest distance between center of orbited body and any point of current orbit.(1 - eccentricity) * semiMajorAxistrueAnomaly: double - Angle in degrees between the direction of periapsis and the current position. Zero at periapsis, 180 at apoapsis.meanAnomaly: double - Angle in degrees between the direction of periapsis and the current position extrapolated on circular orbit.lan: double - Longitude of ascending node.argumentOfPeriapsis: double - Argument of periapsis. Angle from ascending node to periapsis.aop: double - Argument of periapsis. Angle from ascending node to periapsis.
Instance Methods: