You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 24, 2023. It is now read-only.
/// This can only fail if one of the vectors has zero normpubfnbeta_angle(normal_vec:Vector3,ref_vec:Vector3) -> Result<f64,AniseError>
In an Anise context
implAnise{/// Example:/// let beta_angle = anise_context.beta_angle(&my_spacecraft_traj, my_epoch).unwrap();pubfnbeta_angle(&self,obj:&Anise.Ephemeris,at:Anise.Epoch) -> Result<f64,AniseError>{}/// Use this when the reference object is not the Sunpubfnbeta_angle_generic(&self,obj:&Anise.Ephemeris,at:Anise.Epoch,ref_traj:&Anise.Ephemeris) -> Result<f64,AniseError>{}}