pub type ConstSpiceEllipse = SpiceEllipse;Aliased Type§
#[repr(C)]pub struct ConstSpiceEllipse {
pub center: [f64; 3],
pub semiMajor: [f64; 3],
pub semiMinor: [f64; 3],
}Fields§
§center: [f64; 3]§semiMajor: [f64; 3]§semiMinor: [f64; 3]