C4 Engine
C4 Engine API Documentation

struct SubrangeData

Defined in:  C4Time.h
The SubrangeData structure contains information about what ranges were covered during a call to the Interpolator::UpdateValue function.
Definition

struct SubrangeData

Data Members
int32           subrangeCount; The number of subranges that were covered. This is always 0, 1, or 2.
Range<float>    subrange[2]; The minimum and maximum values for each subrange.
See Also

Interpolator::UpdateValue

Range