Segment
このコンテンツはまだ日本語訳がありません。
Defined in: segment_walk.rs:37
pub struct Segment\<'a, S: [DynamicalSystem](../../traits/dynamicalsystem/)\>One segment of a Segments walk.
Methods
Section titled “Methods”system()
Section titled “system()”fn system(&self) -> &SegmentSystem<‘a, S>
The system to hand a solver, bound to this segment.
start()
Section titled “start()”fn start(&self) -> f64
Time the segment starts at.
fn end(&self) -> f64
Time the segment ends at.
is_continuation()
Section titled “is_continuation()”fn is_continuation(&self) -> bool
Whether an earlier segment of this walk came before it.