Click or drag to resize
DigitalRuneVector3TraitsInterpolate 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 Vector3 source,
	ref Vector3 target,
	float parameter,
	ref Vector3 result
)

Parameters

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

Implements

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