コンテンツにスキップ

Segment

このコンテンツはまだ日本語訳がありません。

Defined in: segment_walk.rs:37

pub struct Segment\<'a, S: [DynamicalSystem](../../traits/dynamicalsystem/)\>

One segment of a Segments walk.

fn system(&self) -> &SegmentSystem<‘a, S>

The system to hand a solver, bound to this segment.


fn start(&self) -> f64

Time the segment starts at.


fn end(&self) -> f64

Time the segment ends at.


fn is_continuation(&self) -> bool

Whether an earlier segment of this walk came before it.