C4 Engine Terathon Software C4 Engine API Documentation

• Time Manager

API Links
Developer Links

Interpolator::SetRemapFunction

Defined in:  C4Time.h
Sets the remap function for an interpolator.
Prototype

void SetRemapFunction(RemapProc *func);

Parameters
func The new remap function.
Description

typedef float RemapProc(float);