struct SubrangeData
Defined in:
The C4Time.h
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