InteractionPair
このコンテンツはまだ日本語訳がありません。
Defined in: coupled.rs:36
pub struct InteractionPair { pub i: usize, pub j: usize, pub force: std::sync::Arc<dyn InterSatelliteForce>,}A specific satellite-pair interaction: indices into the group + force model.
Fields
Section titled “Fields”i: usize
j: usize
force: [std::sync::Arc<dyn InterSatelliteForce>](https://doc.rust-lang.org/std/sync/struct.Arc.html)