Struct hipparchus::Intl1924
source · pub struct Intl1924 {}
Trait Implementations§
source§impl Model for Intl1924
impl Model for Intl1924
source§fn linear_eccentricity() -> f64
fn linear_eccentricity() -> f64
E(L) = sqrt(a^2-b^2), linear eccentricity, also known as focal distance
source§fn angular_eccentricity() -> f64
fn angular_eccentricity() -> f64
E(A) = acos(b/a), angular eccentricity
fn elps() -> Ellipsoid
source§fn flattening(index: usize) -> f64
fn flattening(index: usize) -> f64
Flattening is a measure of the compression of a circle or sphere along a diameter to form an ellipse or an ellipsoid of revolution (spheroid) respectively.
See also in https://en.wikipedia.org/wiki/Flattening
fn eccentricity(index: usize) -> f64
fn eccentricity_square(index: usize) -> f64
fn radius(r: Radius) -> f64
fn surface_area() -> f64
fn volume() -> f64
source§impl PartialEq for Intl1924
impl PartialEq for Intl1924
impl Copy for Intl1924
impl StructuralPartialEq for Intl1924
Auto Trait Implementations§
impl RefUnwindSafe for Intl1924
impl Send for Intl1924
impl Sync for Intl1924
impl Unpin for Intl1924
impl UnwindSafe for Intl1924
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more