Contents
Time Manager
class Interpolator
Time Manager
C4Time.h
Interpolator::SetRemapFunction
Sets the remap function for an interpolator.
Prototype
void
SetRemapFunction(RemapProc *func);
Parameters
func
The new remap function.
Description
typedef
float
RemapProc(
float
);