Struct kidou::orbit::GCaInitials[][src]

pub struct GCaInitials {
    x: F,
    y: F,
    z: F,
    u: F,
    v: F,
    w: F,
}
Expand description

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

Fields

x: F

X component of the radius vector $[ \text{kpc} ]$

y: F

Y component of the radius vector $[ \text{kpc} ]$

z: F

Z component of the radius vector $[ \text{kpc} ]$

u: F

U component of the velocity vector $[ \text{km} \, \text{s}^{-1} ]$

v: F

V component of the velocity vector $[ \text{km} \, \text{s}^{-1} ]$

w: F

W component of the velocity vector $[ \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.