Enum nyx_space::md::StateParameter[][src]

pub enum StateParameter {
Show variants AoL, AoP, Apoapsis, ApoapsisRadius, BdotR, BdotT, BLTOF, C3, Declination, Epoch, EccentricAnomaly, Eccentricity, Energy, FlightPathAngle, FuelMass, GeodeticHeight, GeodeticLatitude, GeodeticLongitude, Hmag, HX, HY, HZ, HyperbolicAnomaly, Inclination, MeanAnomaly, Periapsis, PeriapsisRadius, Period, RightAscension, RAAN, Rmag, SemiParameter, SMA, SemiMinorAxis, TrueAnomaly, TrueLongitude, VelocityDeclination, Vmag, X, Y, Z, VX, VY, VZ, Custom { mapping: usize, },
}
Expand description

Common state parameters

Variants

AoL

Argument of Latitude (deg)

AoP

Argument of Periapse (deg)

Apoapsis

Apoapsis, shortcut for TA == 180.0

ApoapsisRadius

Radius of apoapsis (km)

BdotR

B-Plane B⋅R

BdotT

B-Plane B⋅T

BLTOF

B-Plane LTOF

C3

C_3 in (km/s)^2

Declination

Declination (deg)

Epoch

The epoch of the state

EccentricAnomaly

Eccentric anomaly (deg)

Eccentricity

Eccentricity (no unit)

Energy

Specific energy

FlightPathAngle

Flight path angle (deg)

FuelMass

fuel mass in kilograms

GeodeticHeight

Geodetic height (km)

GeodeticLatitude

Geodetic latitude (deg)

GeodeticLongitude

Geodetic longitude (deg)

Hmag

Orbital momentum

HX

X component of the orbital momentum vector

HY

Y component of the orbital momentum vector

HZ

Z component of the orbital momentum vector

HyperbolicAnomaly

Hyperbolic anomaly (deg), only valid for hyperbolic orbits

Inclination

Inclination (deg)

MeanAnomaly

Mean anomaly (deg)

Periapsis

Periapsis, shortcut for TA == 0.0

PeriapsisRadius

Radius of periapse (km)

Period

Orbital period (s)

RightAscension

Right ascension (deg)

RAAN

Right ascension of the ascending node (deg)

Rmag

Norm of the radius vector

SemiParameter

Semi parameter (km)

SMA

Semi major axis (km)

SemiMinorAxis

Semi minor axis (km)

TrueAnomaly

True anomaly

TrueLongitude

True longitude

VelocityDeclination

Velocity declination (deg)

Vmag

Norm of the velocity vector (km/s)

X

X component of the radius (km)

Y

Y component of the radius (km)

Z

Z component of the radius (km)

VX

X component of the velocity (km/s)

VY

Y component of the velocity (km/s)

VZ

Z component of the velocity (km/s)

Custom

Allows creating new custom events by matching on the value of the field

Show fields

Fields of Custom

mapping: usize

Implementations

Returns the default event finding precision in the unit of that parameter

Returns whether this parameter is of the B-Plane kind

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

Should always be Self

Performance hack: Clone doesn’t get inlined for Copy types in debug mode, so make it inline anyway.

Tests if Self the same as the type T Read more

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more

Checks if self is actually part of its subset T (and can be converted to it).

Use with care! Same as self.to_subset but without any property checks. Always succeeds.

The inclusion map: converts self to the equivalent element of its superset.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.