Type Alias spice::c::ConstSpiceEllipse

source ·
pub type ConstSpiceEllipse = _SpiceEllipse;

Aliased Type§

struct ConstSpiceEllipse {
    pub center: [f64; 3],
    pub semiMajor: [f64; 3],
    pub semiMinor: [f64; 3],
}

Fields§

§center: [f64; 3]§semiMajor: [f64; 3]§semiMinor: [f64; 3]