Skip to main content

Module rotations

Module rotations 

Source
Expand description

Rotation matrices, the rotations::TryRotation trait, and rotations::RotationProvider.

Structs§

Rotation
A rotation matrix with its time derivative, for transforming position and velocity vectors.
RotationError
A rotation computation failed due to a time offset or EOP error.

Enums§

DynRotationError
Errors from dynamic-dispatch rotation computations.
RotationErrorKind
The source of a rotation error.

Traits§

RotationProvider
Provides Earth orientation data and frame rotation methods for a given time scale.
TryComposedRotation
Computes a composed rotation through multiple intermediate frames.
TryRotation
Computes the rotation from one reference frame to another at a given time.