Extrapolates a value from one or more past anchored values. If there are two values, extrapolates by assuming the same velocity as was seen between the two points. If there is only one value, simply returns that value as the extrapolated one.

Namespace:  Equis.JanusToolkit.StandardTimeLines
Assembly:  Janus (in Janus.dll)

Syntax

C#
protected Position LinearExtrapolation(
	int t,
	bool sentToRemoteOnly
)

Parameters

t
Type: System..::..Int32
Time for which a value is to be returned
sentToRemoteOnly
Type: System..::..Boolean
If true, only use value which have been sent to remote clients when extraplolating

Return Value

Extraploated value at time t

See Also