ReplayVariable.InterpolateQuat Method

Ultimate Replay

ReplayVariableInterpolateQuat Method
Default interpolator for Quaternion.

Namespace: UltimateReplay.Core
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static Object InterpolateQuat(
	Object last,
	Object next,
	float delta
)

Parameters

last
Type: SystemObject
Last value
next
Type: SystemObject
Next value
delta
Type: SystemSingle
Interpolation delta

Return Value

Type: Object
The interpolated Quaternion value
See Also