Struct nyx_space::dynamics::orbital::PointMasses [−][src]
pub struct PointMasses {
pub bodies: Vec<Frame>,
pub cosm: Arc<Cosm>,
pub correction: LightTimeCalc,
}Expand description
PointMasses model
Fields
bodies: Vec<Frame>cosm: Arc<Cosm>Optional point to a Cosm, needed if extra point masses are needed
correction: LightTimeCalcLight-time correction computation if extra point masses are needed
Implementations
Initializes the multibody point mass dynamics with the provided list of bodies
Initializes the multibody point mass dynamics with the provided list of bodies, and accounting for some light time correction
Trait Implementations
Defines the equations of motion for this force model from the provided osculating state in the integration frame.
Auto Trait Implementations
impl !RefUnwindSafe for PointMasses
impl Send for PointMasses
impl Sync for PointMasses
impl Unpin for PointMasses
impl !UnwindSafe for PointMasses
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self
The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
pub fn is_in_subset(&self) -> bool
pub fn is_in_subset(&self) -> bool
Checks if self is actually part of its subset T (and can be converted to it).
pub fn to_subset_unchecked(&self) -> SS
pub fn to_subset_unchecked(&self) -> SS
Use with care! Same as self.to_subset but without any property checks. Always succeeds.
pub fn from_subset(element: &SS) -> SP
pub fn from_subset(element: &SS) -> SP
The inclusion map: converts self to the equivalent element of its superset.