Struct kidou::orbit::GCyInitials[][src]

pub struct GCyInitials {
    r: F,
    psi: F,
    z: F,
    dr: F,
    dpsi: F,
    dz: F,
}
Expand description

Initial coordinates and velocities of a globular cluster in the Galactic Cylindrical system

Fields

r: F

Radius $[ \text{kpc} ]$

psi: F

Azimuth $[ \text{rad} ]$

z: F

Height $[ \text{kpc} ]$

dr: F

Time derivative of R $[ \text{km} \, \text{s}^{-1} ]$

dpsi: F

Angular velocity $[ \text{rad} \, \text{s}^{-1} ]$

dz: F

Time derivative of Z $[ \text{km} \, \text{s}^{-1} ]$

Implementations

Initialize a new struct with default values

Get mutable references to the fields

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 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.