Skip to content

AttitudeBodyToInertial

Defined in: tick_input.rs:58

pub struct AttitudeBodyToInertial

Attitude quaternion representing the rotation from the body frame to the inertial (ECI) frame. Hamilton convention, scalar-first [w, x, y, z].

fn new(v: Vector4<f64>) -> Self


fn inner(&self) -> &Vector4<f64>


fn into_inner(self) -> Vector4<f64>