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.
implAnise{pubfntransform(&self,obj:&Anise.Ephemeris,at:&Anise.Epoch) -> Result<Vector6,AniseError>;pubfntransform_position(&self,obj:&Anise.Ephemeris,at:&Anise.Epoch) -> Result<Vector3,AniseError>;pubfntransform_velocity(&self,obj:&Anise.Ephemeris,at:&Anise.Epoch) -> Result<Vector3,AniseError>;/// The same as above but with the provided light time calculations, cf. https://docs.rs/nyx-space/latest/nyx_space/cosmic/enum.LightTimeCalc.html .pubfntransform_with_correction(&self,obj:&Anise.Ephemeris,at:&Anise.Epoch,lt:LightTimeCalc) -> Result<Vector6,AniseError>;}
The text was updated successfully, but these errors were encountered:
This would allow transformation of a provided vector and frame into its equivalent representation in another frame.
Note that this always combines both the translation and rotation. Translation without rotation does not make sense in the physical world.
Proposed signatures
In the algorithms module
In an Anise context
The text was updated successfully, but these errors were encountered: