pub struct EclipticTrueOfDate;Expand description
True ecliptic of date.
Uses the true ecliptic plane of date with nutation effects applied. Ecliptic longitude is measured from the true equinox (precession + nutation in longitude), and the obliquity used for the equator-to-ecliptic tilt is the true obliquity (ε_A + Δε). Transformations to/from this frame are time-dependent and require a TT epoch.
Trait Implementations§
Source§impl Clone for EclipticTrueOfDate
impl Clone for EclipticTrueOfDate
Source§fn clone(&self) -> EclipticTrueOfDate
fn clone(&self) -> EclipticTrueOfDate
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EclipticTrueOfDate
Source§impl Debug for EclipticTrueOfDate
impl Debug for EclipticTrueOfDate
Source§impl Default for EclipticTrueOfDate
impl Default for EclipticTrueOfDate
Source§fn default() -> EclipticTrueOfDate
fn default() -> EclipticTrueOfDate
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EclipticTrueOfDate
impl<'de> Deserialize<'de> for EclipticTrueOfDate
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<EclipticTrueOfDate, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<EclipticTrueOfDate, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for EclipticTrueOfDate
Source§impl PartialEq for EclipticTrueOfDate
impl PartialEq for EclipticTrueOfDate
Source§fn eq(&self, other: &EclipticTrueOfDate) -> bool
fn eq(&self, other: &EclipticTrueOfDate) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl ReferenceFrame for EclipticTrueOfDate
impl ReferenceFrame for EclipticTrueOfDate
Source§impl Serialize for EclipticTrueOfDate
impl Serialize for EclipticTrueOfDate
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Source§impl SphericalNaming for EclipticTrueOfDate
impl SphericalNaming for EclipticTrueOfDate
Source§fn polar_name() -> &'static str
fn polar_name() -> &'static str
Returns the name for the polar/elevation angle (e.g., “dec”, “lat”, “alt”, “b”).
Source§fn azimuth_name() -> &'static str
fn azimuth_name() -> &'static str
Returns the name for the azimuthal angle (e.g., “ra”, “lon”, “az”, “l”).
Source§fn distance_name() -> &'static str
fn distance_name() -> &'static str
Returns the name for the radial distance (e.g., “distance”, “altitude”, “radius”). Read more
impl StructuralPartialEq for EclipticTrueOfDate
Auto Trait Implementations§
impl Freeze for EclipticTrueOfDate
impl RefUnwindSafe for EclipticTrueOfDate
impl Send for EclipticTrueOfDate
impl Sync for EclipticTrueOfDate
impl Unpin for EclipticTrueOfDate
impl UnsafeUnpin for EclipticTrueOfDate
impl UnwindSafe for EclipticTrueOfDate
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<T> UsingEngine for T
impl<T> UsingEngine for T
Source§fn using<'a, Ctx>(&'a self, engine: &'a Ctx) -> WithEngine<'a, Self, Ctx>where
Ctx: TransformContext,
fn using<'a, Ctx>(&'a self, engine: &'a Ctx) -> WithEngine<'a, Self, Ctx>where
Ctx: TransformContext,
Wrap this coordinate with a custom transform context for the next
transformation call.