Struct pendulum::PendulumTicker [] [src]

pub struct PendulumTicker { /* fields omitted */ }

Ticker which drives a Pendulum forward in time.

Methods

impl PendulumTicker
[src]

[src]

Tick duration that this ticker is supposed to operation on.

[src]

Trigger a tick of this ticker, causing the associated Pendulum to move forward in time.

Trait Implementations

impl Clone for PendulumTicker
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more