pub struct Iau<T: TryRotationalElements>(/* private fields */);Expand description
IAU body-fixed reference frame derived from rotational elements.
Implementations§
Source§impl<T> Iau<T>where
T: RotationalElements,
impl<T> Iau<T>where
T: RotationalElements,
Source§impl<T> Iau<T>where
T: TryRotationalElements,
impl<T> Iau<T>where
T: TryRotationalElements,
Sourcepub fn try_new(body: T) -> Result<Self, UndefinedOriginPropertyError>
pub fn try_new(body: T) -> Result<Self, UndefinedOriginPropertyError>
Creates an IAU frame, returning an error if rotational elements are undefined.
Trait Implementations§
Source§impl<T> ReferenceFrame for Iau<T>where
T: TryRotationalElements + Origin,
impl<T> ReferenceFrame for Iau<T>where
T: TryRotationalElements + Origin,
impl<T: TryRotationalElements> BodyFixed for Iau<T>
impl<T: Copy + TryRotationalElements> Copy for Iau<T>
impl<T: Eq + TryRotationalElements> Eq for Iau<T>
impl<T: TryRotationalElements> StructuralPartialEq for Iau<T>
Auto Trait Implementations§
impl<T> Freeze for Iau<T>where
T: Freeze,
impl<T> RefUnwindSafe for Iau<T>where
T: RefUnwindSafe,
impl<T> Send for Iau<T>where
T: Send,
impl<T> Sync for Iau<T>where
T: Sync,
impl<T> Unpin for Iau<T>where
T: Unpin,
impl<T> UnsafeUnpin for Iau<T>where
T: UnsafeUnpin,
impl<T> UnwindSafe for Iau<T>where
T: UnwindSafe,
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,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> TryBodyFixed for Twhere
T: BodyFixed,
impl<T> TryBodyFixed for Twhere
T: BodyFixed,
Source§fn try_body_fixed(&self) -> Result<(), NonBodyFixedFrameError>
fn try_body_fixed(&self) -> Result<(), NonBodyFixedFrameError>
Returns
Ok(()) if the frame is body-fixed.Source§impl<T, U> TryRotation<Cirf, Iau<DynOrigin>, T> for U
impl<T, U> TryRotation<Cirf, Iau<DynOrigin>, T> for U
Source§type Error = RotationError
type Error = RotationError
The error type returned when the rotation cannot be computed.
Source§impl<T, U> TryRotation<DynFrame, Iau<DynOrigin>, T> for U
impl<T, U> TryRotation<DynFrame, Iau<DynOrigin>, T> for U
Source§type Error = DynRotationError
type Error = DynRotationError
The error type returned when the rotation cannot be computed.
Source§impl<T, U> TryRotation<Iau<DynOrigin>, Cirf, T> for U
impl<T, U> TryRotation<Iau<DynOrigin>, Cirf, T> for U
Source§type Error = RotationError
type Error = RotationError
The error type returned when the rotation cannot be computed.
Source§impl<T, U> TryRotation<Iau<DynOrigin>, DynFrame, T> for U
impl<T, U> TryRotation<Iau<DynOrigin>, DynFrame, T> for U
Source§type Error = DynRotationError
type Error = DynRotationError
The error type returned when the rotation cannot be computed.
Source§impl<T, U> TryRotation<Iau<DynOrigin>, Itrf, T> for U
impl<T, U> TryRotation<Iau<DynOrigin>, Itrf, T> for U
Source§type Error = RotationError
type Error = RotationError
The error type returned when the rotation cannot be computed.
Source§impl<T, U> TryRotation<Iau<DynOrigin>, J2000, T> for U
impl<T, U> TryRotation<Iau<DynOrigin>, J2000, T> for U
Source§type Error = RotationError
type Error = RotationError
The error type returned when the rotation cannot be computed.
Source§impl<T, U> TryRotation<Iau<DynOrigin>, Mod<Iers1996>, T> for U
impl<T, U> TryRotation<Iau<DynOrigin>, Mod<Iers1996>, T> for U
Source§type Error = RotationError
type Error = RotationError
The error type returned when the rotation cannot be computed.
Source§impl<T, U> TryRotation<Iau<DynOrigin>, Mod<Iers2003>, T> for U
impl<T, U> TryRotation<Iau<DynOrigin>, Mod<Iers2003>, T> for U
Source§type Error = RotationError
type Error = RotationError
The error type returned when the rotation cannot be computed.
Source§impl<T, U> TryRotation<Iau<DynOrigin>, Mod<Iers2010>, T> for U
impl<T, U> TryRotation<Iau<DynOrigin>, Mod<Iers2010>, T> for U
Source§type Error = RotationError
type Error = RotationError
The error type returned when the rotation cannot be computed.
Source§impl<T, U> TryRotation<Iau<DynOrigin>, Pef<Iers1996>, T> for U
impl<T, U> TryRotation<Iau<DynOrigin>, Pef<Iers1996>, T> for U
Source§type Error = RotationError
type Error = RotationError
The error type returned when the rotation cannot be computed.
Source§impl<T, U> TryRotation<Iau<DynOrigin>, Pef<Iers2003>, T> for U
impl<T, U> TryRotation<Iau<DynOrigin>, Pef<Iers2003>, T> for U
Source§type Error = RotationError
type Error = RotationError
The error type returned when the rotation cannot be computed.
Source§impl<T, U> TryRotation<Iau<DynOrigin>, Pef<Iers2010>, T> for U
impl<T, U> TryRotation<Iau<DynOrigin>, Pef<Iers2010>, T> for U
Source§type Error = RotationError
type Error = RotationError
The error type returned when the rotation cannot be computed.
Source§impl<T, U> TryRotation<Iau<DynOrigin>, Teme, T> for U
impl<T, U> TryRotation<Iau<DynOrigin>, Teme, T> for U
Source§type Error = RotationError
type Error = RotationError
The error type returned when the rotation cannot be computed.
Source§impl<T, U> TryRotation<Iau<DynOrigin>, Tirf, T> for U
impl<T, U> TryRotation<Iau<DynOrigin>, Tirf, T> for U
Source§type Error = RotationError
type Error = RotationError
The error type returned when the rotation cannot be computed.
Source§impl<T, U> TryRotation<Iau<DynOrigin>, Tod<Iers1996>, T> for U
impl<T, U> TryRotation<Iau<DynOrigin>, Tod<Iers1996>, T> for U
Source§type Error = RotationError
type Error = RotationError
The error type returned when the rotation cannot be computed.
Source§impl<T, U> TryRotation<Iau<DynOrigin>, Tod<Iers2003>, T> for U
impl<T, U> TryRotation<Iau<DynOrigin>, Tod<Iers2003>, T> for U
Source§type Error = RotationError
type Error = RotationError
The error type returned when the rotation cannot be computed.
Source§impl<T, U> TryRotation<Iau<DynOrigin>, Tod<Iers2010>, T> for U
impl<T, U> TryRotation<Iau<DynOrigin>, Tod<Iers2010>, T> for U
Source§type Error = RotationError
type Error = RotationError
The error type returned when the rotation cannot be computed.
Source§impl<T, R, U> TryRotation<Iau<R>, Icrf, T> for Uwhere
T: TimeScale + Copy,
R: TryRotationalElements + Copy,
U: RotationProvider<T> + TryOffset<T, Tdb>,
impl<T, R, U> TryRotation<Iau<R>, Icrf, T> for Uwhere
T: TimeScale + Copy,
R: TryRotationalElements + Copy,
U: RotationProvider<T> + TryOffset<T, Tdb>,
Source§impl<T, R, U> TryRotation<Icrf, Iau<R>, T> for Uwhere
T: TimeScale + Copy,
R: TryRotationalElements + Copy,
U: RotationProvider<T> + TryOffset<T, Tdb>,
impl<T, R, U> TryRotation<Icrf, Iau<R>, T> for Uwhere
T: TimeScale + Copy,
R: TryRotationalElements + Copy,
U: RotationProvider<T> + TryOffset<T, Tdb>,
Source§impl<T, U> TryRotation<Itrf, Iau<DynOrigin>, T> for U
impl<T, U> TryRotation<Itrf, Iau<DynOrigin>, T> for U
Source§type Error = RotationError
type Error = RotationError
The error type returned when the rotation cannot be computed.
Source§impl<T, U> TryRotation<J2000, Iau<DynOrigin>, T> for U
impl<T, U> TryRotation<J2000, Iau<DynOrigin>, T> for U
Source§type Error = RotationError
type Error = RotationError
The error type returned when the rotation cannot be computed.
Source§impl<T, U> TryRotation<Mod<Iers1996>, Iau<DynOrigin>, T> for U
impl<T, U> TryRotation<Mod<Iers1996>, Iau<DynOrigin>, T> for U
Source§type Error = RotationError
type Error = RotationError
The error type returned when the rotation cannot be computed.
Source§impl<T, U> TryRotation<Mod<Iers2003>, Iau<DynOrigin>, T> for U
impl<T, U> TryRotation<Mod<Iers2003>, Iau<DynOrigin>, T> for U
Source§type Error = RotationError
type Error = RotationError
The error type returned when the rotation cannot be computed.
Source§impl<T, U> TryRotation<Mod<Iers2010>, Iau<DynOrigin>, T> for U
impl<T, U> TryRotation<Mod<Iers2010>, Iau<DynOrigin>, T> for U
Source§type Error = RotationError
type Error = RotationError
The error type returned when the rotation cannot be computed.
Source§impl<T, U> TryRotation<Pef<Iers1996>, Iau<DynOrigin>, T> for U
impl<T, U> TryRotation<Pef<Iers1996>, Iau<DynOrigin>, T> for U
Source§type Error = RotationError
type Error = RotationError
The error type returned when the rotation cannot be computed.
Source§impl<T, U> TryRotation<Pef<Iers2003>, Iau<DynOrigin>, T> for U
impl<T, U> TryRotation<Pef<Iers2003>, Iau<DynOrigin>, T> for U
Source§type Error = RotationError
type Error = RotationError
The error type returned when the rotation cannot be computed.
Source§impl<T, U> TryRotation<Pef<Iers2010>, Iau<DynOrigin>, T> for U
impl<T, U> TryRotation<Pef<Iers2010>, Iau<DynOrigin>, T> for U
Source§type Error = RotationError
type Error = RotationError
The error type returned when the rotation cannot be computed.
Source§impl<T, U> TryRotation<Teme, Iau<DynOrigin>, T> for U
impl<T, U> TryRotation<Teme, Iau<DynOrigin>, T> for U
Source§type Error = RotationError
type Error = RotationError
The error type returned when the rotation cannot be computed.
Source§impl<T, U> TryRotation<Tirf, Iau<DynOrigin>, T> for U
impl<T, U> TryRotation<Tirf, Iau<DynOrigin>, T> for U
Source§type Error = RotationError
type Error = RotationError
The error type returned when the rotation cannot be computed.
Source§impl<T, U> TryRotation<Tod<Iers1996>, Iau<DynOrigin>, T> for U
impl<T, U> TryRotation<Tod<Iers1996>, Iau<DynOrigin>, T> for U
Source§type Error = RotationError
type Error = RotationError
The error type returned when the rotation cannot be computed.
Source§impl<T, U> TryRotation<Tod<Iers2003>, Iau<DynOrigin>, T> for U
impl<T, U> TryRotation<Tod<Iers2003>, Iau<DynOrigin>, T> for U
Source§type Error = RotationError
type Error = RotationError
The error type returned when the rotation cannot be computed.