Click or drag to resize
DigitalRuneVector3FTraitsMultiply Method
Multiplies an animation value by a given factor.

Namespace: DigitalRune.Animation.Traits
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public void Multiply(
	ref Vector3F value,
	int factor,
	ref Vector3F result
)

Parameters

value
Type: DigitalRune.Mathematics.AlgebraVector3F
In: The value.
factor
Type: SystemInt32
The factor.
result
Type: DigitalRune.Mathematics.AlgebraVector3F
Out: The product of value and factor.

Implements

IAnimationValueTraitsTMultiply(T, Int32, T)
See Also