Click or drag to resize
DigitalRuneQuaternionFAnimation Constructor (IAnimationSingle, IAnimationSingle, IAnimationSingle, IAnimationSingle)
Initializes a new instance of the QuaternionFAnimation class with the specified animations.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public QuaternionFAnimation(
	IAnimation<float> w,
	IAnimation<float> x,
	IAnimation<float> y,
	IAnimation<float> z
)

Parameters

w
Type: DigitalRune.AnimationIAnimationSingle
The animation of the W component.
x
Type: DigitalRune.AnimationIAnimationSingle
The animation of the X component.
y
Type: DigitalRune.AnimationIAnimationSingle
The animation of the Y component.
z
Type: DigitalRune.AnimationIAnimationSingle
The animation of the Z component.
See Also