IsStopped
property in Coherence.Interpolation
Properties
public bool IsStopped { get; }
When we are completely done with interpolation and there is nothing else to interpolate over, interpolation is marked as stopped. In other words, when we completely interpolated (t = 1) to the latest received sample (which must be stopped!), IsStopped is set true, and reset to false when we receive another sample.
Property Value
Type | Description |
---|---|
bool |