Expand description
Core reference frame traits.
Structs§
- NonBody
Fixed Frame Error - The frame is not body-fixed.
- NonQuasi
Inertial Frame Error - The frame is not quasi-inertial.
Traits§
- Body
Fixed - Marker trait for body-fixed reference frames.
- Quasi
Inertial - Marker trait for quasi-inertial reference frames.
- Reference
Frame - A reference frame with a human-readable name and abbreviation.
- TryBody
Fixed - Fallible check for body-fixed frames (used by dynamic dispatch).
- TryQuasi
Inertial - Fallible check for quasi-inertial frames (used by dynamic dispatch).
Functions§
- frame_
id - Returns the internal numeric frame identifier, if assigned.