Click or drag to resize
DigitalRuneQuaternionAnimation Constructor (IAnimationSingle, IAnimationSingle, IAnimationSingle, IAnimationSingle)
Initializes a new instance of the QuaternionAnimation 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 QuaternionAnimation(
	IAnimation<float> x,
	IAnimation<float> y,
	IAnimation<float> z,
	IAnimation<float> w
)

Parameters

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.
w
Type: DigitalRune.AnimationIAnimationSingle
The animation of the w component.
See Also