Click or drag to resize
DigitalRuneVector3FTraitsInterpolate Method
Performs a linear interpolation between two animation values.

Namespace: DigitalRune.Animation.Traits
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public void Interpolate(
	ref Vector3F source,
	ref Vector3F target,
	float parameter,
	ref Vector3F result
)

Parameters

source
Type: DigitalRune.Mathematics.AlgebraVector3F
In: The source value.
target
Type: DigitalRune.Mathematics.AlgebraVector3F
In: The target value.
parameter
Type: SystemSingle
The interpolation parameter; also known as interpolation factor or weight of the target value.
result
Type: DigitalRune.Mathematics.AlgebraVector3F
Out: The result of the interpolation.

Implements

IAnimationValueTraitsTInterpolate(T, T, Single, T)
See Also