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.StandardTimeLinesAssembly: Janus (in Janus.dll)
Syntax
C# |
---|
protected PositionRotation 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