Click or drag to resize
DigitalRuneVector2FTraitsInvert Method
Gets the inverse of an 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 Invert(
	ref Vector2F value,
	ref Vector2F inverse
)

Parameters

value
Type: DigitalRune.Mathematics.AlgebraVector2F
In: The animation value.
inverse
Type: DigitalRune.Mathematics.AlgebraVector2F
Out: The inverse of value.

Implements

IAnimationValueTraitsTInvert(T, T)
See Also