Click or drag to resize
DigitalRuneQuaternionFTraitsCopy Method
Copies the specified animation value.

Namespace: DigitalRune.Animation.Traits
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public void Copy(
	ref QuaternionF source,
	ref QuaternionF target
)

Parameters

source
Type: DigitalRune.Mathematics.AlgebraQuaternionF
In: The source value.
target
Type: DigitalRune.Mathematics.AlgebraQuaternionF
Out: The target value.

Implements

IAnimationValueTraitsTCopy(T, T)
See Also