| Vector2TraitsInvert Method |
Gets the inverse of an animation value.
Namespace: DigitalRune.Animation.TraitsAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public void Invert(
ref Vector2 value,
ref Vector2 inverse
)
Public Sub Invert (
ByRef value As Vector2,
ByRef inverse As Vector2
)
public:
virtual void Invert(
Vector2% value,
Vector2% inverse
) sealed
abstract Invert :
value : Vector2 byref *
inverse : Vector2 byref -> unit
override Invert :
value : Vector2 byref *
inverse : Vector2 byref -> unit
Parameters
- value
- Type: Vector2
In: The animation value. - inverse
- Type: Vector2
Out: The inverse of value.
Implements
IAnimationValueTraitsTInvert(T, T)See Also