Trait nyx_space::celestia::ParentRotation[][src]

pub trait ParentRotation: Send + Sync + Debug {
    fn dcm_to_parent(&self, datetime: Epoch) -> Option<Matrix3<f64>>;
}

Required methods

Implementors